Sticky posts
-
HI,
I’m not sure if I posted this before but I’m wondering the best way to have a category description/sticky post for category to show a pic and description of each category.
My site is http://theaccomplishedwoman.org/
Thanks.The blog I need help with is: (visible only to logged in users)
-
You can target a specific category page using the body classes in WordPress.com blog.
For example, you could use this to add a description to the Accomplishments category page:
.category-accomplishments #container #content #main .archive_header:after { content:" - This is a description for the Accomplishments category archive page."; }You can add a picture as a background image. How to configure the CSS will depend on the size of the image. Here’s a starting point:
.category-accomplishments #container #content #main .archive_header { background: url(YOUR_IMAGE_URL); }
- The topic ‘Sticky posts’ is closed to new replies.