Post snippets and appearance

Hi Guys,

I’m trying to add a snippet to my running posts under each post category.
This is an example page as it looks:

http://miracleworksmassage.com/mwm/index.php/category/understanding-therapies/

I would like to:

  1. Edit title appearance…smaller,
  2. add an exerpt for each one. limited to 75-100 words. (I have turned on exerpts.
  3. Possible putting them in a box with a bg color
  4. have the ability to add a small image.

What I have in mind is to create a Post Category page with a similar look to this:

I will have a few of these pages, so if possible, create an editable post template I can duplicate. Then adjust colors for each category page?

Is this or any part doable?

thank you in advance!

D

Hi D,

Please add this code in the Global CSS:

.entry-header .entry-title a {
    font-size: 25px;
}

You built the posts using Cornerstone so you will have to add Manual Excerpts to the post.

Add this code to the Global CSS:

.archive .entry-wrap {
    background-color: #27AFBA;
}

Please set an image to the Featured Image field of the posts.

Hope this helps.

Really helped a lot! Thank you very much!

You’re most welcome. :slight_smile:

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.