• here is my blog https://sudanunited.com/ablog/

    I want to do the following changes on it :

    – I want delete the Categories and whatever is under it ..

    – I want delete Meta and whatever is under it ..

    – I want change the word Page to somethins else ..

    how can i do all that .. PLEASE HELP . thank you .

Viewing 1 replies (of 1 total)
  • You don’t actually want to DELETE your CATEGORIES, you want to delete references to them in your SIDEBAR, correct? Just go into your sidebar.php file in whatever template you are using and it should be obvious what needs to be deleted to take the reference to categories out.

    You don’t actually want to DELETE your META (as if you could), you want to delete references to it in your SIDEBAR, correct? See above; just edit the sidebar.php file.

    And it’s easy enough to change the word Pages to anything you want.
    From the Codex:

    In the following example, the heading text has been changed to the word “Poetry”, with a heading style of <h2>:

    <ul>
    <?php
    wp_list_pages('title_li=<h2>' . __('Poetry') . '</h2>' ); ?>
    </ul>

    So substitute whatever you want Pages to be for Poetry in the above example.

Viewing 1 replies (of 1 total)
  • The topic ‘How to do this ?’ is closed to new replies.