Jump to content
Sign in to follow this  
blzalewski

Put Continue Reading directly after excerpt

Recommended Posts

blzalewski

Hi, I'm trying to edit the template.postloops.php so that the continue reading link comes directly after the excerpt. Anyone know how I would do this?

Share this post


Link to post
Share on other sites
ricardo

You could try via CSS.... add this to your custom css rules: a.continue_reading_link { display: inline; } Ricardo

Share this post


Link to post
Share on other sites
blzalewski

Thanks for replying. I tried adding:

a.continue_reading_link { display: inline; }
to my CSS rules in the PageLines Custom Code section but that didn't do anything. Any other ideas?

Share this post


Link to post
Share on other sites
blzalewski

maybe I'm talking about a different php file? I want the continue reading button the homepage with all the different new articles displayed to have the continue reading directly after the excerpt

Share this post


Link to post
Share on other sites
kastelic

When you say "directly after", I'm confused because doesn't it show up by default? Perhaps a link to your site so we can see what settings you have?

Share this post


Link to post
Share on other sites
ricardo

Brian, Sorry, it was working on a test site but not on a live site (maybe a version issue). Try this updated code: a.continue_reading_link, .post-excerpt, .post-excerpt p { display: inline; } Ricardo

Share this post


Link to post
Share on other sites
timlinson

Thanks Ricardo, works on my 1.3.5 installs. +1 more

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  

×