Forums

how to remove older posts icon (6 posts)

  1. top10hm
    Member
    Posted 1 year ago #

    Hi
    right now i am using this theme
    Zeke (2-Column) 1.0 + Widgets by Michael D. Pollock

    can any one tell me plz how to remove the older and newer post icons and instead of that put a numeric page icons list like 1 2 3 4 5 .. etc

  2. Rev. Voodoo
    Volunteer Moderator
    Posted 1 year ago #

    install:
    http://wordpress.org/extend/plugins/wp-pagenavi/

    then look for your nzvigation links in your theme.... index.php normally

    replace or wrap your existing navigation links with pagenavi function. Here's an exmaple from mine...

    <div class="navigation">
    		<?php if(function_exists('wp_pagenavi')) : ?>
    			<?php wp_pagenavi(); ?>
    		<?php else : ?>
    			<div class="alignleft"><?php next_posts_link(__('&laquo; Older Entries')); ?></div>
    			<div class="alignright"><?php previous_posts_link(__('Newer Entries &raquo;')); ?></div>
    		<?php endif; ?>
    	</div>
  3. top10hm
    Member
    Posted 1 year ago #

    Thanx a lot friend..should i copy the entire code which u have sent me and paste it in my index php section

    i have installed the plugin and even then its not showing up like that..should i copy it and paste it now??? and if to do can u plz tel me from where to where i should do that ???
    thanks in advance

  4. top10hm
    Member
    Posted 1 year ago #

    one thing friend..i have no words to thank u bcz from the last 2 months i am looking for this and nobody helped me and guided me but i will say only one thing for u ..i wish all of your dreams and desires in your life come true..wish u good luck for ur life ..thanks a lot my friend God bless u
    hope to be in good contact in future
    tc my friend

  5. Rev. Voodoo
    Volunteer Moderator
    Posted 1 year ago #

    Sounds like you got it working! That's great!

  6. top10hm
    Member
    Posted 1 year ago #

    Brother can you plz visit my website and guide me what to do to make it more attractive and best ... http://www.top10hm.com
    and brother i need some more help from u..i am just new in this development industry thats y not familiar with most of the things...

    i am a great fan of the http://www.thechive.com site and i want to make a the drop down list of categories in the top navigation bar but dont know how to do that..can you guide me plz
    and one more thing brother...in this website only one picture shows at the main post rest of them appear when u open the post...
    but in my case when i try to put pictures in my post they appear in thumbnails ..all of them showing up in a single post
    can u plz tell me that how to do that brother

Topic Closed

This topic has been closed to new replies.

About this Topic