Integrate posts of a category into a static page possible?
-
I would like to integrate the posts of a category into a static page. It should look like this: On top a text, that explains the content of the category, followed by a short version of the article plus picture plus link to the full article below. Is that possible? How do I build it?
Thanks for the answer
Patricia BauerThe blog I need help with is: (visible only to logged in users)
-
Hi Patricia,
This is definitely possible. The best route would likely be to use the Display Post Shortcode explained here:
Using the various attributes, you can specify a certain category and vary excerpt length. Something like this may work:
[display-posts category="NAME OF CATEGORY" image_size="thumbnail" include_excerpt="true"]Can you give that a try?
- The topic ‘Integrate posts of a category into a static page possible?’ is closed to new replies.