ftrianti 0 Report post Posted March 21, 2011 Hi all, I need to change the feature navigation mode on every page. For example: Home --> squares Products --> thumbs It's possible? Share this post Link to post Share on other sites
Kate 3 Report post Posted March 21, 2011 Hi Fabio, Unfortunately that's not built-in functionality. You may be able to accomplish it with some custom code, but we'd have to check with the developers, and that would rely on your comfortableness with coding. Share this post Link to post Share on other sites
ftrianti 0 Report post Posted March 21, 2011 Hi Kate, thanks for your reply... I will wait for good news Share this post Link to post Share on other sites
cmunns 16 Report post Posted March 21, 2011 It's possible if you modify the section features code so that there is a page level meta option. Do you know have any experience with PHP? Share this post Link to post Share on other sites
ftrianti 0 Report post Posted March 22, 2011 I have been developing in ASP, but I think it's pretty similar to approach. Share this post Link to post Share on other sites
cmunns 16 Report post Posted March 22, 2011 Go ahead and take a look at the section.features.php You'll see an array for page/post metatab that where you can create the option. Then you have to change the call in the template section so it pulls from page meta and not the global pagelines_option. Share this post Link to post Share on other sites