Site logo

Archived topic

Add "read more" to blog posts with excerpts?

11 replies · Started by dale on May 22, 2017

Viewing posts 1–12 of 12

Hi,

I turned on the Blog plugin-in and have a few questions:

On the blog or category pages, is it possible to add a "Read More" button or link to the end of the postexcerpt? Right now, any posts for which I wrote a custom excerpt doesn't get a "read more."

I know I can get a "read more" on all posts if I use WP Show Posts, but I was hoping "Blog" would take care of it all.

Here's the page with the issue: https://www.janellereston.com/blog/ (Heads up that this is a romance author blog, so scantily clad people may appear in the book cover slideshow.)

Also, are there any plans to allow different settings under Customizer > Blog > Blog content for the blog and category pages than for a post page? I don't like to have meta (tags, author, categories, etc) cluttering my blog and category pages, but I do like to include most meta on the post page itself.

Worked like a charm. Thanks!

Glad I could help!

Most of what I did was with the GP settings for color and typography, actually. The only places I got fancy were with hover and fade effects, which I learned how to do in the w3 css tutorials you can find online. Oh, and I use plugins to display book galleries. One is by Supsystic and the other is AdRotate. Both are in the WordPress plugins directory and have free versions. Good luck!

Try

.category .cat-links,
.category .comments-link {
    display: none;
}

Perfect! If I later decide to hide tags, would that be .tag-links?

Close :) .tags-links

Thanks!

You're welcome!

This archived topic is closed to new replies.