• I am setting up my blog https://www.funwithfreebies.com. I don’t know how to get rid of the following categoies:

    Syndication
    Meta
    Blogroll (I would like to add other freebie blogs under this heading, but can’t figure out how too).

    Also, how can I change the name of these categories such as the “We Recommend” to something else?

    Under the main menu, the two pages I have set up are shown with an X like they are missing a picture. How do I correct that?

    Thanks for any help you can give!

Viewing 2 replies - 1 through 2 (of 2 total)
  • Remove following code from sidebar.php file

    <ul>
     <li id="archives"><h2>Syndication</h2>
    
     	<ul>
    <li>----some code---</li>
     	</ul>
    
     </li>
    </ul>
    <ul>
    <li><h2>Meta</h2>
    				<ul>
    					<?php wp_register(); ?>
    					<li><?php wp_loginout(); ?></li>
    					<li><a href="https://validator.w3.org/check/referer" title="This page validates as XHTML 1.0 Transitional">Valid <abbr title="eXtensible HyperText Markup Language">XHTML</abbr></a></li>
    					<li><a href="https://gmpg.org/xfn/"><abbr title="XHTML Friends Network">XFN</abbr></a></li>
    					<li><a href="https://www.ads-software.com/" title="Powered by WordPress, state-of-the-art semantic personal publishing platform.">WordPress</a></li>
    					<?php wp_meta(); ?>
    				</ul>
    				</li>
    </ul>

    <?php wp_list_bookmarks(); ?>

    <?php wp_list_categories('show_count=1&title_li=<h2>We Recommend</h2>'); ?>

    This code will change the Categories title.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘How to adjust/delete titles on Homepage’ is closed to new replies.