[0] | 1 | <html> |
---|
| 2 | <head> |
---|
[2534] | 3 | <title>Entries management</title> |
---|
[0] | 4 | </head> |
---|
| 5 | |
---|
| 6 | <body> |
---|
| 7 | |
---|
[2534] | 8 | <h4>Entries list filter</h4> |
---|
[0] | 9 | |
---|
| 10 | <dl> |
---|
| 11 | <dt>Author</dt> |
---|
[2534] | 12 | <dd>Filters entries by author.</dd> |
---|
[0] | 13 | |
---|
| 14 | <dt>Category</dt> |
---|
[2534] | 15 | <dd>Filters entries by category.</dd> |
---|
[0] | 16 | |
---|
| 17 | <dt>Status</dt> |
---|
[2534] | 18 | <dd>Filters entries by status:<ul> |
---|
| 19 | <li><strong>Pending:</strong> Pending entries.</li> |
---|
| 20 | <li><strong>Scheduled:</strong> Scheduled entries.</li> |
---|
| 21 | <li><strong>Unpublished:</strong> Offline entries.</li> |
---|
| 22 | <li><strong>Published:</strong> Online entries.</li> |
---|
| 23 | </ul></dd> |
---|
[0] | 24 | |
---|
| 25 | <dt>Selected</dt> |
---|
[2534] | 26 | <dd>Filters entries that have the <strong>Selected</strong> status or not.</dd> |
---|
| 27 | |
---|
| 28 | <dt>Attachments</dt> |
---|
| 29 | <dd>Filters entries based on if they have attachments or not.</dd> |
---|
[0] | 30 | |
---|
| 31 | <dt>Month</dt> |
---|
[2534] | 32 | <dd>Filters entries from the given month of a given year.</dd> |
---|
[0] | 33 | |
---|
| 34 | <dt>Language</dt> |
---|
[2534] | 35 | <dd>Filters entries based on the language set in the <strong>Language</strong> field of an entry.</dd> |
---|
[0] | 36 | |
---|
| 37 | <dt>Order by</dt> |
---|
[2534] | 38 | <dd>Allows you to order the result by date, title, category, author, publication status, selected status, number of comments or number of trackbacks.</dd> |
---|
[0] | 39 | |
---|
| 40 | <dt>Sort</dt> |
---|
[2534] | 41 | <dd>Allows you to sort the results ascending or descending.</dd> |
---|
[0] | 42 | |
---|
| 43 | <dt>Entries per page</dt> |
---|
[2534] | 44 | <dd>Number of entries to display per page.</dd> |
---|
[0] | 45 | </dl> |
---|
| 46 | |
---|
[2534] | 47 | <h4>Batch actions</h4> |
---|
| 48 | <p>It is possible to make a batch of actions on several articles. The possible actions depend on the user's permissions:</p> |
---|
[0] | 49 | <ul> |
---|
[2534] | 50 | <li><strong>Publish:</strong> Publish the selected entries online.</li> |
---|
| 51 | <li><strong>Unpublish:</strong> Pull the selected entries offline.</li> |
---|
| 52 | <li><strong>Schedule:</strong> Schedule the selected entries to be set online at publication date.</li> |
---|
| 53 | <li><strong>Mark as pending:</strong> Mark selected entries as pending.</li> |
---|
| 54 | <li><strong>Mark as selected/unselected:</strong> Set the selected entries as Selected/Unselected./li> |
---|
| 55 | <li><strong>Change category:</strong> Modify the category of the selected entries.</li> |
---|
| 56 | <li><strong>Change language:</strong> Modify the language of the selected entries.</li> |
---|
| 57 | <li><strong>Change author:</strong> Modify the selected entries' author by entering the new author's ID.</li> |
---|
| 58 | <li><strong>Delete:</strong> Delete the selected entries (this operation cannot be cancelled).</li> |
---|
| 59 | <li><strong>Add/Remove tags:</strong> Add or remove tags on the selected entries.</li> |
---|
[0] | 60 | </ul> |
---|
[2534] | 61 | <p><em>The above list might contain other items if additional actions have been added by plugins active on your system.</em></p> |
---|
[0] | 62 | </body> |
---|
| 63 | </html> |
---|