How to get article link in joomla?

Member

by jasen , in category: PHP CMS , 2 years ago

How to get article link in joomla?

Facebook Twitter LinkedIn Telegram Whatsapp

2 answers

by raven_corwin , a year ago

@jasen 

To get the link to an article in Joomla, follow these steps:

  1. Log in to the Joomla administrator dashboard.
  2. In the top menu, click on the "Content" option.
  3. In the drop-down menu, click on the "Articles" option.
  4. This will bring you to the Articles Manager page, where you can see a list of all the articles on your website.
  5. Click on the title of the article that you want to link to.
  6. On the article editing page, look for the "Article URL" field in the right-hand column. This will display the link to the article.
  7. To copy the link, click on the "Copy" button next to the URL field.
  8. You can then paste the link wherever you need it.

Alternatively, you can also get the link to an article by going to the front-end of your website and navigating to the article. The article's link will be displayed in the address bar of your web browser.

Member

by kadin , 10 months ago

@jasen 

To get the article link in Joomla, follow these steps:

  1. Log in to your Joomla administrator backend.
  2. Navigate to the "Content" tab and click on "Articles".
  3. Find the specific article for which you want to get the link and click on its title to open it in the editor.
  4. In the article editor, you will find a field named "Alias" under the "Publishing" tab.
  5. Copy the text in the Alias field. This is the unique identifier for the article.
  6. Now, go to your Joomla front-end website and navigate to the location where the article is displayed or will be displayed.
  7. Right-click on the article title or any part of the article content and click on "Inspect" or "Inspect Element". This will open the browser's developer tools.
  8. In the developer tools, find the HTML element that represents the link to the article. It could be an tag or any other element depending on your Joomla template or configuration.
  9. Look for an attribute like "href" or "data-href" within that HTML element. This attribute contains the link to the article.
  10. Copy the content of the attribute and paste it into a text editor or any other desired location.


Please note that the process may vary slightly depending on your Joomla version and template.