• Resolved dobie

    (@dobie)


    I’m pretty new to the blog world and have a few questions if someone can help.
    1. I’m trying to play with the category names on my side bar. I can kinda pic through code and normally figure out what to do by copy and paste but I can’t figure this out. If you go to my site, perfectexposure.net/blog I’m trying to move the “Fark.com” so it’s even with the others and have “Categories”, “Archives”, and “Meta” in bold like the rest.
    2. I’m also trying to get the rss feed buttons to show up under meta. I can see the code but don’t know how to activate it so it shows up.
    Any help would be great.
    Shawn

Viewing 3 replies - 1 through 3 (of 3 total)
  • you have the first three subheads wrapped in h2 tags. just wrap the last 3 in them as well. fark looks aligned to me in FF 1.04

    I dunno the code for the rss images but there are plenty of themes that use them. just peek at the code and copy and paste away.

    Thread Starter dobie

    (@dobie)

    Don’t know where to put the h2 tags, could ya help me out? This is what I’ve found:
    <li id=”categories”><?php _e(‘Categories:’); ?>

      <?php list_cats(0, ‘All’, ‘name’, ‘asc’, ”,1,0,1,1); ?>

    <li id=”archives”><?php _e(‘Archives:’); ?>

      <?php wp_get_archives(‘type=monthly’); ?>

    <li id=”meta”><?php _e(‘Meta:’); ?>

      Thanks

    looks like you’ve got it sorted.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Help centering topics’ is closed to new replies.