I am using the Highlight Fullwidth template to create a page where I'd like to see ONLY the highlight section plus some feature boxes.
I have already added the feature boxes code to the template_fullwidth.php file so the feature boxes are working fine.
However, I don't want the normal page content "box". It's currently appearing below the feature boxes.
How do I remove this? Is there some code I can remove from a php file? I am okay with a global change for any page that uses the Highlight Fullwidth template.
Thanks for any advice!
p.s. this is for iBlogPro4 but I assume the answer is the same across all themes
How to create a Highlight Page - Fullwidth format with no content
Started by
xabre
, May 02 2010 05:24 PM
2 replies to this topic
#1
Posted 02 May 2010 - 05:24 PM
#2
Posted 03 May 2010 - 04:42 PM
I would use CSS instead of deleting stuff from the template files.
You can use the page_ID and use this css:
`.page-id-xx #content {display:none;}`
To find the page-id you can view the source and look for classes assigned to the body
#3
Posted 03 May 2010 - 04:48 PM
Added to custom code and it works great. Thanks!!










