kortschot
Forum Replies Created
-
Hi,
I have the same issue. Have not found any solution though.
Wonder if it is a plugin issue or something else like chmod which interferes with saving.Forum: Themes and Templates
In reply to: My Loop ain't Runnin!beer it is =)
Forum: Themes and Templates
In reply to: My Loop ain't Runnin!oh dude!
If you where a girl!
thanks a bunch m8! works like a charm!
Forum: Themes and Templates
In reply to: My Loop ain't Runnin!wht do you mean…
edit: oh =)
ill check it out
Forum: Themes and Templates
In reply to: My Loop ain't Runnin!Thanks, ill repost it.
Forum: Themes and Templates
In reply to: My Loop ain't Runnin!Thanks for the advice, ill check it out.
The forum is closed though.. only moderators can paste threads there.Forum: Themes and Templates
In reply to: My Loop ain't Runnin!yeah I did, thought it was still in there, not workin either. I used the codex page for multiple loops.
here’s the full code of the page.
Forum: Themes and Templates
In reply to: Slider Thumbnail pagelittle update,
Now I have:
<div id="slider"> <?php $my_query = new WP_Query('category_name=werk&posts_per_page=3'); while ($my_query->have_posts()) : $my_query->the_post();?> <a href="<?php the_permalink() ?>" title="<?php the_title(); ?>"><img src="<?php echo get_post_meta($post->ID, 'slider-image', true); ?>" alt="" title="<?php the_title(); ?>" /></a> <?php endwhile; ?> </div> <!-- END slider --> <br clear="all" /> <?php rewind_posts(); ?> <?php if (have_posts()) : while (have_posts()) : the_post(); ?> <a href="<?php the_permalink() ?>" title="<?php the_title(); ?>"><?php the_title(); ?></a> <?php endwhile; endif; ?>
But now it posts the page permalink below the slider… I cant get it to list the category posts. When I get this working I can use offset to skip the posts in the slider… at least thats the plan.
Anybody who has an idea…. please, i’m all ears.
With Regards,
PaulForum: Themes and Templates
In reply to: Slider Thumbnail pageThese threads go soooo quickly =) just a comment to try and get the post up a bit.
(no idea if it works though)
Forum: Fixing WordPress
In reply to: functions.php change logo and link login pageHow could I not have noticed that…. stupido!
// verander WP-Logo login.php function my_custom_login_logo() { echo '<style type="text/css"> h1 a { background-image:url('.get_bloginfo('template_directory').'/images/pad-naar-logo.png) !important; } </style>'; } add_action('login_head', 'my_custom_login_logo'); // verander de url op de login pagina function put_my_url(){ return ('https://www.yourdomain.nl/'); // verander in de url van je website } add_filter('login_headerurl', 'put_my_url');
Works like a charm, no more editing core files after a WP update.
Thanks for reply!
PaulForum: Everything else WordPress
In reply to: contact database neededHi there Lisa,
Have you found a sollution for this matter?
I would love to know. ATM I’m thinking of making a subdomain with a standalone wp theme.
https://www.bestwpthemes.com/wp-contact-manager/
But I realy like this to stay within the sites own boundries.
Paul
Forum: Plugins
In reply to: [Plugin: Sociable] Doesn’t open in a _blank windowi ment, _BLANk / _Blank or somekind, sorry
Forum: Plugins
In reply to: [Plugin: Sociable] Doesn’t open in a _blank windowi thought it might had something to do with uppercases…
i mean in:
if (get_option("sociable_usetargetblank')) { $link .= target=\"_blank\"";
but since it aint, that aint it…..
anybody a sollution?