Brenderous
Forum Replies Created
-
Forum: Networking WordPress
In reply to: Logging In rewrites siteurl for each multisiteApparently we had left a piece of code in the wp-config:
define('RELOCATE',true);We must have left it in there when we were moving the site to a new domain.
Forum: Networking WordPress
In reply to: Logging In rewrites siteurl for each multisiteAny developments on this? I’m having the same problem. We didn’t have this issue in dev, only started happening once we went live.
Right now I’m just thinking of forcing people to login using the main site, or editing the wp-admin files to get the correct url.
Forum: Fixing WordPress
In reply to: Custom Post Type – AttachmentOk here’s a better question.
Is there a list of the parameters you can put in the “supports” array for the “register_post_type” function.
For example:
‘supports’ => array(‘title’, ‘editor’, ‘author’, ‘thumbnail’, ‘audio’, ‘video’, ‘pdf’)
EDIT: ah, here it is: http://codex.wordpress.org/Function_Reference/register_post_type
Still not what I’m looking for, though:(
Forum: Fixing WordPress
In reply to: Custom Post Type – AttachmentWhat you say, and what the Custom Post Types page says, don’t seem to match up.
But I’m more inclined to agree with you. I don’t see any way to have media-based custom post.