Headings in Sidebar-ext and Random Quotes Plugin
-
I’m using the Random Quotes plugin in my sidebar-ext.php file. My quotes display at the very top of the sidebar, right above the “Categories” heading. How do I add a new heading into my sidebar-ext.php file?
When I open the “sidebar-ext.php” file, it doesn’t list the “Headings” in the sidebar (i.e. Categories, Pages, Archives). The only code in sidebar-ext.php is a bunch of function calls.
if ( function_exists(‘sem_newsletter_form’) )
sem_newsletter_form();if ( function_exists (‘wp_quotes_random’ ) )
wp_quotes_random();if ( function_exists(‘the_categories’) )
the_categories();And so on…
There’s no list of sidebar headings (archives, pages, recent posts, etc.). So, where do I create a new “Heading” for my Sidebar-ext? I want the new “Heading” to say “Random Quotes.”
SPACING ISSUE…
There’s also a spacing problem between the quotes that appear and the Translation icons at the top of the page.
My quotes are ***right underneath*** the flags (for the translation function), but I want some spacing between the flags and the random quote. Any idea how to do this?
- The topic ‘Headings in Sidebar-ext and Random Quotes Plugin’ is closed to new replies.