Category page that show only pages not post pages

Posted in: Newspaper
Post count: 18

Hi,

1.Our website sell seminar courses, I use 1 page(not post page) to create a content of 1 course. So, our website will have a lot of pages , then I want to make something like category page that show all the pages i have(but not include About us page and Privacy policy page just show only the seminar course pages). How can i do it?

———-or————

2.How can i create a blank post page. I mean a post page that not contain header and sidebar.But still have footer and everything remain the same.

Post count: 23312

Hello alphaifel,

If you have to create a blank post page, you have to use a bit of CSS code to hide your header and sidebar for this specific post page using the post ID. As a hint, please follow the next steps for a simple post page, like this ->

The code is ->

.postid-441 .td-header-wrap, .postid-441 .td-ss-main-sidebar {
display:none;
}

The results -> http://screencast.com/t/qRowpbvB -> http://screencast.com/t/TpMTzprgQcQ

Hope this helps!

Thanks.

Post count: 18

Thank you very helpful

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