Jason Adams
- Member Since: September 12th, 2008
- San Diego, cA
- papertower.com
- Partner & Lead Developer at Paper Tower
- @jason_the_adams on WordPress.org, @jasontheadams on Slack
- Core Contributor
- Plugin Developer
-
Created a new ticket, #37376, in Core Trac:
Make it possible for custom post type to have an archive but no single2 weeks ago
-
Created a new ticket, #37316, in Core Trac:
Allow WP_Post to be filtered at instantiation3 weeks ago
-
Jason Adams's profile was updated
1 month ago
-
Jason's profile was updated
3 months ago
-
Created a topic, Is this plugin still active?, on the site WordPress Support Forums
4 months ago
-
Created a new ticket, #35075, in Core Trac:
Comment cache ignores custom query vars8 months ago
-
Created a new ticket, #34865, in Core Trac:
Slug reset when updating post without slug field8 months ago
-
Created a topic, New JS Error, on the site WordPress Support Forums
1 year ago
-
Created a topic, Do not email sender option, on the site WordPress Support Forums
1 year ago
-
Posted a reply to "Looks great! Minor bug notice..", on the site WordPress Support Forums:
I'm sorry, I should have posted that in support, and now I'm realizing I can't…1 year ago
-
Posted a reply to "Bug on line 29", on the site WordPress Support Forums:
I see this, too. It just looks like they forgot to remove the $slug var…1 year ago
-
Created a topic, Looks great! Minor bug notice.., on the site WordPress Support Forums
1 year ago
-
Created a topic, Quick and useful, on the site WordPress Support Forums
2 years ago
-
Created a topic, Attempting to modify cpt archive with query var, on the site WordPress Support Forums
2 years ago
-
Created a topic, Targetting admin_head-{menu} for submenus, on the site WordPress Support Forums
2 years ago
-
Posted a reply to "Rewrite a suffixed url", on the site WordPress Support Forums:
In case someone else finds this (or things I went about this wrong way), I…2 years ago
-
Posted a reply to "Rewrite a suffixed url", on the site WordPress Support Forums:
So I was able to get it working with this: add_rewrite_rule('^([^/]+)/buy/?$', 'index.php?product=$matches[1]', 'top'); Cool! My…2 years ago
-
Posted a reply to "Rewrite a suffixed url", on the site WordPress Support Forums:
Sorry, I put extra ticks (github) and didn't include the action: add_action('generate_rewrite_rules', 'add_product_buy_rewrite'); function add_product_buy_rewrite($wp_rewrite)…2 years ago
-
Created a topic, Rewrite a suffixed url, on the site WordPress Support Forums
2 years ago
-
Posted a reply to "How to contribute to a plugin?", on the site WordPress Support Forums:
Yeah, that's what I found. I thought about leaving a support item, but wanted to…2 years ago
-
Posted a reply to "How to contribute to a plugin?", on the site WordPress Support Forums:
Hi James! I have read those, and perhaps I'm not so lost as I thought.…2 years ago
-
Created a topic, How to contribute to a plugin?, on the site WordPress Support Forums
2 years ago
-
Posted a reply to "Using wp_nav_menu_{$menu->slug}_item fails for specific menu", on the site WordPress Support Forums:
Hahah! No worries. :) The wp_nav_menu_[menu-slug]_items is a normal hook for retrieving specific menu items.…2 years ago
-
Posted a reply to "Using wp_nav_menu_{$menu->slug}_item fails for specific menu", on the site WordPress Support Forums:
Hi Esmi, That's a function I'm defining myself. Otherwise I'm not sure what you mean.…2 years ago
-
Posted a reply to "Using wp_nav_menu_{$menu->slug}_item fails for specific menu", on the site WordPress Support Forums:
Hi Evan! Unfortunately that was just me forgetting to add the extra parameters in my…2 years ago
-
Created a topic, Using wp_nav_menu_{$menu->slug}_item fails for specific menu, on the site WordPress Support Forums
2 years ago
-
Created a topic, Empowering WP Developers, on the site WordPress Support Forums
2 years ago
-
Posted a reply to "How to query_posts categories AND and OR at the same time ?", on the site WordPress Support Forums:
Someone may correct me, but I don't think that's possible using WP_Query. You could just…2 years ago
-
Posted a reply to "Is prepare needed for insert query?", on the site WordPress Support Forums:
Hi Lorax! There's never a circumstance in which it's a bad idea to use Prepare.…2 years ago
-
Created a new ticket, #28034, in Core Trac:
Appropriate group permissions aren't acknowledged in get_filesystem_method2 years ago
-
Posted a reply to "Checking for permissions in get_filesystem_method", on the site WordPress Support Forums:
It occurs to me that the file permissions is redundant to making the file. This…2 years ago
-
Created a topic, Checking for permissions in get_filesystem_method, on the site WordPress Support Forums
2 years ago
-
Posted a reply to "How to read user input in a post?", on the site WordPress Support Forums:
It almost sounds like you're reinventing comments, but otherwise perhaps you're trying to take a…2 years ago
-
Posted a reply to "deleted something in the theme and now it's all blank", on the site WordPress Support Forums:
That usually means that you have a php error. Just looking at what you removed,…2 years ago
-
Posted a reply to "WordPress Server Permissions", on the site WordPress Support Forums:
no idea why you're having probs if you did just that. Me either. :( But,…2 years ago
-
Posted a reply to "WordPress Server Permissions", on the site WordPress Support Forums:
Hahah! Thanks for clearing that up for me, Ovidu. :) chown -R user:www-data web/ chmod…2 years ago
-
Posted a reply to "WordPress Server Permissions", on the site WordPress Support Forums:
I'll admit, adding the user to the www-data group is redundant in the end, but…2 years ago
-
Posted a reply to "WordPress Server Permissions", on the site WordPress Support Forums:
Er.. umm.. can you please elaborate more on your answer? That's normally really bad advise.…2 years ago
-
Posted a reply to "WordPress Server Permissions", on the site WordPress Support Forums:
I believe FastCGI, is there a way for me to tell? I'm having trouble being…2 years ago
-
Created a topic, WordPress Server Permissions, on the site WordPress Support Forums
2 years ago
-
Posted a reply to "H1 titles rendering in wrong color", on the site WordPress Support Forums:
It's because you have a css definition for .row h1 that's red, and your h1…3 years ago
-
Posted a reply to "Custom image sizes for post meta images", on the site WordPress Support Forums:
..Anyone? :)3 years ago
-
Created a topic, Custom image sizes for post meta images, on the site WordPress Support Forums
3 years ago
-
Posted a reply to "Adding Shortcodes to Child Theme", on the site WordPress Support Forums:
A plugin? Hmm... Initially I added the shortcode to the parent theme. I wanted to…4 years ago
-
Created a topic, Adding Shortcodes to Child Theme, on the site WordPress Support Forums
4 years ago
-
Posted a reply to "[Plugin: Advanced Code Editor] 2.1.1 - 2.1.2 No syntax coloring", on the site WordPress Support Forums:
I'm also having this issue since I updated. I'm using Chrome, saved, cleared the cache,…4 years ago
-
Posted a reply to "start attribute on ordered lists", on the site WordPress Support Forums:
I thought TinyMCE is a part of WordPress — at least, it's released with it.…5 years ago
-
Created a topic, [Plugin: WP-Table Reloaded] WP Adds Link Prefix, on the site WordPress Support Forums
5 years ago
-
PIKLIST | Rapid development framework
Active Installs: 10,000+