• How to take About the site and Link in connection theme? I was looking at sidebar.php but I couldn’t see any thing to modify from here.

Viewing 6 replies - 1 through 6 (of 6 total)
  • Try “Manage -> Pages”

    Thread Starter jesuz

    (@jesuz)

    It’s not there -_-
    I saw only “About” page. I took it out but “About the Site” is still there.

    Link?

    Thread Starter jesuz

    (@jesuz)

    and the “Link” box is still there with nothing in it.

    You can look at my site in https://www.kerdsri.com/blog

    I want to move “Page” and my calendar to the top.

    It will be dependant on you’re theme, but you should start with the sidebar.php.

    The “Page” list is generated by a call to wp_list_pages(), the Link box can be commented out – should be a call to get_links_list().

    Thread Starter jesuz

    (@jesuz)

    finally I got it, Thanks ^_^
    Comment out the

    <h2><?//php _e(‘About the Site:’); ?></h2>

    • <?//php bloginfo(‘description’); ?>

    <h2><?//php _e(‘Links’); ?></h2>

      <?//php get_links(‘-1’, ‘

    • ‘, ‘
    • ‘, ‘ ‘); ?>

    in index.php in connection theme

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘how to get rid of About the site in connection theme?’ is closed to new replies.