How delete (more…)

Support Area Forums Responsive Visual How delete (more…)

Viewing 4 posts - 1 through 4 (of 4 total)
URL to the page in question:
  • Author
    Posts
  • #15287
    Ladislav Vysmek
    Participant

    How can I delete the (more…) from posts? I can´t find it 🙁

    My site: http://naakce.cz/

    #15288
    Bill Robbins
    Moderator

    Good question. The (more…) looks like it is being inserted by the Read More quicktag (http://codex.wordpress.org/Function_Reference/the_content). The theme is set to display the full content of your posts in the blog. You can choose how much is displayed by using the More quicktag. The (more…) is the text that will be displayed at that point.

    You can change the text that’s shown at that point. Here’s how:

    1. Go to the Appearance section and select Edit.
    2. From the list of files on your right, choose index.php and find this spot:
      
      <?php the_content(); ?>
      
    3. Replace that with this:

      and change the Your more text to what you’d like for WordPress to say there.

    4. Save your changes.

    That will change what the (more…) says. If you’d rather remove it altogether, then edit your posts and delete the more tags from them. That will cause the full posts to be shown without the (more…).

    If you have any questions or trouble, just let me know.

    Thanks,
    Bill

    #15297
    Ladislav Vysmek
    Participant

    Thank you!

    I write: <?php the_content(""); ?>

    And there is nothing 🙂

    #15298
    Bill Robbins
    Moderator

    Fantastic. If you need anything else, just let me know.

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘How delete (more…)’ is closed to new replies.