mrmiyamoto 2 Report post Posted March 21, 2011 website: http://animemovieguide.com/ I'd like to have my front-page subnav bar above my feature template thingy, but there does not seem to be an easy way to do this in the Options menus. How would I go about doing this? Thanks. Share this post Link to post Share on other sites
cmunns 16 Report post Posted March 21, 2011 You can do it if you use the feature section that is available in the header template area. Share this post Link to post Share on other sites
mrmiyamoto 2 Report post Posted March 21, 2011 Do you mean the "Header and Nav" section? Because I don't see any such options there. What is the "header template area"? Share this post Link to post Share on other sites
mrmiyamoto 2 Report post Posted March 22, 2011 I'm using StationPro, not PlatformPro, by the way... Share this post Link to post Share on other sites
bryan-hadaway 3 Report post Posted March 22, 2011 Then this will take PHP customization, are you familiar with editing template files? Thanks, Bryan Share this post Link to post Share on other sites
mrmiyamoto 2 Report post Posted March 22, 2011 Yes, I'm down with the PHP, just don't feel like finding what to move in there on my own. Share this post Link to post Share on other sites
cmunns 16 Report post Posted March 22, 2011 The file you want to edit is template_posts.php under the Library Folder Move this line ` <?php if(!is_404()) get_template_part('library/_subhead');?> ` above this one: ` <?php if($featureslide_template) get_template_part('pro/template_feature'); ?> ` Share this post Link to post Share on other sites
mrmiyamoto 2 Report post Posted March 22, 2011 Thank you kindly. Share this post Link to post Share on other sites