• I know this subject is covered in the well known support article ‘Customizing the Read More’ and believe me, I’ve read it along with searching through similar ‘Read more text’ problems on the support forum.

    My topic title indicates that I can’t get the ‘Read More’ to show in abbreviated posts.

    “So what’s the idiot not done?” I hear you say.

    Well, here’s the state of play:

    I’ve been following the ‘Build your own WordPress theme’ tutorial done by Smallpotato and all the <?php the_content();?> PHP tags in all the template files read as <?php the_content();?>

    all my current test postings were done without using the more quicktag and appear abbreviated with (a non-hyperlink) […]

    I have edited some of the previous posts and inserted the more quicktag where I wanted the ‘Read More’ to appear in place of the […]

    I edited the <?php the_content();?> in my index.php file to read:

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

    However, no changes were made to the edited posts and the abbreviated posts still display […]

    Are there other template files I need to edit and change to <?php the_content(‘Read more…’);?> where that tag appears?

    Or is there other code I should be checking to make sure things are set up correctly to make use of the more quicktag?

Viewing 5 replies - 1 through 5 (of 5 total)
  • all my current test postings were done without using the more quicktag and appear abbreviated with (a non-hyperlink) […]

    this suggests that the template showing the posts has the_excerpt(); in its code – not the_content();

    you are probably looking at the wrong file, at the moment.

    http://codex.wordpress.org/Function_Reference/the_excerpt
    http://codex.wordpress.org/Function_Reference/the_excerpt#Make_the_.22read_more.22_link_to_the_post

    to check which template might be showing the posts, check:
    http://codex.wordpress.org/Template_Hierarchy

    Instead of meshing around with codes I just post my article normally and just click my mouse where I want the break in the editor and press Alt+Shift+T and publish that put a link on the article post page

    I’m having a similar problem. I had my blog on wordpress.com, but finally downloaded wordpress on my own site, and installed a theme. I exported my blog from wordpress.com and imported into my site (nicolekrug.com) all the posts and content are showing up in my admin panel, and my blog digest shows up (nicolekrug.com/wordpress) so it appears that the import worked; however, when I click “read more” I get nothing.

    I even tried creating a new post and it went to the digest page, but I can’t read more. I can click through the tags and even see comments, but any “read more” gives me a page not found.

    I just tried adding the code suggested at the link above, to no avail.

    Any assistance would be greatly appreciated!

    @nicd77 I went on your website nicolekrug.com and there two articles and readmore them two worked fine but when I clicked on blog it took me to http://nicolekrug.wordpress.com/

    Is this how it suppose to be

    As if you have transferred your blog than it should be on your own theme and not go to wordpress.com for your blog so looks like you have not set your urls in settings general recheck them.

    Thread Starter thedrumdoctor

    (@thedrumdoctor)

    Thank you alchymyth.

    Those links pointed me in the right direction and it was all in the functions.php.

    Now back to my stylesheets, PHP not being a strongpoint!

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘'Read More' not showing in posts’ is closed to new replies.