custom post theme

Posted in: Newspaper
Post count: 58

I need to custmize theme for one post..

i need to choose a custom theme style for one post showing onlye: title, featured image, comments.

no content, no sidebar (this should be made by fullwidth), no author info.

Post count: 3343

Hello,
Each post have a unique ID http://screencast.com/t/qaIFAFkXak48, use it to make the CSS only for that post.
You can chose to make it full width(no sidebar) from post edit. Hide the author box from CSS using the unique ID like:

.postid-2745 .author-box-wrap {
display: none;
}

Thanks for the message!

Post count: 58

and for a group of post? every week i have to insert a new post.. how to create a custom fast rule?

Post count: 3343

Hello,
You can target by a category or by tag (add a tag on that posts) and use the selector http://screencast.com/t/oS5Khgx2sg

Thanks

Viewing 4 posts - 1 through 4 (of 4 total)
You must be logged in to reply to this topic.