Title: johnbuol's Replies | WordPress.org

---

# johnbuol

  [  ](https://wordpress.org/support/users/johnbuol/)

 *   [Profile](https://wordpress.org/support/users/johnbuol/)
 *   [Topics Started](https://wordpress.org/support/users/johnbuol/topics/)
 *   [Replies Created](https://wordpress.org/support/users/johnbuol/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/johnbuol/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/johnbuol/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/johnbuol/engagements/)
 *   [Favorites](https://wordpress.org/support/users/johnbuol/favorites/)

 Search replies:

## Forum Replies Created

Viewing 7 replies - 1 through 7 (of 7 total)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Fastest Cache - WordPress Cache Plugin] Adding author pages and custom URLs](https://wordpress.org/support/topic/adding-author-pages-and-custom-urls/)
 *  Thread Starter [johnbuol](https://wordpress.org/support/users/johnbuol/)
 * (@johnbuol)
 * [1 year, 8 months ago](https://wordpress.org/support/topic/adding-author-pages-and-custom-urls/#post-18046040)
 * OK
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Fastest Cache - WordPress Cache Plugin] Adding author pages and custom URLs](https://wordpress.org/support/topic/adding-author-pages-and-custom-urls/)
 *  Thread Starter [johnbuol](https://wordpress.org/support/users/johnbuol/)
 * (@johnbuol)
 * [1 year, 8 months ago](https://wordpress.org/support/topic/adding-author-pages-and-custom-urls/#post-18046032)
 * Yes, on localhost. Posts, Pages, and CPTs are caching as expected, but these 
   others are not. How can I get WPFC to add these?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Fastest Cache - WordPress Cache Plugin] Adding author pages and custom URLs](https://wordpress.org/support/topic/adding-author-pages-and-custom-urls/)
 *  Thread Starter [johnbuol](https://wordpress.org/support/users/johnbuol/)
 * (@johnbuol)
 * [1 year, 8 months ago](https://wordpress.org/support/topic/adding-author-pages-and-custom-urls/#post-18046026)
 * No, these pages are not being added to the cache and I’m asking how to do so.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Fastest Cache - WordPress Cache Plugin] Adding author pages and custom URLs](https://wordpress.org/support/topic/adding-author-pages-and-custom-urls/)
 *  Thread Starter [johnbuol](https://wordpress.org/support/users/johnbuol/)
 * (@johnbuol)
 * [1 year, 8 months ago](https://wordpress.org/support/topic/adding-author-pages-and-custom-urls/#post-18045993)
 * Thank you for the response!
 * Example for the user page: [http://localdevsite.local/user/billjones](http://localdevsite.local/user/billsmith/).
   This is created by a custom author.php in the theme using the username and the
   URL is created by an init action using wp_rewrite for every User account to reader“
   user” instead of “author”.
 * Example for the page created by an external table: [http://localdevsite.local/details/2](http://localdevsite.local/user/billsmith/).
   This is created by a template in the theme referencing a table called Details
   and Pods.io page with the last part of the URL being the ID.
 * Both work as inteneded but neither is cached. I’ve read your documentation, search
   your site, and read through your source and can’t find a way to make WPFC cache
   these.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Pods - Custom Content Types and Fields] Pods issue causing Capabilities error](https://wordpress.org/support/topic/pods-issue-causing-capabilities-error/)
 *  Thread Starter [johnbuol](https://wordpress.org/support/users/johnbuol/)
 * (@johnbuol)
 * [2 years, 8 months ago](https://wordpress.org/support/topic/pods-issue-causing-capabilities-error/#post-17103390)
 * WP 6.3.1, Pods 3.0.6, PHP 8.1.23 (Local on Windows 10)
   Update on recreating this
   issue. With a new WP test site only using Pods, I can recreate the Capabilities
   issue under the Advanced Options tab by unchecking Additional User Capabilities
   and leaving User Capability set to post.
 * I unchecked that because I don’t want to create Additional User Capabilities 
   for those CPTs. I’m still confused how that causes the loss of capabilities that
   were never created… In the new test site, rechecking it fixed the issue.
   However,
   on the original site, this still doesn’t fix it. The capabilities appear renewed
   but saving a new CPT leaves it as a Draft. Editing a previously saved CPT and
   then saving redirects to the Posts->All Posts menu and the CPT is never updated,
   even as a Draft. This is true even after deleting the Pods and recreating them,
   leaving the database alone.One attempt to save one of these CPTs yielded this
   error (I haven’t been able to reproduce this):“Deprecated: Return type of Pods\
   API\Whatsit\Value_Field::offsetSet($offset, $value) should either be compatible
   with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\ReturnTypeWillChange]
   attribute should be used to temporarily suppress the notice in \wp-content\plugins\
   pods\src\Pods\API\Whatsit\Value_Field.php on line 97”I’m trashing the original
   site to start anew as I’m at a loss on how to recover it. The only bits not working
   on it are the Pods-created CPTs.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Pods - Custom Content Types and Fields] Pods issue causing Capabilities error](https://wordpress.org/support/topic/pods-issue-causing-capabilities-error/)
 *  Thread Starter [johnbuol](https://wordpress.org/support/users/johnbuol/)
 * (@johnbuol)
 * [2 years, 8 months ago](https://wordpress.org/support/topic/pods-issue-causing-capabilities-error/#post-17088167)
 * PHP version 8.1.23.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Pods - Custom Content Types and Fields] get_pages fails with Pods installed](https://wordpress.org/support/topic/get_pages-fails-with-pods-installed/)
 *  Thread Starter [johnbuol](https://wordpress.org/support/users/johnbuol/)
 * (@johnbuol)
 * [6 years ago](https://wordpress.org/support/topic/get_pages-fails-with-pods-installed/#post-12927155)
 * >> Did you register the event post type through Pods as well?
 * Yes.
 * >> If so, did you correctly set the public and queryable options?
 * No, and that was the fix. Looking back at my old plugin and then re-reviewing
   Pods settings, I see what I failed to do.
 * The Metabox works now. Thanks! Pods is really great, especially when I stop overlooking
   things 🙂
    -  This reply was modified 6 years ago by [johnbuol](https://wordpress.org/support/users/johnbuol/).

Viewing 7 replies - 1 through 7 (of 7 total)