Jump to content
Sign in to follow this  
caustin01

iBlogPro - Remove Feature Boxes without Removing Features

Recommended Posts

caustin01

How does one Remove the Feature Boxes under the Feature Area on a static front page? There seems to be no definitive answer on this issue in the forums. Is this a Theme Option, Code Removal, or can this be acheived through custom code option in the theme admin? Appreciate your help and comments.

Share this post


Link to post
Share on other sites
cmunns

Open page-feature.php from the template editor and delete the line referencing the boxes: ` <?php if(VPRO) { /* Template Name: Feature Page - Default */ get_header(); get_template_part('pro/template_feature'); get_template_part('pro/template_fboxes'); get_footer(); } ?> `

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

Sign in to follow this  

×