Hi there!!!,
I would like to know how can I delete the right sidebar at the bottom. Please check http://federico-antelo.org/, I would like to delete the bottom part of the menu, the one with the RSS and Twitter symbols, and the legend "Copyright Federico Antelo Granero | Blog & Works".
Thanks in advance for your help!!!
Delete right sidebar at the bottom
4 posts from 3 voices-
Posted 1 year ago #
-
I can only see a left sidebar :)
Open up sidebar.php and delete following code:
####### SOCKET CONTAINER ####### echo "<div id='socket' class='box'>"; echo " <ul class='social_bookmarks'>"; echo " <li class='rss'><a href='".avia_get_option('feedburner',get_bloginfo('rss2_url'))."'>RSS</a></li>"; if($facebook = avia_get_option('facebook')) echo "<li class='facebook'><a href='".$facebook."'>Facebook</a></li>"; if($twitter = avia_get_option('twitter')) echo "<li class='twitter'><a href='http://twitter.com/".$twitter."'>Twitter</a></li>"; echo " </ul><!-- end social_bookmarks-->"; echo "<div class='hide_content_wrap hide_content_wrap_copyright '>"; echo "<span class='copyright'>".__('© Copyright','avia_framework')." <a href='".home_url('/')."'>".get_bloginfo('name')."</a></span>"; echo "</div>"; echo "</div>"; ####### END SOCKET CONTAINER #######Posted 1 year ago # -
Thanks!!!, you are right...it was at the left side.
Posted 1 year ago # -
Glad Dude could help you out :)
Posted 1 year ago #
Topic Closed
This topic has been closed to new replies.














