rickc123
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Twenty Seventeen] Category redirectionIf you have a place to insert “additional css” in your theme, or if you have an additional css plugin installed, you can add the following to get rid of that “category: podcast” header
.page-header {
display: none;
}Here’s a link to css tricks for hiding elements with css
https://www.sitepoint.com/five-ways-to-hide-elements-in-css/
Forum: Themes and Templates
In reply to: [Twenty Seventeen] Category redirectionThe url
amigausers.ie/category/games
will display all posts from the category “games” on a page. The url can be added to your main menu as a “custom url” and then you will have a blog page for just that category of posts. You may also be wanting to NOT display the posts in the games category on your main blog page “listen”. This doesn’t accomplish that (the games posts will display along with all other posts on the main blog page), but if you only have a few categories, you could have another category “listen” and make sure that all your posts have listen OR games category – then you could change your podcast menu item to point to
amigausers.ie/caterogy/listenIf you wanted to code something, here’s a link to some php functions that do this
https://alijafarian.com/how-to-display-wordpress-posts-for-a-specific-category/- This reply was modified 7 years, 5 months ago by rickc123.
Forum: Themes and Templates
In reply to: [YS Magazine] Front Page Categories Not DisplayingYavor – that worked like a charm. If anyone else is having issues with this, remember to read the readme.txt file. Make a new page with nothing in it, applying the template “The front page template of YS Magazine”. Then use customize to set a static front page usingf this new page.
The theme makes very nice use of the featured image, so remember to set those for your posts!
Thank you again for fixing my problems, Yavor!
Rick