- This topic has 5 replies, 2 voices, and was last updated 11 years, 2 months ago by
Tom.
-
AuthorPosts
-
March 13, 2015 at 2:29 am #86085
Francois Charpentier
Hello,
I like very much the design and the speed of GeneratePress but I miss a function I had in my previous theme :
When I created a new page, I could select the category of posts I would show on this page.
For instance, I checked “mountain” and “winter”, and only the posts with these category were displayed on this page.Could you please add this very useful function in a next release ?
I know I could create a category menu in WordPress, but it adds a directory in the url : /category/, or, at best : /cat/ and I don’t want that.
For the moment, I use a plugin ” List category posts ” to achieve my goal, but the result is ugly as I lost your layout.
Could you give me a code to select a category post for a specific page, and get rid of this plugin ?
Thank you for your help.
Regards,
Francois
March 13, 2015 at 9:16 am #86348Tom
Lead DeveloperLead DeveloperHi Francois,
I probably won’t be adding such a thing to GeneratePress, but I do plan on releasing a free plugin that allows you to display posts with a shortcode as soon as I get some free time.
For now, you can remove /category/ from the URL: https://wordpress.org/plugins/remove-category-url/
Hope this helps 🙂
March 15, 2015 at 8:53 am #87064Francois Charpentier
Hi Tom,
Thank you for your help.
The plugin remove-category-url resolved my problem, thanks a lot !
I just don’t know if, on the SEO side, it’s better or not to have a Category instead of a Page. I’ll Google it 😉
Just a last detail : at the top of each Category page, the name of the selected category is showed. Is it a way to hide it ?
I use Simple Custom CSS, maybe there is a code for that…About the free plugin to display posts with a shortcode : excellent !
That way, the code will be totally in phase and well updated with the theme.Regards,
Francois
March 15, 2015 at 2:24 pm #87112Tom
Lead DeveloperLead DeveloperHi there,
This CSS will hide the title of the category – although it’s a good thing to keep for SEO reasons:
.category .page-header { display: none; }March 16, 2015 at 2:12 am #87271Francois Charpentier
Hi,
Thank you for your help !
Regards,
Francois
March 16, 2015 at 9:56 am #87452Tom
Lead DeveloperLead DeveloperNo problem! 🙂
-
AuthorPosts
- You must be logged in to reply to this topic.