geoffschultz
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: How to Determine if it’s a robot that’s viewing contentI don’t actually need to register/login the bot. If I can tell that it’s a bot, I can allow it to see the content.
Forum: Fixing WordPress
In reply to: How to Determine if it’s a robot that’s viewing contentThe content that you’re allowed to see is limited when you’re not logged in. You can easily register and log in. I just want to treat the robot as a logged in user.
Forum: Fixing WordPress
In reply to: edit-pages.php blankI’ve been struggling with this same issue. We have a production machine which has the code and the database backed up nightly. We also have a “sandbox” version where we can try out things before rolling them into the production environment. The code and the database get restored to the sandbox environment. Everything worked perfectly, except that you couldn’t edit any of the pages. The edit screen had all of the headers and sidebars that you would expect, but the area where you’d edit the contents was blank.
Based upon Esmi’s suggestion, I disabled all of the plugins and on by one I re-enabled them. Of course, at the bottom of 26 plugins, I found that “User Access Manager” was the culprit. If I leave that disabled, I don’t have any issues.
— Geoff
P.S. I believe that this started occurring when we went from 2.6.x to 2.8.4
Forum: Fixing WordPress
In reply to: How to Determine/Set Default Template for PostsAs it turns out, this site is using single.php to display a single post. I found this out from a developer and I still don’t have any idea how I would have determined this if I wasn’t able to have asked this.
After typing the above, I decided to search the site for ‘single.php’ and found that this was defined in \wp-admin\includes\file.php
which isn’t described in the Theme_Development link above.
Forum: Fixing WordPress
In reply to: How to Determine/Set Default Template for PostsTemplate. There are literally 66 templates defined, many of which are unused, for various parts of the website. Most are very similar and trying to figure out which one is being used is quite difficult.
There must be some way to define/see which template is used, by default, to display posts.
— Geoff
Forum: Plugins
In reply to: Where are Capabilities Defined & Rolls Linked to CapabilitiesThanks, I missed that!