Jump to content
Sign in to follow this  
keriev

iBlog Pro 3 - Adding additional feature boxes on home page.

Recommended Posts

keriev

Am looking to add a few more feature boxes to the homepage. I was able to do this through html within the php file. I am hoping to be able to use the admin function for updating them. Where do I start? Is there a place where the number of feature boxes is determined? Thanks.

Share this post


Link to post
Share on other sites
Andrew

which version of iBP are you using? The number of feature boxes is determined by a function called :

 get_default_fboxes(){

the way it works is that the features are all called and set up using arrays, which make them dynamic. Theoretically, you can accomplish what you're looking for by adding 'indexes' to the 'get_default_fboxes()' array. Then you will need to modify template_fboxes.php (as of iBP 3.5.1) to accomplish what you want as far as layout is concerned

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  

×