Forum Replies Created

Viewing 1 replies (of 1 total)
  • This is what it says in the readme file I have. Version 0.67.1.

    == Template System ==

    Templates for the List Category Plugin are searched for in your WordPress theme’s folder. You should create a folder named list-category-posts u
    nder ‘wp-content/themes/your-theme-folder’. Template files are .php files.

    You can use the included template as an example to start. It’s in the plugin’s template folder under the name default.php. To use a template, us
    e this code:
    [catlist id=1 template=templatename]
    If the template file were templatename.php.

    You can have as many different templates as you want, and use them in different pages and posts. The template code is pretty well documented, so
    if you’re a bit familiar with HTML and PHP, you’ll have no problems creating your own template. I’m planning on reworking the template system i
    n order to have a really user friendly way to create templates.

Viewing 1 replies (of 1 total)