You can use the tpl files for the article section. Customers can change the style and place the elements at their free will. If you want to add some custom/local changes to any of the following tpls, first you have to place that tpl in your site’s themes/enabled theme/articles folder. If the articles folder is not present you can create a folder with name articles. For example, if we are using the grey theme and we need to add some changes in articles.php page, articles.tpl file should be placed in themes/grey/articles/articles.tpl. You also have a custom file custom_add.php in themes/functions/ folder which will be available for all files. If you want a new template variable for all article section, you can define that on custom_add.php. |