Re: Wordpress theme customization
One way of going about it is to customize the theme. Go to ‘Appearance’ and then to ‘Theme’. Click on ‘widgets’. It will show you all the elements of the theme. If you don’t want certain things in the sidebar or in the header or footer, they can be removed by modifying the respective widgets.
Wordpress theme customization
Collapse
X
-
Re: Wordpress theme customization
Originally posted by DataCab View PostI have uploaded a ready made free wordpress theme to my blog and it is successfully installed but the theme has some out going links and i couldn't found the place to remove them. I have checked all the files header and footer but still it is showing the links on side bar.please help me with it.
Leave a comment:
-
Re: Wordpress theme customization
Originally posted by DataCab View PostI have uploaded a ready made free wordpress theme to my blog and it is successfully installed but the theme has some out going links and i couldn't found the place to remove them. I have checked all the files header and footer but still it is showing the links on side bar.please help me with it.
Edit this wp-content/themes/default/sidebar.php & delete the following lines:Code:<li><h2>Archives</h2> <ul> <?php wp_get_archives('type=monthly'); ?> </ul> </li>
Code:<?php wp_list_categories('show_count=1&title_li=<h2>Categories</h2>'); ?>
Code:<?php wp_list_bookmarks(); ?>
Code:<?php wp_meta(); ?>
Leave a comment:
-
Wordpress theme customization
I have uploaded a ready made free wordpress theme to my blog and it is successfully installed but the theme has some out going links and i couldn't found the place to remove them. I have checked all the files header and footer but still it is showing the links on side bar.please help me with it.
Leave a comment: