[0] | 1 | <html> |
---|
| 2 | <head> |
---|
| 3 | <title>Managing entries</title> |
---|
| 4 | </head> |
---|
| 5 | |
---|
| 6 | <body> |
---|
| 7 | |
---|
| 8 | <h3>Filters for the entry list</h3> |
---|
| 9 | |
---|
| 10 | <dl> |
---|
| 11 | <dt>Author</dt> |
---|
| 12 | <dd>Allows you to filter by author.</dd> |
---|
| 13 | |
---|
| 14 | <dt>Category</dt> |
---|
| 15 | <dd>Filter by category.</dd> |
---|
| 16 | |
---|
| 17 | <dt>Status</dt> |
---|
| 18 | <dd><ul> |
---|
| 19 | <li><strong>pending:</strong> posts whose publication status has not yet |
---|
| 20 | been decided.</li> |
---|
| 21 | <li><strong>scheduled:</strong> post to be set online automatically.</li> |
---|
| 22 | <li><strong>unpublished:</strong> offline posts.</li> |
---|
| 23 | <li><strong>published:</strong> online posts.</li> |
---|
| 24 | </ul></dd> |
---|
| 25 | |
---|
| 26 | <dt>Selected</dt> |
---|
| 27 | <dd>Only the selected posts, or the non selected ones.</dd> |
---|
| 28 | |
---|
| 29 | <dt>Month</dt> |
---|
| 30 | <dd>Filter on a specific month and year.</dd> |
---|
| 31 | |
---|
| 32 | <dt>Language</dt> |
---|
| 33 | <dd>Filter on the different languages used on the blog.</dd> |
---|
| 34 | |
---|
| 35 | <dt>Order by</dt> |
---|
| 36 | <dd>Defines the list order, either on the date, the title, the author, |
---|
| 37 | the status or the selected status.</dd> |
---|
| 38 | |
---|
| 39 | <dt>Sort</dt> |
---|
| 40 | <dd>Choose whether the list will be sorted in ascending or descending order.</dd> |
---|
| 41 | |
---|
| 42 | <dt>Entries per page</dt> |
---|
| 43 | <dd>Number of entries that will be displayed on each page of the resulting |
---|
| 44 | set.</dd> |
---|
| 45 | </dl> |
---|
| 46 | |
---|
| 47 | <h3>Selected entry actions</h3> |
---|
| 48 | <p>If your user permission level allows it, you can perform batch operations on the |
---|
| 49 | entries you select in the list.</p> |
---|
| 50 | |
---|
| 51 | <ul> |
---|
| 52 | <li><strong>Publish</strong>: set the entries online.</li> |
---|
| 53 | <li><strong>Unpublish</strong>: set the entries offline.</li> |
---|
| 54 | <li><strong>Schedule</strong>: schedule the entries to be set online at their |
---|
| 55 | publication date.</li> |
---|
| 56 | <li><strong>Mark as pending</strong>: erase other publication status.</li> |
---|
| 57 | <li><strong>Change category</strong>: directs you to the category list to choose a |
---|
| 58 | new one for the entries.</li> |
---|
| 59 | <li><strong>Change author</strong>: allows you to change the posts' author by |
---|
| 60 | entering the new author's ID.</li> |
---|
| 61 | <li><strong>Delete</strong>: suppress the posts (this operation cannot be undone).</li> |
---|
| 62 | </ul> |
---|
| 63 | |
---|
| 64 | </body> |
---|
| 65 | </html> |
---|