Getting SEO version of any url in site - Joomla! Forum - community, help and support
hi.
i know how seo version of url, example index.php?option=com_content&view=article&id=5.
i have been using jroute doesn't work
i able component , want able sef url calling component or plugin.
for example system plugin sef version k2 item.
i know how seo version of url, example index.php?option=com_content&view=article&id=5.
i have been using jroute doesn't work
code: select all
$sefurl = jroute::_("index.php?option=com_content&view=article&id=5");
i able component , want able sef url calling component or plugin.
for example system plugin sef version k2 item.
code: select all
$sefurl = jroute::_("index.php?option=com_k2&view=item&layout=item&id=5");
hi
you can generate list/output of seo-urls using component 'xmap' , 3rd party plugins.
(as first though)
you can generate list/output of seo-urls using component 'xmap' , 3rd party plugins.
(as first though)
Comments
Post a Comment