GetSimple Support Forum

Full Version: Sidebar component
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi!

I´m not sure if this is the right place to ask...Anyway...

Is it possible to add sidebar component only to frontpage? I am using theme ElegantResponsive 0.1. The sidebar component is going to include Twitter and FB plugins.
Thanks for your help Smile
Search the forums, this is answered many times. Component or sidebar on specific pages.
It is the right place to ask. It is a common query.
The simplest method is to copy and rename template.php in the theme folder so you have frontpage.php as a page template just for the frontpage. Where the template has
PHP Code:
<?php get_component('sidebar');    ?>
change it to call your twitter sidebar.

There is a wiki page for this with some other methods :
http://get-simple.info/wiki/components-d...n-the_page