Community Forums › Forums › Archived Forums › Design Tips and Tricks › Site Navigation does not show on /blog page
- This topic has 2 replies, 2 voices, and was last updated 9 years, 7 months ago by StephanieTreasure.
-
AuthorPosts
-
November 26, 2014 at 2:36 pm #132895StephanieTreasureMember
My blog: http://www.stephanietreasure.com/blog does not show my site navigation. Clicks on individual blog posts will show the site navigation as well as all other pages of my website. I am thinking that there is an error in my functions.php file. I have uploaded it to this URL:
Also, related issue, is that the footer shows up different ways on different pages. For example: For
> > > instance on the blog page, http://www.stephanietreasure.com/blog/ You
> > > see the links saying "Privacy Policy, Affiliates, etc."and on the Work
> > > with Stephanie Page: http://www.stephanietreasure.com/work-stephanie/
> > > it shows "Wordpress, Genesis" in a smaller font than the one of the
> > > blog page. My footer is really supposed to contain THIS information
> > > (taken from my functions.php file/** Customize the entire footer */ remove_action( 'genesis_footer', 'genesis_do_footer' ); add_action( 'genesis_footer', 'child_do_footer' ); function child_do_footer() { if (is_page( array(2201, 1426, 2286 )) { ?> <a href="http://www.stephanietreasure.com/earnings-disclaimer/">Earnings Disclaimer</a> | <a href="http://www.stephanietreasure.com/terms/">Terms</a> | <a href="http://www.stephanietreasure.com/contact/">Contact Us</a> <?php } else { ?> <p><font size="2">Services: <a href="http://www.stephanietreasure.com/client-attractive-websites/">Client-Attractive Websites</a> | <a href="http://www.stephanietreasure.com/services/social-media-management-services/">Social Media Management</a> <br/> Coaching Programs: <a href="http://www.stephanietreasure.com/oneonone-ecoaching-consulting/">One-on-One E-Coaching & Consulting</a> | <a href="http://www.stephanietreasure.com/online-presence-profit-strategy-session/">Online Presence Profit Strategy Session</a> <br/>Products: <a href="http://www.incomemodelsforsuccess.com/">Income Models for Success Kit</a><br/><a href="http://www.stephanietreasure.com/privacy-policy/">Privacy Policy</a> | <a href="#">Affiliate</a> | <a href="http://www.stephanietreasure.com/earnings-disclaimer/">Earnings Disclaimer</a> | <a href="http://www.stephanietreasure.com/terms/">Terms</a> | <a href="http://www.stephanietreasure.com/contact/">Contact Us</a><br/>Copyright �2012 StephanieTreasure.com | Stephanie Treasure Marketing | ALL RIGHTS RESERVED </font></p> <?php } }
Thanks in advance for your help with this.
http://www.stephanietreasure.comNovember 26, 2014 at 2:56 pm #132897anotherusernameParticipantWhere did you upload your functions.php file to?
The link seems to be missing.
February 20, 2015 at 9:03 am #141459StephanieTreasureMemberI didn't upload the functions.php file, I just posted an excerpt above. Would it help to see the entire functions.php file?
-
AuthorPosts
- The forum ‘Design Tips and Tricks’ is closed to new topics and replies.