It displays my featured content on every page not just the front one. Also the featured part on all the other pages doesn't show the same thing that it shows on the blog.
Well I believe that since if opted for a static page as my home page instead of the normal "blog" home page that front page should be whatever page comes up first and the is_home() page should be the blog page but maybe that's were i'm all wrong. I guess my real problem is how to i find out how to call my pages in PHP? How do i know what a certain page is named and then call it, like above, into my PHP?
my blog: http://blog.madisonmasters.com
Heres the code for the side bar:
The part thats not working for me is:
<?php } if (is_front_page()) { ?>It displays my featured content on every page not just the front one. Also the featured part on all the other pages doesn't show the same thing that it shows on the blog.
Please help. Let me know if you need more info.
Dunno if I'll be able to help but I've been working with Wordpress for the last few weeks, so might be able to figure something out!