Reputation: 489
I am a wordpress developer and new for Joomla cms. Currently i am working on a Joomla project.
I have created articles from admin section and i want to call those articles in my front end with seo friendly url(http://www.example.com/article-alias
) without assigning it any menu.
I am already using url like this /index.php?option=com_content&view=article&id=article_id
to get article in front end.
Thanks in advance for any suggestion or solution.
Upvotes: 1
Views: 1694
Reputation: 143
In my Joomla instance I created a new menu called "blank" to put any articles I wanted to link to directly instead of adding them to the navigation on the site. I assigned my articles to that menu, and there is a field called "alias", manually type in the name you want to appear in your URL (like article-alias
). Then you can link directly to that page with example.com/article-alias
. This will also allow you to add modules to the page from the module manager and selecting your articles from the "blank" menu.
Upvotes: 1