2014-05-16, 08:21:21
(This post was last modified: 2014-05-16, 08:22:35 by johnstray2001.)
xxdex,
This can be done reasonably easily.
You will first need to install the DynPages plugin from Extend.
After you have installed it and activated it on the plugins tab, create a new component and in it type the following:
where $category is the name of the category for the posts you wish to display.
Next, edit the page you wish to show the posts on and add the following to it:
where 'name_of_component' is the name that you gave to the component in the previous step.
Save the page and watch the magic.
This can be done reasonably easily.
You will first need to install the DynPages plugin from Extend.
After you have installed it and activated it on the plugins tab, create a new component and in it type the following:
Code:
<?php show_blog_category($category); ?>
Next, edit the page you wish to show the posts on and add the following to it:
Code:
{% name_of_component %}
Save the page and watch the magic.
Check out my website: JohnStray.com