Category Intro Text

Posted in: Newsmag
Post count: 7

I would like the ability to create custom intro text for some of my categories and sub-categories.

I know the category description will display text but I wanted more control and the ability to place the text at the top below the main menu and sub-category links.

How can I do this?

Post count: 9544

Advanced Custom Fields plugin, then place the text shortcode into the template(s) where you want such code to appear; would be best way.

Post count: 6600

Hi,

You can also add the category description like this: http://screencast.com/t/WDAdZta2 – this is the condition you need to add there: http://pastebin.com/yXcXsFXc

You’ll get this result: http://screencast.com/t/TvlKcq13 ..and you also need to use the css code from below – add it in theme panel custom css section:

.category .td-category-description {
font-family: 'Open Sans', arial, sans-serif;
font-size: 13px;
font-style: italic;
line-height: 22px;
color: #444444;
border-top: 1px dashed #f1f1f1;
border-bottom: 1px dashed #f1f1f1;
padding: 11px 0 14px 0;
margin-bottom: 20px;
}

The previous description can be removed from here: http://screencast.com/t/vcv4RF0Ea

Thanks

Viewing 3 posts - 1 through 3 (of 3 total)
The forum ‘Newsmag’ is closed to new topics and replies.