• Hi. I have a WP installation which I have set up mostly just as a CMS but I’ve decided to start writing posts sometimes too. This is my…I don’t know, 20th WP site and this is the first time this has happened so I really don’t know what is going wrong.

    https://www.alwaysbeenagypsy.com

    When you attempt to see the post — which you can get a link to by scrolling to the very bottom where the categories is or by using this link https://alwaysbeenagypsy.com/2010%/event/artist-talk/fiona-ackermans-creative-process — only the beginning of the post is shown. If I put an excerpt in, the excerpt is shown instead. I can not find anyway to read the article though the full article is available via the backend.

    Oh and the theme I am using is WP Framework 0.2.4.10 by Ptah Dunbar

    Does anyone know what is going on?

    Thak you in advance!

Viewing 7 replies - 1 through 7 (of 7 total)
  • you will need to access your theme’s index.php and change the_excerpt to the_content

    Thread Starter Abbey Jackson

    (@abegael)

    Okay I went and did a search.

    on index.php the_content appears but with a Read more link: php the_content( ‘Read more »’ );
    on archive.php the_excerpt does
    on page.php the_content does
    on category.php the_excerpt does

    I changed every instance of either to just be a plain the_content (no read more). The full article now shows on the category page but still if you click the link to go to the article itself it is still an excerpt.

    Any other ideas?

    Thread Starter Abbey Jackson

    (@abegael)

    oops, one missing from the list, single.php was the_excerpt and I changed it too

    Thread Starter Abbey Jackson

    (@abegael)

    Does anyone have any idea? I have googled and also searched these forums. I can’t find the answer anywhere ??

    single.php code not changed,check again.it still using the_excerpt

    Thread Starter Abbey Jackson

    (@abegael)

    bhuthecoder: wth! lol The server must have hiccuped or something because I did a find replace for all the files and uploaded them. It must not have uploaded that one for some reason. I just uploaded it again and voila! Thanks for pointing out that it hadn’t changed.

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘only beginning of post showing’ is closed to new replies.