• Hi, I am new of WP.
    I’d like to write posts without showing their link under the “latest posts” list. Only I’d like to call them by clicking the categories link. Is it possible? Thank you.
    Giuseppe

Viewing 6 replies - 1 through 6 (of 6 total)
  • Are you trying to remove the whole ‘latest posts’ list? Or to still show the list and remove them as linkable?

    Thread Starter gius

    (@gius)

    Trying to remove the whole ‘latest posts’ list

    Are you running a plugin to show this? It’s possible all you would need to do is de-activate the plugin.

    There are two possibilities:
    1. If you are using widgets:
    Presentation–>Widgets
    Drag the latest posts box from the top (Sidebar) to the bottom (available widgets). This will remove it from showing up.

    2. If you are NOT using widgets (this isn’t as simple):
    Presentation–>Theme Editor
    Choose Sidebar
    You’ll need to find code which calls the latest posts. it could be something like this: https://www.vindictivebastard.net/downloads/last-10-posts.txt

    Good Luck!

    Thread Starter gius

    (@gius)

    Thank you. I am not using plug-ins nor widget. It’s just the basic theme format. I copied the code in the Sidebar, but no results. How comes? Maybe you want to see directly: https://www.giuseppeiacono.net

    I’m sorry, I was not clear in my previous post. My bad.

    Please remove the code you inserted previously.
    Then, find and remove this code in your template:

    <li>
    	<h2><?php _e('Latest Posts'); ?></h2>
    	<ul><?php wp_get_archives("type=postbypost&limit=6")?></ul>
    </li>

    That should do it for you!
    Good Luck!

    Thread Starter gius

    (@gius)

    Yes, now it works.
    Thank you!!

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Posts list’ is closed to new replies.