Title: List all posts by Authors, nested Categories and Titles
Author: fmarzocca
Published: <strong>December 28, 2014</strong>
Last modified: May 20, 2026

---

Search plugins

![](https://ps.w.org/list-all-posts-by-authors-nested-categories-and-titles/assets/
banner-772x250.jpg?rev=1056803)

![](https://ps.w.org/list-all-posts-by-authors-nested-categories-and-titles/assets/
icon-256x256.jpg?rev=1070306)

# List all posts by Authors, nested Categories and Titles

 By [fmarzocca](https://profiles.wordpress.org/fmarzocca/)

[Download](https://downloads.wordpress.org/plugin/list-all-posts-by-authors-nested-categories-and-titles.2.10.0.zip)

 * [Details](https://wordpress.org/plugins/list-all-posts-by-authors-nested-categories-and-titles/#description)
 * [Reviews](https://wordpress.org/plugins/list-all-posts-by-authors-nested-categories-and-titles/#reviews)
 *  [Installation](https://wordpress.org/plugins/list-all-posts-by-authors-nested-categories-and-titles/#installation)
 * [Development](https://wordpress.org/plugins/list-all-posts-by-authors-nested-categories-and-titles/#developers)

 [Support](https://wordpress.org/support/plugin/list-all-posts-by-authors-nested-categories-and-titles/)

## Description

Particularly suitable to all multi-nested categories and multi-authors website, 
with lots of posts and complex category layout (i.e.: academic papers, newpapers
articles, etc), as weel as for single-user websites (read below). This plugin allows
the user to place a shortcode into any page and get rid of a long and nested menu/
submenu to show all site’s posts (including custom post types assigned to a standard
category). A customizable selector in the page will allow the reader to select grouping
by Category/Author/Title.

Shortcode’s options include:

 * excluding any category from the list
 * excluding/including admin users from the list
 * single-user website usage
 * select what list(s) to display
 * limit number of posts in list output
 * Show (optional) post date
 * Show in reverse date order

Output grouped by Category will look like:

    ```
    CAT1
        post1                       AUTHOR
        SUBCAT1
            post2                   AUTHOR
            post3                   AUTHOR
            SUBCAT2
                post4               AUTHOR
                ...
                ...
    ```

**Shortcode generator**

The plugin installs a new menu _ACT List Shortcodes_ in Admin->Tools. The tool is
a helper to automatically generate the required shortcode. It will parse the options
and display the string to be copied and pasted into any page. Please refer to the
plugin admin page for a full list of options.

**Default manual usage:**

[ACT-list]

all categories and subcategories post, excluding administrator’s posts, grouped 
by (upon selection) Category/Author/Title

**Exclude categories:**

[ACT-list exclude=”cat1-slug, cat2-slug, …”]

listed categories will be excluded. Categories must be listed with their _slugnames_.

**Include admin’s posts:**

[ACT-list admin=1]

this option will also include all admin’s posts in the list.

**Single-user website:**

[ACT-list singleuser=1]

this option is suited for websites with a single author (or when you don’t want 
to show the authors). It removes grouping by Authors and any author name. This option
includes the _admin=1_ option, so that it will list any post in the website. You
can still apply “excluding categories” option.

**Select what list(s) to display**

The parameter “show” will allow the admin to select what lists will be shown and
if the dropdown selector is needed or not. i.e.:

[ACT-list show=”Category, Author”]

or

[ACT-list show=”Title, Category”]

Allowed terms for the “show” parameter are: _Author, Title, Category_.

**Split the lists into separate pages**

By selecting only one variable in the “show” parameter, you will be able to show
only one list without the dropdown selector. This will enable you to put the 3 lists
into separate pages, or separate tabs of the same page.

Page#1 (or tab#1)
 [ACT-list show=”Category”]

Page#2 (or tab#2)
 [ACT-list show=”Author”]

Page#3 (or tab#3)
 [ACT-list show=”Title”]

**Limit the number of posts in the lists**

If you have a large numbers of posts (>2,000), it could be convenient to limit the
number of posts in the lists, including only a certain amount of the most recent
posts. This can be achieved separately for the 3 lists using the following parameters:
postspercategory, postsperauthor, totalpoststitle. i.e.:

[ACT-list show=”Category” postspercategory=”20″] will show only the 20 most recent
posts for each category.

**Show posts list in reverse date order**

By default, the posts will be listed from newest to oldest. To change this behaviour,
use the _reverse-date=1_ parameter.

**Show posts date (v.>=2.7.0)**

The date of the post could be printed out before the post name, optionally

> If you like the plugin, feel free to rate it (on the right side of this page) 
> or [donate via PayPal](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=4EH3N5XZJZCRQ).
> Thanks a lot! 🙂

## Screenshots

[⌊The Shortcode generator in the Tools admin backend⌉⌊The Shortcode generator in
the Tools admin backend⌉[

The Shortcode generator in the Tools admin backend

[⌊A frontend example (single user, no other authors)⌉⌊A frontend example (single
user, no other authors)⌉[

A frontend example (single user, no other authors)

[⌊A frontend example (multiple users)⌉⌊A frontend example (multiple users)⌉[

A frontend example (multiple users)

## Installation

 1. Upload `list-all-posts-by-ACT` folder to the `/wp-content/plugins/` directory
 2. Activate the plugin through the ‘Plugins’ menu in WordPress
 3. Use the _Admin->Tools->ACT List Shortcodes_ form to generate the shortcode.

## FAQ

### Can I customize the style in the lists?

Yes, all lists are included in _ATC-wrapper_ div. You can override it in your child
theme style.css

### Can I remove the selector, so that the plugin will display only one list?

Yes. Just use the _show_ option to display only one list, as explained in description

### What happened to the language folder?

As of version 2.7.1, this plugin no longer ships with translation files. Translations
will be available at http://translate.wordpress.org and they will be updated through
WordPress process.

## Reviews

![](https://secure.gravatar.com/avatar/eeb7ea6f439bfc9fc4ad60178cbb342b23687095d4d79faa400c775ef85d7d1d?
s=60&d=retro&r=g)

### 󠀁[Super Support](https://wordpress.org/support/topic/super-support-154/)󠁿

 [josflachs](https://profiles.wordpress.org/josflachs/) June 27, 2023 1 reply

A day ago I started to look for a plugin that lists all authors. List-All-Posts 
was exactly what I was looking for. Very easy to configure, it presents a neat list
of all authors on a website. But … it gave me a PHP error. I contacted the developer,
and to my surprise he responded within an hour. He was very helpful, and came up
with a solution quickly. Lightning fast support!For ease of use, I rate this plugin
5 starts.For support, I rate it also 5 stars – sadly I can’t rate it any higher.

![](https://secure.gravatar.com/avatar/94264e9f9c50431bfb891d4d7b94f7970665280ab85144a66680e9a49b616b60?
s=60&d=retro&r=g)

### 󠀁[Doesn’t Work](https://wordpress.org/support/topic/doesnt-work-2995/)󠁿

 [ebonweaver](https://profiles.wordpress.org/ebonweaver/) June 17, 2023 1 reply

Unfortunately it’s defective and doesn’t work. Not sure what it should do when you
try to generate the shortcode, but it just sits and spins infinitely. In the developer
console I see indication it’s failing to perform a POST operation, but not sure 
why it’s trying to do that or why it’s failing. Sorry but when it doesn’t work out
of the gate on a simple site of current WP version, it’s a dud. POST [link removed
because not allowed]/wp-admin/admin-ajax.php 500send @ load-scripts.php?c=1&load%
5Bchunk_0%5D=jquery-core,jquery-migrate,utils,wp-polyfill-inert,regenerator-runtime,
wp-polyfill,wp-hooks&ver=6.2.2:2ajax @ load-scripts.php?c=1&load%5Bchunk_0%5D=jquery-
core,jquery-migrate,utils,wp-polyfill-inert,regenerator-runtime,wp-polyfill,wp-hooks&
ver=6.2.2:2(anonymous) @ load-scripts.php?c=1&load%5Bchunk_0%5D=jquery-core,jquery-
migrate,utils,wp-polyfill-inert,regenerator-runtime,wp-polyfill,wp-hooks&ver=6.2.2:
5e. @ load-scripts.php?c=1&load%5Bchunk_0%5D=jquery-core,jquery-migrate,utils,wp-
polyfill-inert,regenerator-runtime,wp-polyfill,wp-hooks&ver=6.2.2:5ajaxSubmit @ 
ACT_form.js?ver=6.2.2:13dispatch @ load-scripts.php?c=1&load%5Bchunk_0%5D=jquery-
core,jquery-migrate,utils,wp-polyfill-inert,regenerator-runtime,wp-polyfill,wp-hooks&
ver=6.2.2:2y.handle @ load-scripts.php?c=1&load%5Bchunk_0%5D=jquery-core,jquery-
migrate,utils,wp-polyfill-inert,regenerator-runtime,wp-polyfill,wp-hooks&ver=6.2.2:
2

![](https://secure.gravatar.com/avatar/5a75e7e6d48902c357d66877497b07e61e0c1cebfe26d42d5705897fbb79b921?
s=60&d=retro&r=g)

### 󠀁[good, but needs more improvement](https://wordpress.org/support/topic/good-but-needs-more-improvement/)󠁿

 [almahmud](https://profiles.wordpress.org/almahmudbd/) June 15, 2022

you can ordered list and jump to category header like this page – ruqyahbd .org/
all-posts

![](https://secure.gravatar.com/avatar/f14fb253e45b84bcc1ad672e676ee7ee809f2488b83f82ecea105e242aaa8e38?
s=60&d=retro&r=g)

### 󠀁[Great except for one thing](https://wordpress.org/support/topic/great-except-for-one-thing/)󠁿

 [John](https://profiles.wordpress.org/hardysgarage/) May 2, 2020 2 replies

I love the plugin, it’s simple and does almost exactly what I want. For me, the 
problem is it doubles up on posts by showing posts in the base category and showing
them again under the child category, I need to include the child categories only.
By excluding the base category, all the childs are excluded too, I would love to
see a few more features for category selection including an option to exclude the
base category without excluding the childs.

![](https://secure.gravatar.com/avatar/08969d7a33a8d900f3b65ff657d2104ee57f3ec692d5968397fca5457ba29131?
s=60&d=retro&r=g)

### 󠀁[Flexible and easy to use](https://wordpress.org/support/topic/flexible-and-easy-to-use-32/)󠁿

 [prysmcat](https://profiles.wordpress.org/prysmcat/) December 15, 2018 3 replies

I really love this plugin! I use it primarily on sites where I post serial fiction,
and being able to create a customized self-updating table of contents in a matter
of seconds is wonderful!

![](https://secure.gravatar.com/avatar/ae4a2af1e2096e6ed01cdb94c7a30263caf62f82cd1f368595105f3a91312000?
s=60&d=retro&r=g)

### 󠀁[Perfect](https://wordpress.org/support/topic/perfect-4781/)󠁿

 [DenS](https://profiles.wordpress.org/dens1950/) January 31, 2018 1 reply

It has been a long, on and off search for a suitable Table of Contents for our blog,
turned information center. A TOC that lists posts by category is a welcomed solution.‘
Lists all …’ is perfect. Well written. Good documentation, easy to use and their
shortcode generator is a help. It has enhanced our site. Thank you.

 [ Read all 10 reviews ](https://wordpress.org/support/plugin/list-all-posts-by-authors-nested-categories-and-titles/reviews/)

## Contributors & Developers

“List all posts by Authors, nested Categories and Titles” is open source software.
The following people have contributed to this plugin.

Contributors

 *   [ fmarzocca ](https://profiles.wordpress.org/fmarzocca/)

“List all posts by Authors, nested Categories and Titles” has been translated into
3 locales. Thank you to [the translators](https://translate.wordpress.org/projects/wp-plugins/list-all-posts-by-authors-nested-categories-and-titles/contributors)
for their contributions.

[Translate “List all posts by Authors, nested Categories and Titles” into your language.](https://translate.wordpress.org/projects/wp-plugins/list-all-posts-by-authors-nested-categories-and-titles)

### Interested in development?

[Browse the code](https://plugins.trac.wordpress.org/browser/list-all-posts-by-authors-nested-categories-and-titles/),
check out the [SVN repository](https://plugins.svn.wordpress.org/list-all-posts-by-authors-nested-categories-and-titles/),
or subscribe to the [development log](https://plugins.trac.wordpress.org/log/list-all-posts-by-authors-nested-categories-and-titles/)
by [RSS](https://plugins.trac.wordpress.org/log/list-all-posts-by-authors-nested-categories-and-titles/?limit=100&mode=stop_on_copy&format=rss).

## Changelog

= 2.9.0
 * security update

= 2.8.4 / 2.8.5
 * sanitization

= 2.8.3
 * security update

= 2.8.2
 * code cleaning – removing deprecated

= 2.8.1
 * bug fix for php 8

= 2.8.0
 * security update

= 2.7.10
 * bug fix for php 8

= 2.7.9
 * wptexturize output, and change some vars name (contributed by A. Calligaris)

#### 2.7.8

 * Minor bug fixed.

#### 2.7.7

 * Added link to each Category or Author page.

#### 2.7.6

 * Minor bug fixed.

#### 2.7.5

 * Fixed bug: hide an authors name if he has no posts because of an excluded category.

#### 2.7.4

 * Fixed bug on postdate

#### 2.7.3

 * Bug fix

#### 2.7.2

 * Bug fix

#### 2.7.1

 * Removed languages folder, switched translations to translate.wordpress.org

#### 2.7.0

 * Introducing optional post-date printing in the list

#### 2.6.6

 * Minor changes. PSR2 code compliance

#### 2.6.5

 * Removed few unwanted characters

#### 2.6

 * Bug fix

#### 2.5

 * Introducing a new switch to change the posts lists in reverse date order

#### 2.4

 * removing old unwanted files

#### 2.3

 * Implemented proper localization support

#### 2.2

 * Minor code enhancements

#### 2.1

 * Now the plugin supports also custom post types, if assigned to any standard category

#### 2.0

 * Introduced new admin backend tool: shortcode automatic generator form
 * Added Dutch translation (credits to Rolf van Gelder)

#### 1.8.1

 * Added Norwegian translation.

#### 1.8

 * Introduced new parameters to limit output for huge lists.

#### 1.7

 * Now all user’s roles will be listed in the Author page, not only _author_ roles.

#### 1.6

 * Added German localization

#### 1.5

 * Introducing the _show_ option, to select what list to display
 * Changing the option _single_ to _singleuser_ for better understanding
 * Updated description to include the new option

#### 1.0

 * Introducing the _single_ option, for single-user websites
 * Updated description to include the new option

#### 0.5.4

 * readme.txt improvements

#### 0.5.3

 * Added a missing `<ul>` in byTitle list

#### 0.5.2

 * few styling adjustments

#### 0.5.1

 * minor styling fixes

#### 0.5

 * First working version

## Meta

 *  Version **2.10.0**
 *  Last updated **1 month ago**
 *  Active installations **700+**
 *  WordPress version ** 4.0.1 or higher **
 *  Tested up to **7.0**
 *  Languages
 * [Dutch](https://nl.wordpress.org/plugins/list-all-posts-by-authors-nested-categories-and-titles/),
   [English (US)](https://wordpress.org/plugins/list-all-posts-by-authors-nested-categories-and-titles/),
   [Italian](https://it.wordpress.org/plugins/list-all-posts-by-authors-nested-categories-and-titles/),
   and [Swedish](https://sv.wordpress.org/plugins/list-all-posts-by-authors-nested-categories-and-titles/).
 *  [Translate into your language](https://translate.wordpress.org/projects/wp-plugins/list-all-posts-by-authors-nested-categories-and-titles)
 * Tags
 * [authors](https://wordpress.org/plugins/tags/authors/)[posts](https://wordpress.org/plugins/tags/posts/)
   [titles](https://wordpress.org/plugins/tags/titles/)
 *  [Advanced View](https://wordpress.org/plugins/list-all-posts-by-authors-nested-categories-and-titles/advanced/)

## Ratings

 5 out of 5 stars.

 *  [  10 5-star reviews     ](https://wordpress.org/support/plugin/list-all-posts-by-authors-nested-categories-and-titles/reviews/?filter=5)
 *  [  0 4-star reviews     ](https://wordpress.org/support/plugin/list-all-posts-by-authors-nested-categories-and-titles/reviews/?filter=4)
 *  [  0 3-star reviews     ](https://wordpress.org/support/plugin/list-all-posts-by-authors-nested-categories-and-titles/reviews/?filter=3)
 *  [  0 2-star reviews     ](https://wordpress.org/support/plugin/list-all-posts-by-authors-nested-categories-and-titles/reviews/?filter=2)
 *  [  0 1-star reviews     ](https://wordpress.org/support/plugin/list-all-posts-by-authors-nested-categories-and-titles/reviews/?filter=1)

[Your review](https://wordpress.org/support/plugin/list-all-posts-by-authors-nested-categories-and-titles/reviews/#new-post)

[See all reviews](https://wordpress.org/support/plugin/list-all-posts-by-authors-nested-categories-and-titles/reviews/)

## Contributors

 *   [ fmarzocca ](https://profiles.wordpress.org/fmarzocca/)

## Support

Got something to say? Need help?

 [View support forum](https://wordpress.org/support/plugin/list-all-posts-by-authors-nested-categories-and-titles/)

## Donate

Would you like to support the advancement of this plugin?

 [ Donate to this plugin ](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=4EH3N5XZJZCRQ)