If you want to add some new custom changes, you need to add a new custom php file for that page in themes/functions/ folder with name custom_tpl_articles.php, where you can add the new changes and define those to a template variable. Also you should place that variable in themes//articles/article_listing.tpl
 
Variables used in article_listing.tpl
 
{literal}{{/literal}$article_listing_authors_name{literal}}{/literal} To display the author’s name if the article have. This will show only when ‘Display Author in Article Listing’ is set to true from admin-->C Advanced-->Settings-->Shop Systems-->Articles configuration tab.
 
{literal}{{/literal}$article_listing_head_desc{literal}}{/literal} To display an abstract about the article. This will show only when ‘Display Abstract in Article Listing’ is set to true from admin-->C Advanced-->Settings-->Shop Systems-->Articles configuration tab.
 
{literal}{{/literal}$article_listing_image{literal}}{/literal} To display the article image, if they have. This will show only when ‘Display Abstract in Article Listing’ is set to true from admin-->C Advanced-->Settings-->Shop Systems-->Articles configuration tab.
 
{literal}{{/literal}$article_listing_name{literal}}{/literal} To display the article name as page heading.
 
{literal}{{/literal}$article_listing_start_date{literal}}{/literal} To display the publish date of the article. This will show only when ‘Display Date Added in Article Listing’ is set to true from admin-->C Advanced-->Settings-->Shop Systems-->Articles configuration tab.
 
{literal}{{/literal}$article_topic_name{literal}}{/literal} To display the topic in the article, if they have. This will show only when ‘Display Topic in Article Listing’ is set to true from admin-->C Advanced-->Settings-->Shop Systems-->Articles configuration tab.
 
Sidst opdateret d. .