Closed (won't fix)
Project:
Boldy
Version:
6.x-1.1
Component:
Miscellaneous
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
19 Nov 2011 at 13:11 UTC
Updated:
4 Dec 2011 at 22:56 UTC
the front page content disappears it appear in any other theme except Boldy any help
Comments
Comment #1
ocamp commentedsame here.
I think theres something wrong with page-front.tpl because when i delete it it works.
Comment #2
the_g_bomb commentedThere is no $content output in the page-front.tpl.php which is why the front page content doesn't show up. I deliberated about this and decided that as the Boldy theme as designed by didn't really have a content area on the home page, I would omit it entirely.
As you have discovered you can delete the page-front.tpl.php and have content on the front page if you wish, alternatively you could add some code to format a content area and
print $contentwhere-ever you want it to show up.As with most themes once you download it you can do with it as you wish to make it your own, including adding a $content region on the homepage or removing the homepage template all together.