samanime
Forum Replies Created
-
Forum: Plugins
In reply to: Rewrite – Get Post in CategorySo, instead of using:
post_type=myposttype&name=mypageI ended up doing
myposttype=parent/mypageForum: Plugins
In reply to: Rewrite – Get Post in CategorySo, I realized that I could change my rules around and hard-code in the parent.
However, post_parent=123 doesn’t seem to be working. WP_Query just ignores it completely and I’m not sure why.
Any help would be greatly appreciated.
Forum: Fixing WordPress
In reply to: Edit Slug Button MissingI don’t think this is a Javascript problem. There is only one Javascript error, but it’s on all the pages and has nothing to do with the custom post type. My post type doesn’t do anything with Javascript or jQuery on the admin end.
Forum: Fixing WordPress
In reply to: Edit Slug Button MissingThat is the button in question. And yes, only that one is gone.
It’s only for one specific post type though…
And I can’t disable my plugin because the post type in question is a custom post type powered by my only plugin. If I disable it, the whole post type will disappear.
It works for my three other post types… it’s something specific to that one.
Forum: Fixing WordPress
In reply to: Edit Slug Button MissingNo, I’m talking about on the Edit a single post page. On a post.php?action=edit page, it’s right below where you type in the title, next to the permalink itself. It’s a rounded-corners button that says “Edit”, right before the “View Post” button.
The other problem is that the standard route won’t work, since there is only one custom-made plugin, which creates the custom post type in question, along with another custom post type that has the edit button. =p
Thanks for the help. =)
Forum: Fixing WordPress
In reply to: permalink edit button missingI’ve been having the same exact issue, but with only one of my post types (another custom post type, regular posts, and pages all still have it, and I can’t find the difference).
Forum: Fixing WordPress
In reply to: Menu – Incorrect Permalink for Custom Post TypeNevermind, I figured it out.
I had a bit in the rewrite to remove the parent from the permalink. However, if the parent was empty, it caused just “/” to get removed, which removed the // from https://.
I guess things assume a link it relative if it’s missing https://
Forum: Fixing WordPress
In reply to: Edit Slug Button MissingI’m not talking about the meta box for Slug. We could use that.
However, on all my other posts, right below the title at the top there is normally an edit and view button. The Edit button has gone missing, so we can’t edit the slug at the top like normal.
Forum: Fixing WordPress
In reply to: Edit Slug Button MissingI did. They’re all turned on except “Slug”, but that adds a meta box named slug, it doesn’t add the Edit button back for the slug at the top.
Thanks though.
Forum: Fixing WordPress
In reply to: Edit Slug Button MissingNobody has ever ran into this issue?
Forum: Fixing WordPress
In reply to: WP_Query with Custom TaxonomyNevermind, I figured it out. I needed to have an array within my array for tax_query. =p
Forum: Fixing WordPress
In reply to: Upload files to another serverThanks for the help.
Do any of those let you use the uploader to another place though? It looks like those mostly just rewrite the URL to point to the CDN, but that we’d have to manually upload them there.
Forum: Fixing WordPress
In reply to: ALL plugins break dashboard since 3.1 upgradeAre you an Administrator? We actually had an issue today where someone told me they had an all blank dashboard and it’s because I forgot to make them an Administrator when they should have been.
Forum: Plugins
In reply to: manage_posts_custom_column not workingJust to update this, if you want to use hierarchical post types, use manage_page_custom_columns instead.
Forum: Fixing WordPress
In reply to: ALL plugins break dashboard since 3.1 upgradeCan you enable PHP errors? If you can check the errors it’ll probably let you know what’s going on.