picandocodigo / List-Category-Posts

WordPress plugin which allows you to list posts from a category into a post/page using the [catlist] shortcode.
http://wordpress.org/extend/plugins/list-category-posts/
GNU General Public License v2.0
241 stars 112 forks source link

Show post category name #302

Closed Beartm1992 closed 4 years ago

Beartm1992 commented 6 years ago

Sorry, but I have another question ...

After the entries are listed, I can display the date of the post but not the category of the post. I can write the category ID, but I should have the name of the category. I'm just trying to set the catlink and catname parameters, not the category after typing.

My other question would be how to insert a character between the name and date of the upgraded entry, eg | mark?

This code is currently: [catlist name=cheat pagination=yes numberposts=30 date=yes]

Thanks and sorry if my question was too simple, I could not find the right answer in the wiki and the issues that were closed.

klemens-st commented 6 years ago

Re both your questions: this is not supported by the plugin out of the box. It can be done in a custom template very easily though. You can read the docs about this and then try building your template.

stale[bot] commented 4 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.