2,224 reputation
1419
bio website bandonrandon.com
location Seattle, WA
age 26
visits member for 2 years, 5 months
seen 2 days ago
stats profile views 348
Hello, I'm a designer, developer, artist, a real Jane of all trades. Currently living in Seattle enjoying life and trying to learn as much as possible about the web world.

Mar
5
reviewed Looks Good Main menu highlighting on subpage which is not in submenu but in hierarchy
Mar
5
comment Multisite plugin hiding on specific blogs
See Edit and let me know if that helps.
Mar
5
revised Multisite plugin hiding on specific blogs
added 327 characters in body
Mar
5
awarded  Excavator
Mar
5
revised Creating a multi-file upload form on the front end for attachments
insert attachment is not a wordpress function, use `wp_insert_attachment` instead
Mar
5
suggested suggested edit on Creating a multi-file upload form on the front end for attachments
Mar
5
revised Multisite plugin hiding on specific blogs
explained what the heck was going on
Mar
5
comment Possible to add meta box to edit.php pages?
Wait What? So you want the quick press link to show up where? Under the main menu of your CPT? Cuz that's TOTALLY another question.
Mar
5
answered Multisite plugin hiding on specific blogs
Mar
5
answered Trouble Making WP_Query paged
Mar
4
comment How do I use a custom theme for the WP Maintenance Mode plugin?
If this is the plugin you are talking about see the main page for a template/instructions wordpress.org/extend/plugins/wp-maintenance-mode
Mar
4
comment How do I use a custom theme for the WP Maintenance Mode plugin?
Can we get a link to the plugin and the exact problem you are having? What have yo tried? Please provide more information.
Mar
3
comment Custom Post Type in Parent Theme causing 404s
you can also just visit the permalinks setting page and it will flush the rules. This is the easiest way to do it.
Mar
3
comment Can't find where to modify <html> attrbitutes
is the <html> head always going to be the same before your changes? or is this for a plugin where the html tag is unknown? If you know the html is always going to be the same you should be able to use buffer/string replace to do this.
Mar
2
answered Redirect user on first visit based on geographical location
Feb
26
comment How to change user role setting in members plugin so that user can only edit his own post?
To Be honest, I thought about down voting you as this seems like a "Tell me how to do this for free" type question. A suggestion would be to tell us what you've tried what didn't work and other ideas. This encorages the community to then help you though the process.
Feb
25
comment Targeting categories in custom fields
That's what i was trying to say :) Will you accept an answer? so this can be marked as answered?
Feb
25
answered How to change user role setting in members plugin so that user can only edit his own post?
Feb
24
comment Cannot Hide Google Map if custom field is blank
does if($map !="") work? and does the 1st code block show a map and the second fail to do so?
Feb
23
comment Targeting categories in custom fields
@user27833 The code is good. It's either a problem with how you are getting the category ID wrong or using the above code wrong. Unfortunately I can't tell you which.