Jump to content
Sign in to follow this  
aronfredriksson

Read More on other pages than post page

Recommended Posts

aronfredriksson

Hi, I am using the "Query Posts"-plugin to build a site that displays different category posts on different pages. I would like all of the posts, regardless of which page they are published on, to be shown as excerpts with a read more button. It works on the main posts page but on the other pages the read more button does not show up... How to make it show up in excerpts others than the posts page? I have heard that this script will do magic but I don't know where in the loop to put it? <?php global $more; $more = 0; ?> //The code must be inserted ahead of the call to the content Please.

Share this post


Link to post
Share on other sites
Kate

Hi Aron, What theme are you using, please?

Share this post


Link to post
Share on other sites
aronfredriksson

I am using the PlatformPro. Thanks for help

Share this post


Link to post
Share on other sites
cmunns

Just search for the_content() in template.postloop.php

Share this post


Link to post
Share on other sites
aronfredriksson

<?php global $more; $more = 0; the_content(__('<p>Read more »</p>','pagelines'));?> I put in like this but it just doesn't want to work :(

Share this post


Link to post
Share on other sites
hughhempel

I am having the exact same problem... It sure seems to be a plugin conflict... Spent several hours on it without success...

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

Sign in to follow this  

×