Simple wordpress help is needed!

by monsur
18 replies
  • WEB DESIGN
  • |
I have a simple question if you can,please answer me

For example- What The Tweet Is Twitter? | Tweet Blogging - Twitter Marketing Tips

If a visitor reads this ,he see another two links of posts at the bottom of this article just above 'Leave a Reply for easy navigation

But this feature is not available at my site for example Internet Marketing for Beginners | Marketing Ideas/Online Marketing/Online Business/Marketing Strategy

There is no reference to other post for easy navigation

How may I add this feature?Is there any plugin to accomplish this?

Thanks
Monsur
#needed #simple #wordpress
  • Profile picture of the author wfcheapseo
    Hi,
    I think your worpress theme doesn't have the necessary code to show this feature. You should add below php code that does the old and newer entries link under every post.

    PHP Code:
    <div class="navigation">
                <div class="alignleft"><?php next_posts_link('&laquo; Older Entries'?></div>
                <div class="alignright"><?php previous_posts_link('Newer Entries &raquo;'?></div>
            </div>
    Let me know if you don't understand it. I will show you how.

    Thanks
    Monzu
    {{ DiscussionBoard.errors[4124526].message }}
  • wfcheapseo is correct. Follow his instructions.
    {{ DiscussionBoard.errors[4124589].message }}
  • Profile picture of the author monsur
    Hello Monzu

    Thanks for the helpful reply.Should I paste the code inside single.php ?If yes,I did so,but it is not working.
    May you please be more specific as I don't have tech. knowledge?
    {{ DiscussionBoard.errors[4126287].message }}
  • Profile picture of the author wfcheapseo
    Hi,
    Yes you have to paste it on single.php file. But it's hard to say where you should put the codes. it will be better if you share the single.php file code here. So i can add the code and return back to you.

    Thanks
    Monzu
    {{ DiscussionBoard.errors[4126305].message }}
  • Profile picture of the author monsur
    Thank you again.I pasted it at the bottom-Here is the full code-
    {{ DiscussionBoard.errors[4126345].message }}
  • Profile picture of the author wfcheapseo
    Hi,
    You already have the code in single.php .

    HTML Code:
    <div class="navigation">
    <?php if (function_exists('wp_pagenavi')) wp_pagenavi(); else { ?>
    <div class="alignleft"><?php previous_posts_link(__('&laquo; Newer Entries ',woothemes)) ?></div>
    <div class="alignright"><?php next_posts_link(__(' Older Entries &raquo;',woothemes)) ?></div>
    <br class="fix" />
    <?php } ?>
    </div>
    I guess there is an option on your theme option panel. Try to find out the navigation settings there or you could install a plugin called wp pagenavi. Try both of this and let me know if its work or not.

    Thanks
    Monzu
    {{ DiscussionBoard.errors[4126370].message }}
  • Profile picture of the author monsur
    Okay,I am trying ,I will update you soon
    {{ DiscussionBoard.errors[4126379].message }}
  • Profile picture of the author monsur
    There is a file called theme-options.php
    {{ DiscussionBoard.errors[4126414].message }}
  • Profile picture of the author monsur
    I also installed wp pagenavi,but not working
    May you please check if I send you my user name and password?

    Thanks
    Monsur
    {{ DiscussionBoard.errors[4126459].message }}
  • Profile picture of the author wfcheapseo
    Yes, please send me a PM with your username and password.

    Thanks
    {{ DiscussionBoard.errors[4128323].message }}
    • Profile picture of the author erbuc
      You might also want to try inserting this code in your single.php file

      PHP Code:
      <?php previous_post('&laquo; &laquo; %''''yes'); ?>
      <?php next_post('% &raquo; &raquo; ''''yes'); ?>
      Unlike previous_post_link and next_post_link, this will show you the title of the post as a link. There is also a plug in that allows you to a bit more control here (WordPress › Better Adjacent Post Links « WordPress Plugins)
      {{ DiscussionBoard.errors[4128495].message }}
  • Profile picture of the author monsur
    Hello Monzu,sorry I missed your post,I am now sending the info
    {{ DiscussionBoard.errors[4135719].message }}
  • Profile picture of the author wfcheapseo
    ok.no problem.
    {{ DiscussionBoard.errors[4135737].message }}
  • Profile picture of the author wfcheapseo
    Hi,
    I have updated your single.php code. Now it works like charm. Please check and let me know.

    Thanks
    Monzu
    {{ DiscussionBoard.errors[4135805].message }}
  • Profile picture of the author monsur
    Thank you very much,it seems that you have strong expertise in this area.I will try to hire you for my next work.

    Thanks
    Monsur
    {{ DiscussionBoard.errors[4135839].message }}
    • Profile picture of the author wfcheapseo
      Originally Posted by monsur View Post

      Thank you very much,it seems that you have strong expertise in this area.I will try to hire you for my next work.

      Thanks
      Monsur
      My pleasure. I am always here to help you.

      Thanks
      Monzu
      {{ DiscussionBoard.errors[4135851].message }}
  • Profile picture of the author monsur
    Thank you,it seems that this is not working ,may you please have another look?
    {{ DiscussionBoard.errors[4136356].message }}
  • Profile picture of the author ZuThemes
    Hey there .. Please send me the the theme in a .zip format via email zuthemes[@]gmail.com and I will get back with a fix asap ..
    {{ DiscussionBoard.errors[4137275].message }}

Trending Topics