Advertisement
Guest User

sidebar-right.php

a guest
Nov 17th, 2013
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.17 KB | None | 0 0
  1. <div id="sidebar-right">
  2. <div class="sidebar">
  3. <?php
  4. do_action('comicpress-sidebar-right');
  5. if ( !dynamic_sidebar('sidebar-right-sidebar') ) { ?>
  6. <div class="sidebar-no-widgets">
  7. <?php _e('There are currently no widgets assigned to the right-sidebar, place some!','comicpress'); ?><br />
  8. <br />
  9. <?php _e('Once you add widgets to this sidebar, this default information will go away.','comicpress'); ?><br />
  10. <br />
  11. <?php _e('This theme also uses the WordPress 3.0 Menu system. You probably see the default stuff you have in the menubar. Go to Appearance -> Menu in the wp-admin (dashboard) and create a new menu.','comicpress'); ?><br />
  12. </div>
  13. <h2><?php _e('Recommended Plugins','comicpress'); ?></h2>
  14. <ol>
  15. <li><a href="http://wordpress.org/extend/plugins/comic-easel/">Comic Easel</a></li>
  16. <li><a href="http://wordpress.org/extend/plugins/vipers-video-quicktags/">Viper's Video Quicktags</a></li>
  17. <li><a href="http://wordpress.org/extend/plugins/audio-player/">Audio Player</a></li>
  18. <li><a href="http://wordpress.org/extend/plugins/comicpress-companion/">Theme Companion</a></li>
  19. </ol>
  20. <?php }
  21. ?>
  22. </div>
  23. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement