• Resolved adelamae

    (@adelamae)


    Hello, I am a newb.

    Is it possible at all to edit the Meta box in the sidebar? I want to add little RSS icons after “Entries RSS” and “Comments RSS”, but no matter what I do to sidebar.php, I can’t get them to show up. Am I missing something, or is it just impossible? (And if it is impossible, why? I want to learn!)

Viewing 6 replies - 1 through 6 (of 6 total)
  • Are you editing the right sidebar?
    Are you using any caching plugins?
    Have you clear out your browser’s cache?

    If you haven’t read this yet, read it. Please provide your blog’s URL if possible.

    Thread Starter adelamae

    (@adelamae)

    Thank you!

    My blog’s url is http://www.virtual-twilight.com/.

    I’m editing the left sidebar, no caching plugins, tried clearing the cache, read the link. I’ve tried inserting <img src="http://www.virtual-twilight.com/images/rss-20.png" /> just about everywhere I could think to put it. (I know the image is too big, but I’ll fix that when I know how to put it in.) Nothing.

    In fact, no matter what I try to put in that section, it has no effect. I tried plain text a few places, and that doesn’t work either.

    Assuming that you haven’t edited the index.php file, the left side bar file should be sidebar.php (and the right sidebar is sidebar2.php)
    The code your should be inserting/replacing after <li><?php wp_loginout(); ?></li> is: (I replaced the image with a smaller one)

    <li><a href="<?php bloginfo('rss2_url'); ?>" title="Syndicate this site using RSS 2.0">Entries <abbr title="Really Simple Syndication">RSS</abbr></a> <img src="http://www.feedicons.com/images/feed-icon-14x14.png"/></li>
    <li><a title="The latest comments to all posts in RSS" href="<?php bloginfo('comments_rss2_url'); ?>">Comments <abbr title="Really Simple Syndication">RSS</abbr></a> <img src="http://www.feedicons.com/images/feed-icon-14x14.png"/></li>

    It would be better to do it in CSS, but that should do it for now.

    Thread Starter adelamae

    (@adelamae)

    That doesn’t work either, and it looks pretty much like what I was trying to do before. It’s like it just ignores anything I put in that box that wasn’t there to start with.

    do your sidebars use widgets? If so, nothing you edit in sidebar.php will show when you have widgets in there.

    Thread Starter adelamae

    (@adelamae)

    Ah, yes. That would be the problem. Thanks.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘can you add stuff to the meta box?’ is closed to new replies.