• lapd

    (@lapd)


    Hi!

    I have a problem with this read more thing. It works too good I suppose. When I write a post which doesnt need the read more tag (pretty short post), wordpress adds it anyway. And I dont want that 🙂

    So basicly I want to be able to control when to have the read more link.

    Any clues?

    tnx

Viewing 2 replies - 1 through 2 (of 2 total)
  • Michael

    (@alchymyth)

    it is probably your theme that does add this for every post on the front page.

    link?
    theme?

    or paste the code of your index.php(?) in a pastebin and post the link here

    PBP_Editor

    (@pbp_editor)

    Yes, you edit archive.php in your theme

    You might see something like this

    <?php the_content(__(‘(more…)’)); ?>

    You can just remove the more argument

    <?php the_content(); ?>

    Then you can just manually add the <!–more–> to individual posts when writing them

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Remove read more from some posts’ is closed to new replies.