This section is dedicated to developer in you. Browse the articles and make your YJSG theme unique.
YJSG v2 is completely modular and gives you a chance to extend each part of it as well as Joomla article options. If you look in site_root/templates/eximium/custom/yjsgarticle/
folder you will find file name yjsg_article.xml
.
We have placed one custom parameter inside as an example. You can use this file to add any additional options that you might need for your articles.
To see this article parameter in action copy the html override from plugins/system/yjsg/includes/html/com_content/article/default.php
to templates/eximium/html/com_content/article/
folder.
plugins/system/yjsg/legacy/html/com_content/article/
folder.
Open the newly copied file and after the first php closing ?>
add this snippet.
<?php echo $params->get('yjsg_custom_article_param') ?>
Now go to your article view page and you will se the parameter output.
Yjsg Article Options tab is by default set to be visible only in administrator article manager. To see these optons tab in frontend please go to your template manager , tab Advanced options and set the parameter Show extra article options to? to desired user groups.