add extra sidebar in Traquility-theme
-
Hello
Can anyone please help me with some code how to make an extra sidebar in the theme Tranquilitu 1.1? I want sidebar – content – sidebar.
Hope somebody are able to help – I really appriciate it.i cant really seem to find much info about this theme..
(Tranquility 1.1 av Mujtaba Ahmed – http://www.dynamicguru.com/mujtaba/)
-
I could not locate “Traquility-theme” theme in the WP free theme directory.
Is it a paid theme?
If yes, you may want to contct the vendor.
as far as i know is this a free theme.
i will contact Mujtaba Ahmed if possible then. thank youIt looks like it has not been updated for several years and is no longer on the WP themes page…generally that’s not a good sign:
http://www.dynamicguru.com/freebies/wordpress-theme-tranquility-10/#more-174
Look at the dates on the above page…
hmm..
so any tips on how to handle this besides contacting the owner of the theme?general approach – requiring a fairly good knowledge of html and css, and a bit understanding of WordPress functions:
example (only very general as the theme is not downloadable anymore – or do you have a download link?):
– create a sidebar-2.php;
– add<?php get_sidebar('2'); ?>to all required templates http://codex.ww.wp.xz.cn/Function_Reference/get_sidebar ;
– add theregister_sidebar()coding to functions.php of the theme http://codex.ww.wp.xz.cn/Function_Reference/register_sidebar ;
– add the html and thedynamic_sidebar()coding to sidebar-2.php http://codex.ww.wp.xz.cn/Function_Reference/dynamic_sidebar ;
– style the new html structure to match your disign.code example:
http://www.transformationpowertools.com/wordpress/add-custom-widget-area-wordpress
The topic ‘add extra sidebar in Traquility-theme’ is closed to new replies.