delmontyb Posted September 14, 2007 Share Posted September 14, 2007 Hey all, I currently have some of my site using PHP and some not, I'm still a PHP newbie, I'm more experinced with ASP.NET in the work force. Anyhow here is my issue. Currently my site pushes a new cartoon each day, it has a previous day button, etc... And when you go previous it then shows a next day button. What I'm needing to do is I would like to add two new buttons, a 15 days previous, and a month previous... I'm sure it's possible but I don't know the right code to get this to work... Here is the code that I'm using to have the previous and next day... <?php posts_nav_link(' — ', __('« Next Day'), __('Previous Day »')); ?> My site is http://www.comicearth.com The cartoon is called West Parker if you want to take a look to see what I'm talking about. Thanks for any help you can provide! Link to comment https://forums.phpfreaks.com/topic/69270-help-easy-site-navigation-for-cartoon-focused-website/ Share on other sites More sharing options...
redarrow Posted September 14, 2007 Share Posted September 14, 2007 http://www.phpfreaks.com/tutorials/43/0.php read this mate Link to comment https://forums.phpfreaks.com/topic/69270-help-easy-site-navigation-for-cartoon-focused-website/#findComment-348090 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.