Bill Dennen
Forum Replies Created
-
Forum: Plugins
In reply to: [Post Types Order] [Plugin: Post Types Order] Problem with SSL backendthanks for your help, that solved it.
Forum: Plugins
In reply to: [JSON API] [Plugin: JSON API] Security Issues and Stolen Information?The problem is that I can code my theme so that author usernames are NOT published to the world. But, using this plugin, they are published without me knowing about it. This plugin exposes everything, for better or worse.
Forum: Plugins
In reply to: [JSON API] [Plugin: JSON API] Security Issues and Stolen Information?The JSON API exposes more data (author usernames come to mind).
You may be hiding the author usenames on your site, but if you have JSON API plugin enabled, this info is exposed.
Forum: Fixing WordPress
In reply to: CSS Sprite Generator for ThumbnailsMaybe you could use Infinite Scroll?
Forum: Plugins
In reply to: [JSON API] [Plugin: JSON API] Security Issues and Stolen Information?Thanks hermanvandermaas. That helps, but if you use that URL anywhere in public, it’s no longer obscure or difficult to guess!
Forum: Fixing WordPress
In reply to: help with WP_Query orderbyMaybe part of the problem is that I am actually doing this outside of WordPress. My PHP script has this to include WordPress:
require('/home/dir/public_html/wp-load.php');
Everything else works fine, except for the sorting. Weird.
Forum: Fixing WordPress
In reply to: wp_query orderby random not workingThanks. This isn’t working for me either. Maybe part of the problem is that I am actually doing this outside of WordPress. My PHP script has this to include WordPress:
require('/home/dir/public_html/wp-load.php');
Everything else works fine, except for the sorting. Weird.
Forum: Fixing WordPress
In reply to: wp_query orderby random not workingFor what it’s worth, I am running into the same exact problem.
thanks!
<please remove>
Thanks. I will try network-activating it, however, I really only want to use it on one or two subsites, not the whole network.
Yes, the direct access URL is not displayed, and it’s not easily guessed. But, I’d rather not rely on security through obscurity like this, if it can be avoided.
My problem seems to be a little weirder. It’s working fine on my development site (which is running multisite).
But, on my prod site (also running multisite), I need to be a network SuperAdmin to update the settings. Even a site Administrator does not work.
I’m not sure what’s going on here. My prod site used to run WPMU back in the day (pre WP 3.0).
Forum: Fixing WordPress
In reply to: Copying batches of posts and changing the post type as the same timeThanks. yes, I know that duplicate content is bad. The old posts will eventually go away, leaving just the custom posts.
Forum: Networking WordPress
In reply to: Pulling posts from another siteThank you.
Forum: Networking WordPress
In reply to: Pulling posts from another siteThanks Ron. I’ve been reading up on the differences between transients, wp_cache, and options. It seems like any one of them would do, to some degree.
You recommended options. Why not wp_cache? thanks again.