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
 
Variables used in articles.tpl
 
{literal}{{/literal}$all_article_text{literal}}{/literal} To display the text for current articles. The data of this can be change by changing the value of define TEXT_ALL_ARTICLES in articles.php language file.
 
{literal}{{/literal}$article_default_heading{literal}}{/literal} To display the page heading of articles page. The data of this can be change by changing the value of define HEADING_TITLE in articles.php language file.
 
{literal}{{/literal}$article_prev_next_bar_text{literal}}{/literal} To display the text regarding the page result.
 
{literal}{{/literal}$article_search_link_text{literal}}{/literal} To display the link for article search page.
 
{literal}{{/literal}$articles_upcoming{literal}}{/literal} To display upcoming articles, if the shop have.
 
{literal}{{/literal}$current_articles_heading{literal}}{/literal} To display the heading for current articles. The data of this can be change by changing the value of define TEXT_CURRENT_ARTICLES_TOP in articles.php language file.
 
{literal}{{/literal}$current_article_text{literal}}{/literal} To display all the current articles.
 
{literal}{{/literal}$no_article_text{literal}}{/literal} To display the text if there is no current article. The data of this can be change by changing the value of define TEXT_NO_ARTICLES in articles.php language file.
 
Sidst opdateret d. .