Get the SEF URLs for articles in joomla
Posted
by DMin
on Stack Overflow
See other posts from Stack Overflow
or by DMin
Published on 2010-04-30T13:18:36Z
Indexed on
2010/05/06
11:28 UTC
Read the original article
Hit count: 303
Hi, I use no-editor in joomla with SEF urls enabled. With no SEF enabled its easy to know the URL by just getting the ID of the article something like :
Article 1 would be :
http://www.abc.com/j15/index.php?option=com_content&view=article&id=1&Itemid=1
Now if I have SEF switched on I would get urls that look like:
http://www.abc.com/j15/the-content.html
Is there a way inside joomla where I can findout what the SEF URL for a particular page is?
Currently I add these articles to a menu, then from the front-end I get the SEF URL and then use it. I know the process is a little dumb but I want to find-out if there is a better way inside joomla where you can get the SEF URL(using no-editor).
Thanks! :)
© Stack Overflow or respective owner