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.
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.
Try "Manage -> Pages"
It's not there -_-
I saw only "About" page. I took it out but "About the Site" is still there.
Link?
and the "Link" box is still there with nothing in it.
You can look at my site in http://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().
finally I got it, Thanks ^_^
Comment out the
<h2><?//php _e('About the Site:'); ?></h2>
<h2><?//php _e('Links'); ?></h2>
in index.php in connection theme
This topic has been closed to new replies.