ankitgala
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Page Navigation not working on Single Postcan we incorporate the code –
<div class="navigation"> <div class="alignleft"><?php previous_posts_link(__('Newer Entries')) ?></div> <div class="alignright"><?php next_posts_link(__('Older Entries')) ?></div> </div>in the above mentioned code of yours
Forum: Fixing WordPress
In reply to: Page Navigation not working on Single PostForum: Fixing WordPress
In reply to: Page Navigation not working on Single Postyes it is there, shall i added it in single.php and add it above or below which line
Forum: Fixing WordPress
In reply to: Page Navigation not working on Single Postwhere shall i try it in single.php or index.php
Forum: Fixing WordPress
In reply to: Page Navigation not working on Single Postthis is the portion in above code which i added and it worked in index.php
<!--<div class="navigation"> <div class="alignleft"><?php next_posts_link('Older') ?></div> <div class="alignright"><?php previous_posts_link('Newer') ?></div> </div> -->but when i add same also in single.php it does not work
Forum: Fixing WordPress
In reply to: Page Navigation not working on Single Postin the index file there is a code as follows –
<?php get_header(); <!-- begin colLeft --> <div id="colLeft"> <!-- archive-title --> <?php if(is_month()) { ?> <div id="archive-title"> Browsing all articles from <strong><?php the_time('F, Y') ?></strong> </div> <?php } ?> <?php if(is_category()) { ?> <div id="archive-title"> <?php echo category_description( $category_id ); ?> Browsing all articles in <strong><?php $current_category = single_cat_title("", true); ?></strong> </div> <?php } ?> <?php if(is_tag()) { ?> <div id="archive-title"> Browsing all articles tagged with <strong><?php wp_title('',true,''); ?></strong> </div> <?php } ?> <?php if(is_author()) { ?> <div id="archive-title"> Browsing all articles by <strong><?php wp_title('',true,''); ?></strong> </div> <?php } ?> <!-- /archive-title --> <?php if (have_posts()) : while (have_posts()) : the_post(); ?> <!-- blog item --> <div class="blogItem"> <div class="postMeta"> <div class="date"><?php the_time('M') ?> <span><?php the_time('j') ?></span></div> <h2><a href="<?php the_permalink() ?>"><?php the_title(); ?></a></h2> <p><img src="<?php bloginfo('template_url'); ?>/images/bell_meta.png" alt=""/> Posted in <?php the_category(', ') ?> by <?php the_author() ?></p> </div> <?php the_excerpt(); ?><a href="<?php the_permalink(); ?>">For Full Story Click Here ...</a> </div> <!-- end blog item --> <?php endwhile; ?> <!--<div class="navigation"> <div class="alignleft"><?php next_posts_link('Older') ?></div> <div class="alignright"><?php previous_posts_link('Newer') ?></div> </div> --> <?php if(function_exists('wp_pagenavi')) { wp_pagenavi(); } ?> <?php else : ?> <p>Sorry, but you are looking for something that isn't here.</p> <?php endif; ?> </div> <!-- end colLeft --> <!-- begin colRight --> <div id="colRight"> <?php get_sidebar(); ?> </div> <!-- end colRight --> <?php get_footer(); ?>Forum: Fixing WordPress
In reply to: Page Navigation not working on Single Posthow to i come to know about it, where to check that …
Forum: Fixing WordPress
In reply to: Page Navigation not working on Single Posti dont know what code to put in Single.php so that i get older post and newer post links at the end of a single post.
Forum: Fixing WordPress
In reply to: Page Navigation not working on Single Posti tried copying the code
<?php wp_link_pages(array('before' => '<p><strong>Pages:</strong> ', 'after' => '</p>', 'next_or_number' => 'number')); ?>and also tried adding this –
<div class="navigation"> <div class="alignleft"><?php next_post_link('Newer: %link') ?></div> <div class="alignright"><?php previous_post_link('Older: %link') ?></div> </div>but none worked
Forum: Fixing WordPress
In reply to: Page Navigation not working on Single Posti cant contact vendor it is free theme…please help me guys you all here are brilliant people.
Forum: Fixing WordPress
In reply to: Page Navigation not working on Single Postyou can see example on http://1234christmas.com/christmas-in-andorra/192/