4,541 reputation
1629
bio website mrwweb.com
location Seattle, WA
age 25
visits member for 1 year, 7 months
seen 11 hours ago
stats profile views 148

I make WordPress sites for a living, mostly for nonprofits, as MRW Web Design.

I like supporting the WordPress community by offering support here and on the .org Support Forums. I've released one plugin, Post Status Menu Items.


11h
comment What action should I hook into when adding roles and capabilities?
I've never seen this through, but it strikes me that it might make sense to put role changes into a plugin and then take advantage of the activation/deactivation hooks to trigger the changes just once. Has anyone ever gone down that route?
Jun
11
comment Remove Custom Taxonomy Metabox from Custom Post Type Screen
(See edit above. It was a typo. That's on me... Thanks for the help). To answer your question, I'm displaying the taxonomies with an Advanced Custom Field (it's a better interface for the users of the site).
Jun
11
comment Remove Custom Taxonomy Metabox from Custom Post Type Screen
Sorry for being unclear. I meant the Post Type screen. Each taxonomy is only registered to one custom post type. I tried use that add_meta_boxes_* hook briefly but I'll go try some variations on that (though I'm using the auto-generated metaboxes).
Jun
11
comment Remove Custom Taxonomy Metabox from Custom Post Type Screen
I want the UI in the menu still, just not when editing a post.
Jun
6
comment Define constant for one plugin in mu-plugin
The answer below solved my issue, but I want to make sure I understand @toscho's comment (upvote and all!). It seems to me that the whole point is to define the constant before the plugin is loaded so it doesn't display the UI.
Jun
6
comment Define constant for one plugin in mu-plugin
head->desk Thanks!
May
15
comment Update widget form after drag-and-drop “only specific plugin”
Glad I could help!
May
14
comment Update widget form after drag-and-drop “only specific plugin”
If this answers your question, please accept it with the checkmark next to the answer rather than up-voting. Then other people know that the question has been answered satisfactorily.
May
14
comment Update widget form after drag-and-drop “only specific plugin”
Please clarify your question. When you say "specific plugin," do you mean "one particular widget?"
May
9
comment How do I find posts?
If you accept an answer (meaning it answers the question you were asking) then you need to click the check mark next to the answer).
May
9
comment How do I find posts?
If this answer got the links you were missing to show up, then it answered your question. If so, you need to accept this answer and open a new question. If this didn't answer your question, then you need to revise your question and clarify what you're trying to do and what you have already done.
May
8
comment How do I find posts?
Neither screenshot came through. Please update your original question (with a screenshot!).
Apr
29
comment How to move image attachment from post to another?
I don't know if the plugin works anymore, but check out Bulk Change Attachment Parent.
Apr
25
comment Pagination not working on home page
Does your theme have a front-page.php template? If so, that will override your page.php template.
Apr
22
comment Archive of custom post type returns 404
Make sure you're going to Settings > Permalinks after you register these to reset your permalinks.
Apr
22
comment HTML5, WordPress and Tiny MCE issue - wrapping anchor tag around div results in funky output
For reference: core.trac.wordpress.org/ticket/22888
Apr
15
comment stop blog page from using index.php?
Yup. Like @ChipBennett said, going about this any other way is a pain, but also doesn't make sense seeing that WordPress has a predefined way for handling this that has worked in the past and will work well into the future. There's nothing to fix because there's nothing broken :)
Apr
12
comment Get ID and slug from taxonomy object
@TomJNowell True but there's no reason do go through that when there's a perfectly good WP function to handle the general situation. (It's worth noting that I didn't really answer the question but rather addressed the OP's goal. Your critique of the question is probably right, but I think the answer warrants the question. It's the XY Problem.)
Apr
12
comment Get ID and slug from taxonomy object
For those close-voting, I think the person is looking for get_term_link() (see my answer). Maybe I totally missed the point of the question, but if my answer's right, I think this is on-topic for WPSE.
Apr
2
comment How do I make content editable on wordpress
If the OP really is making a child theme then an index.php is not required.