• My blog at https://www.manolo.biz has this problem with <!–more–> since version… dunno some night built of 1.2 or whatever it was before 1.5 come out .. upgrade after upgrade and the problem never got fixed.
    i ve not installed 2.3 yet, i ll do today.

    Basically, when i add the <more> tag… the “Read the rest of this entry ?” text appear in the post BUT when you click on it and the page with the full lenght post should load.. it just shows the half before “Read the rest of this entry ?” withour being able to read the rest of the post… that is a small problem ( i use full lenght text usually)

    try this to understand ??

    https://www.macchetta.com/manolo/category/improving/mind/dreams-lucidity/

    What i ve just discovered is that now also comments do not
    work in a similiar way… and this is a bigger problem..
    in the past ( version1.5) i had ONE post, so it worked once ??

    who had the same error? what solution did you find?

    thank a lot

    rotello

Viewing 6 replies - 1 through 6 (of 6 total)
  • does your theme have “single.php” in it?

    Try switching to Kubrick temporarily, and see if the problem goes away.

    Thread Starter rotello

    (@rotello)

    just tried, with the kubric there is the same problems…
    which folder should this single.php file be?

    thanks

    If you go to Presentation -> Theme Editor and click on your current theme, you will see something on the right hand side (with a list of files) called either “Single Post” or “single.php” or something along those lines.

    1. You don’t really need a single.php in your theme to see a full post.
    Learn: Template_Hierarchy – index is the fallback for everything.

    2. There must be something screwed up in that WP install.

    Moderator Samuel Wood (Otto)

    (@otto42)

    www.remarpro.com Admin

    What is your permalink setting set to?
    Options->Permalinks->Custom structure:

    I suspect that you have it set to /%year%/%monthnum%/%day%/ which won’t work because it’s not specific enough. You can have multiple posts on one day. Even if you don’t have multiple posts in one day, that’s not good enough because you can have multiple posts on one day.

    You need to have something in there that specifies the unique post, just the day of the post is not unique enough to trigger is_single and thus deactivate the more tag.

    In other words, the custom structure must contain one of these:
    %postname%
    %post_id%
    %year% + %monthnum% + %day% + %hour% + %minute% + %second%

    Those will all resolve to a single post and thus allow more to work correctly.

    Thread Starter rotello

    (@rotello)

    Thanks to everybody, and expecially to Otto!!!!
    now it works!!!!
    it was a permalinks problem.

    I used this permalinks structure
    /%year%/%monthnum%/%day%at%hour%:%minute%:%second%

    i think we can consider case closed!
    Cooool

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘<!–more–> and comment don’t works!’ is closed to new replies.