Articles
The articles allows you to add, edit, and delete articles.
Adding / Editing Articles
When you add or edit articles you are shown a form with all the article fields. The only ones required are Title and Description.
By default the uri field will be auto generated if you leave this field blank when adding or editing.
Deleting Articles
You have two ways of deleting articles. You can delete each one individually or use the checkboxes on the left side to select multiple and then either delete or change the status.
Article RSS Feeds
You can generate an rss feed from your articles with the following urls:
yoursite.com/index.php/rss/
Or:
yoursite.com/index.php/rss/category/uri
Where uri is the category uri you want to show.
Article Fields
- Title
- - The article title. (Required)
- URI
- - The article uri. This is used in the query string when viewing an article. For example yoursite.com/article/uri. If you leave this field blank the script will auto generate the uri based off the title. You can use letters, numbers, underscores, and dashes.
- Keywords
- - The keywords are used in the meta keywords of the articles page.
- Short Description:
- - The short description can be used to show on the category page. This is also used for the meta description on the article page. Can be searched.
- Description:
- - The description is the main content of the article.
- Category:
- - Select which category or categories this article is associated with.
- Weight:
- - By default all articles are sorted alphabetically but this can be overridden using the weight. The higher the weight the closer to the top it is.
- Display:
- - Can site visitors see the article.
- Attachments:
- - You can add attachments. Only the file extensions defined in your includes/config.php can be uploaded.