Hi, I am particularly finding this page - navigation for my wordpress blog. I am making a similar funny picture blog, but I am unable to find this plugin. Please help me in that The code so far, I have found in the websites are as follows <center><p><a href="http://www.9to5lol.com/they-always-win/" rel="next"><img src="http://i.imgur.com/Y4sZc.png"</a><a href="http://www.9to5lol.com/touche-apple-touche/"><img src="http://i.imgur.com/LAw5N.png" /></a><a href="http://www.9to5lol.com/when-i-started-my-period/" rel="prev"><img src="http://i.imgur.com/jJvSy.png"</a></p></center> HTML: These are the links to the websites, who are using this page navigation. Please help me, I am not that pro in wordpress, and its taking a lot of time. funny-pictures-blog[dot]com 9to5lol[dot]com allgags[dot]com I really need help on this one please. PLus it is helpful when you press (LEFT) or (RIGHT) arrow key it moves the post. Thanks a lot in advance.
[FONT=verdana, geneva, lucida, lucida grande, arial, helvetica, sans-serif]I have also found the following code, if that is true, please help me where to insert in my blog. Thanks a million [/FONT] <div class="nav-box next"><h2><?php next_post_link('%link', '<<< Previous Post', false); ?></h2></div> <?php $random_post = get_posts('posts_per_page=1&orderby=rand'); $link = '<a href="'.get_permalink($random_post[0]->ID).'" title="Random Post:'.get_the_title($random_post[0]->ID).'">Random Post</a>'; ?> <div class="nav-box random"><h2><?php echo $link; ?></h2></div> <div class="nav-box previous"><h2><?php previous_post_link('%link', 'Next Post >>>', false); ?></h2></div>
Just Install WP Page Navi And their is another plugin which helps you to change page navigation style. But first you have to install above plugin. Styles Plugin Name : WP PageNavi Style
I tired to do, but I am unable to make it like that. Please if any one can tell which plugin it is. Or where can I get the code for it. Thank you
I have done it finally. You can get it easily if you make your theme using catalyst else you can use your own php
Also, you can install WP navigation plugin and change your page button images with your page button that you have. But first, you should script code for that images to put in your CSS wp. Try it and hope will be install successfully.