• maybe I posted in wrong area

    okay, I cant find anything on this, or I can but it doesnt make sense to me because it mentions more than what I need and Im haveing a hard time fishing out what I want..

    Okay what I want

    [IMAGE]says Archives
    october 2011
    november 2011
    ….
    [IMAGE]says categories
    category 1
    category 2
    category 3
    category 4

    then maybe one for recent posts..

    whats the easiest way yto accomplish this?

Viewing 3 replies - 1 through 3 (of 3 total)
  • In your sidebar.php, you could use this:

    <h2><img src="stick your image url here" /></h2>
    <ul class="sub-nav">
    	<?php wp_list_categories('title_li='); ?>
    </ul>

    Repeat for archives and then in the css, style your .sub-nav the way you want to.

    Thread Starter Elgigante

    (@elgigante)

    awesome.. that looks like it will work.. thanks

    also, try web search for ‘image as widget titles wordpress’
    – there seem to be quite a lot of answers around

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘sidebar.php CSS’ is closed to new replies.