kmpoaquests
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Displaying The same Custom Field Value twiceAnyone knows how to do this ?
Forum: Plugins
In reply to: Bulk Upload & Automatically Post ?anyone have any ideas at all ?
Forum: Themes and Templates
In reply to: Help with Single.phpstill no answer ><
Forum: Themes and Templates
In reply to: Help with Single.phpanyone can help ??
Forum: Fixing WordPress
In reply to: PHP sidebar Help !still seeking the answer !
Forum: Fixing WordPress
In reply to: PHP sidebar Help !no body knows ?
Forum: Fixing WordPress
In reply to: Categories Format ProblemThanks a million my friend !
Forum: Fixing WordPress
In reply to: Categories Format ProblemThat didn’t exactly help It ended up messing the position of the categories
, could you help me check it out
my site is http://phatbrush.com/
Forum: Fixing WordPress
In reply to: Help with “<?php wp_list_cats(); ?>”does anyone have a clue ?
Forum: Fixing WordPress
In reply to: Help with “<?php wp_list_cats(); ?>”This code seems similar but could you give me an example of what is needed so that the cats is not listed in a vertical list but rather horizontally , with the Parent leading then children cats ?
Forum: Fixing WordPress
In reply to: Help with “<?php wp_list_cats(); ?>”can anyone help ? I’d really appreciate it !
Forum: Fixing WordPress
In reply to: Pagination not workingI’m not that great with coding lol , but your previous post has seriously helped me , thanks again !
Forum: Fixing WordPress
In reply to: Pagination not workingReplacing the line
<?php $top_query = new WP_Query('showposts=1'); ?>doesn’t do much I did take that line of code and replaced
<?php query_posts(''); ?>with the code
<?php $paged = (get_query_var('paged')) ? get_query_var('paged') : 1; $top_query = new WP_Query('showposts=1&paged=$paged'); ?>and it seems to work now , but I guess theres a small problem , when you hit page 2 / 3 / 4 /5 etc , etc
the top image won’t change (I tried putting the code you gave me into there too didn’t do anything , any ideas ? atm my code looks like this , and thank you again for your patience
<?php get_header(); ?> <div class="home fix"> <div class="left"> <?php $top_query = new WP_Query('showposts=1'); ?> <?php while($top_query->have_posts()) : $top_query->the_post(); $first_post = $post->ID; ?> <div class="post" id="post-<?php the_ID(); ?>"> <div class="main-post-bg"> <p class="post-comments"><?php comments_popup_link('No Comments', '1 Comment', '% Comments'); ?></p> <?php $image = get_post_meta($post->ID, 'lead_image', true); ?> <a href="<?php the_permalink() ?>" title="<?php the_title(); ?>"><img width="593" src="<?php echo $image; ?>" alt="" /></a> <div class="title-insert"> <h2><a href="<?php the_permalink() ?>" rel="bookmark" title="<?php the_title(); ?>"><?php the_title(); ?></a></h2> </div> </div> </div> <?php endwhile; ?> <div class="recent-leads fix"> <?php $paged = (get_query_var('paged')) ? get_query_var('paged') : 1; $top_query = new WP_Query('showposts=1&paged=$paged'); ?> <?php while(have_posts()) : the_post(); if(!($first_post == $post->ID)) : ?> <div class="post" id="post-<?php the_ID(); ?>"> <div class="secondary-post-bg left"> <p class="post-comments"><?php comments_popup_link('No Comments', '1 Comment', '% Comments'); ?></p> <?php $image = get_post_meta($post->ID, 'secondary_image', true); ?> <a href="<?php the_permalink() ?>" title="<?php the_title(); ?>"><img src="<?php echo $image; ?>" alt="" /></a> <div class="title-insert"> <h3><a href="<?php the_permalink() ?>" title="<?php the_title(); ?>"><?php the_title() ?></a></h3> </div> </div> </div> <?php endif; endwhile; ?> </div> <br /><?php if(function_exists('wp_pagenavi')) { wp_pagenavi(); } ?> </div> <div class="right"> <?php include (TEMPLATEPATH . '/sidebar.php'); ?> </div> </div> <?php include (TEMPLATEPATH . '/show_categories.php'); ?> <?php get_footer(); ?>Forum: Plugins
In reply to: Intense Debate problem (comment count per post not shown on Home page)It’s not only you , it’s for my site too. It’s really irritating. If I want to update my comments from WP-> IntenseDebate. I just reset the dam plugin and force it to re-import. This is sad and If they don’t fix this within the next week or so. They are def getting bad PR from me.
Forum: Fixing WordPress
In reply to: How do I embed Ads in between posts?Get the plugin Google adsense manager , then you would have to edit your SINGLE.php template page and add the code [Google Adsense Manager] gives you. It’s some <?php code I don’t remember it’s not hard to miss though , because it’s well documented.
There may be more useful plugins you will find in my WordPress plugins article I wrote , check it out!
http://sherifabdou.com/2008/09/the-20-best-wordpress-plugins-on-the-net/#content