Forums

[resolved] Meta on sidebar. (9 posts)

  1. codymham
    Member
    Posted 1 year ago #

    So, first of all I'm really new to this, and I'm learning as I go. So if I give incomplete information or sound like ding-dong, advanced apologies.

    Here are things as I understand them:
    1. I have a sidebar
    2. I have widgets that show on sidebar
    3. I can edit those widgets from the menu in WordPress

    This is where it goes wrong. Meta is permanently affixed to my sidebar, I can't remove it. I haven't tried deleting it, but I'm hoping there is some way to remove it without deleting it.

    Thanks for any help!

    -Cody Ham

  2. govpatel
    Member
    Posted 1 year ago #

    post your url so we can see and some themes do have meta hard corded in sidebar will have to see your theme to guide you.

  3. codymham
    Member
    Posted 1 year ago #

    Oh yeah! Ha Ha! Sorry.

    URL: http://www.burnttoastblog.com

    I'm using the cuizine theme by V

  4. govpatel
    Member
    Posted 1 year ago #

    when you go appearance and widgets can you drag the meta widget out of sidebar.

  5. codymham
    Member
    Posted 1 year ago #

    For some reason, it is still there... I have removed it from the sidebar and it continues to show up on my website.

  6. govpatel
    Member
    Posted 1 year ago #

    it must be hard coded in your sidebar.php

  7. codymham
    Member
    Posted 1 year ago #

  8. <div class="widget">

    <h2>Categories</h2>

      <?php wp_list_categories('sort_column=name&title_li=&depth=2'); ?>

    </div>

  9. <div class="widget">

    <h2>Recent Posts</h2>

      <?php wp_get_archives('type=postbypost&limit=10'); ?>

    </div>

  10. <div class="widget">

    <h2>Archives</h2>

      <?php wp_get_archives('type=monthly'); ?>

    </div>

  11. <div class="widget">

    <h2>Blogroll</h2>

      <?php wp_list_bookmarks('title_li=&categorize=0'); ?>

    </div>

  12. <?php endif; ?>

  13. <div class="widget">

    <h2>Meta</h2>

      <?php wp_register(); ?>

    • <?php wp_loginout(); ?>
    • WordPress
    • <?php wp_meta(); ?>

    • XHTML

    </div>

  14. <div class="widget">

    <h2>Advertisement</h2>

    <center>
    <?php $adsense_250 = get_option('cuiz_adsense_250'); echo stripslashes($adsense_250); ?>
    </center>

    </div>

  15. </div></div></div>

  • codymham
    Member
    Posted 1 year ago #

    That totally helped me figure it out! thanks!!!!

  • govpatel
    Member
    Posted 1 year ago #

    I recommend that you make copy of the file before you make any changes just in case you need go back to original as I am not a programmer but I think that stops you from dragging as meta is not in the that if function.

    copy this code
    <?php endif; ?>
    and paste after

    <div class="widget">
    
    <h2>Meta</h2>
    
        * <?php wp_register(); ?> <?php wp_loginout(); ?>
        * WordPress
    
          <?php wp_meta(); ?>
        * XHTML
    
    </div>

    and update the file now try and drag it out of side bar see if it works

  • Topic Closed

    This topic has been closed to new replies.

    About this Topic

    Tags