Hi! I really don't see any way to avoid front-page loading, except code changing. Tried to change front-page in site information to /blog, it doesn't work.

Any help how can i fix it?

CommentFileSizeAuthor
#1 blue-masters.zip502.58 KBprajaktam

Comments

prajaktam’s picture

StatusFileSize
new502.58 KB

Hello brozduke,

1) Do you want to remove the styling of the front page completely? And make the front page look like the internal pages? If so then I think you should move the page--front.tpl.php to some bkp file like page--front.tpl.php.bkp and then go to configuration->performance and clear the cache. So now the theme will pick page.tpl.php file for all the pages including the front page. Now In the site information you can set the front page to path blog and it will list all the blog entries.

Or
2) If you want to use the front page styling and just want to display the content then add the following line in your page--front.tpl.php file below the banner content:

<div><?php print render($page['content']);?></div>

I am attaching a folder with the changed page--front.tpl.php file and a screenshot how the front page will look with the content below the banner and with using the page.tpl.php for front page.
Hope this helps.

Thanks,
Prajakta

gtsopour’s picture

Category: feature » support