Article management in Joomla: Difference between revisions
Jump to navigation
Jump to search
m Created page with "== Create Article == == Edit Article == == Delete Article == <center> To Joomla</center>" |
|||
Line 1: | Line 1: | ||
== Create Article == | == Create Article how to == | ||
There are multiple ways to create Joomla articles and this how to details one method. For these steps the user requires appropriate permission to access the Joomla backend. | |||
''Note: My how to notes are for my implementation of Joomla. Your how to may be different'' | |||
* Using your favorite standards compliant web browser visit Joomla backend typically @ http://yourdomain.com/administrator/ | |||
* Log into Joomla backend | |||
* Select '''Content > Article Manager''' | |||
[[Image:Content article manager.png]] | |||
* Select '''New''' icon to create new article. | |||
[[Image:New icon.png]] | |||
* Complete various fields | |||
** Fill in '''Title''' | |||
** '''Alias''' is optional as an alias will be created automatically from the '''Title''' entry | |||
** Select whether article is '''Published''' | |||
** Select whether article is on '''Front Page''' | |||
** Select '''Section''' from drop down menu | |||
** Select '''Category''' from drop down menu | |||
* Populate body of editor with appropriate content. | |||
[[Image:Create article.png]] | |||
* Parameter options are optional. | |||
* Select '''Save''' icon to save article. | |||
[[Image:Save icon.png]] | |||
== Edit Article == | == Edit Article == |
Revision as of 16:16, 23 October 2010
Create Article how to
There are multiple ways to create Joomla articles and this how to details one method. For these steps the user requires appropriate permission to access the Joomla backend.
Note: My how to notes are for my implementation of Joomla. Your how to may be different
- Using your favorite standards compliant web browser visit Joomla backend typically @ http://yourdomain.com/administrator/
- Log into Joomla backend
- Select Content > Article Manager
- Select New icon to create new article.
- Complete various fields
- Fill in Title
- Alias is optional as an alias will be created automatically from the Title entry
- Select whether article is Published
- Select whether article is on Front Page
- Select Section from drop down menu
- Select Category from drop down menu
- Populate body of editor with appropriate content.
- Parameter options are optional.
- Select Save icon to save article.