bcworkz
@bcworkz on WordPress.org and Slack
- Member Since: November 2nd, 2011
Contribution History
bcworkz’s badges:- Core Contributor Core Contributor
- Meta Contributor Meta Contributor
- Support Contributor Support Contributor
- Support Team Support Team
- Plugin Developer Plugin Developer
-
Posted a reply to Clean Search URL, on the site WordPress.org Forums:
Use the Rewrite API to take an URL like you want and to rewrite it…4 hours ago
-
Posted a reply to Custom posttype archive – pagination – Post missing / repeating, on the site WordPress.org Forums:
You could try looking at the actual SQL used to query the posts for that…4 hours ago
-
Posted a reply to Not crawliong any pages after update robot.txt, on the site WordPress.org Forums:
Depending on how your front end works, you may need to add Allow: /wp-admin/admin-ajax.php after…4 hours ago
-
Posted a reply to Endless loop on button click returns wp-admin/admin-ajax.php 400, on the site WordPress.org Forums:
That "action" is not the same "action" required by a WP Ajax handler. Yes, it's…9 hours ago
-
Posted a reply to HTML Slider’s CSS not doing anything when I add custom HTML to a page, on the site WordPress.org Forums:
CSS files cannot override this color, whether in HTML or set by JavaScript: <div style="color:…9 hours ago
-
Posted a reply to change header background color, on the site WordPress.org Forums:
Use your browser's element inspector developer tool to help you see what CSS is applied…9 hours ago
-
Posted a reply to query coding for pre_get_posts Hook, on the site WordPress.org Forums:
As you've seen in the class declaration, there is a lot to unpack in WP_Query…9 hours ago
-
Posted a reply to Child Theme documentation bug, on the site WordPress.org Forums:
WP uses its version for CSS files if you enqueue without specifying an explicit version.…9 hours ago
-
Posted a reply to Custom post type and taxonomies, on the site WordPress.org Forums:
Cool! I guess your previous version had some conflict that wasn't readily apparent on visual…10 hours ago
-
Posted a reply to Show a specific category and its children to a user when he creates post, on the site WordPress.org Forums:
You should be able to add terms with the same name, provided its slug is…10 hours ago
-
Posted a reply to Google analytics/Tag manager and Contact form submission, on the site WordPress.org Forums:
If you are getting "ga not defined" errors, be sure that a script link to…1 day ago
-
Posted a reply to Endless loop on button click returns wp-admin/admin-ajax.php 400, on the site WordPress.org Forums:
One issue is there is no "action" parameter submitted with the Ajax request. This is…1 day ago
-
Posted a reply to HTML Slider’s CSS not doing anything when I add custom HTML to a page, on the site WordPress.org Forums:
Maybe I missed something, but I don't see any "slider" or "slidercontainer" classes in the…1 day ago
-
Posted a reply to PHP Warning/Critical Error on Your Website, on the site WordPress.org Forums:
I'm sorry to hear your site is down. It sometimes happens without us doing anything.…1 day ago
-
Posted a reply to Does the feature filter used for searching themes not working correctly?, on the site WordPress.org Forums:
How are you deciding that themes have Left Sidebar or not? You should be looking…1 day ago
-
Posted a reply to Creating an events table…, on the site WordPress.org Forums:
Ya know, there are plugins available specifically for managing events :) You could still store…1 day ago
-
Posted a reply to change header background color, on the site WordPress.org Forums:
You need to lose the !important modifiers for background colors in the current CSS. It…1 day ago
-
Posted a reply to query coding for pre_get_posts Hook, on the site WordPress.org Forums:
Specifically for WP_Query::set(): https://developer.wordpress.org/reference/classes/wp_query/set/ All it does is set values for the passed query_vars property…1 day ago
-
Posted a reply to Create indicator menu, on the site WordPress.org Forums:
Nice animation! The menu HTML that is produced by WP has a similar ul/li structure,…1 day ago
-
Posted a reply to Checking user capabilities documentation bug, on the site WordPress.org Forums:
Thanks for reporting the flaw in the example code. I think the example may have…1 day ago
-
Posted a reply to add_action doesn’t work for child them, on the site WordPress.org Forums:
OK then. An Ajax request is a separate request. If your Ajax call is to…1 day ago
-
Posted a reply to Child Theme documentation bug, on the site WordPress.org Forums:
Welcome to the WP community then! WP takes some getting used to, but through theme…1 day ago
-
Posted a reply to How to submit data in a custom form in wordpress and then from that submitted da, on the site WordPress.org Forums:
Understood. You mostly need to go with what you know. There's only so much new…1 day ago
-
Posted a reply to Search function to display certain number of results, on the site WordPress.org Forums:
The search query, which presumably uses the WP_Query class, could be modified to include a…2 days ago
-
Posted a reply to Close button for images, on the site WordPress.org Forums:
Yes, because it's a new browser "page" consisting solely of the image file for content,…2 days ago
-
Posted a reply to Order articles posts by custom field, on the site WordPress.org Forums:
Try 'orderby' => 'meta_value_num', If that doesn't work, your dates may be in a difficult…2 days ago
-
Posted a reply to add_action doesn’t work for child them, on the site WordPress.org Forums:
Strange. Works for me. For some reason the file is loaded too soon. It's usually…2 days ago
-
Posted a reply to Custom post type and taxonomies, on the site WordPress.org Forums:
If your trouble is the taxonomy terms aren't showing up on the representative edit screen…2 days ago
-
Posted a reply to How to submit data in a custom form in wordpress and then from that submitted da, on the site WordPress.org Forums:
What to do is theme dependent. Maybe the simplest would be to make a copy…2 days ago
-
Posted a reply to Creating multiple posts for downloading files, on the site WordPress.org Forums:
Not a literal post template, but a template for a WP page. You would create…2 days ago
-
Posted a reply to Where can I find more info about the “all” hook?, on the site WordPress.org Forums:
It's at the very least an interesting tool to have available. BTW, create_function() has been…2 days ago
-
Posted a reply to Child Theme documentation bug, on the site WordPress.org Forums:
I don't disagree that matching the $handle argument used in the parent could be better…3 days ago
-
Posted a reply to Random display of specific posts, on the site WordPress.org Forums:
In your query arguments, include the "post__in" argument, setting its value as an array of…3 days ago
-
Posted a reply to Inserting Google API key into Google Geocode, on the site WordPress.org Forums:
See if the accepted answer here helps you: https://stackoverflow.com/questions/18410485/where-to-place-api-key-for-google-geocoding-api3 days ago
-
Posted a reply to Custom post type and taxonomies, on the site WordPress.org Forums:
Are you saying the "states" taxonomy may have terms that are not states? They could…3 days ago
-
Posted a reply to How to handle a theme that is already a child?, on the site WordPress.org Forums:
Yeah, there can be no grandchild themes :( Virtually any custom coding you might want…3 days ago
-
Posted a reply to ERR_CONNECTION_TIMED_OUT, on the site WordPress.org Forums:
Those files are required for backend use like editing posts. Are you able to get…3 days ago
-
Posted a reply to How to submit data in a custom form in wordpress and then from that submitted da, on the site WordPress.org Forums:
If you want the results to be styled like other WP pages, I suggest a…3 days ago
-
Posted a reply to Show a specific category and its children to a user when he creates post, on the site WordPress.org Forums:
I'm a little slow in recognizing user names. I finally noticed you are the same…3 days ago
-
Posted a reply to Make custom taxonomy appear in post creation page, on the site WordPress.org Forums:
Yes, a single hierarchical taxonomy would be much better, efficiency-wise. The problem there is controlling…3 days ago
-
Posted a reply to Where can I find more info about the “all” hook?, on the site WordPress.org Forums:
The fact it's missing is likely an oversight. The Codex was compiled by random volunteers.…3 days ago
-
Posted a reply to Match post type category slugs instead of default post category slugs., on the site WordPress.org Forums:
If it's not "category" or "post-tag", then it's a "custom taxonomy". However, it is possible…3 days ago
-
Posted a reply to Creating multiple posts for downloading files, on the site WordPress.org Forums:
It's possible, but maybe not optimal. You could instead have a template page that stands…4 days ago
-
Posted a reply to Show a specific category and its children to a user when he creates post, on the site WordPress.org Forums:
You could alter the query that runs to display categories on the edit screen. A…4 days ago
-
Posted a reply to Sendinblue apiv3 notifications, on the site WordPress.org Forums:
Try looking at the source code for WC_Order_Status_Manager_Order_Status_Email class for an appropriate action. It's feasible,…4 days ago
-
Posted a reply to If post is over 100 it wont show in query, on the site WordPress.org Forums:
You might try $query->set( 'orderby', 'meta_value_num' ); When ordered just alphabetically, numeric ordering is not…4 days ago
-
Posted a reply to Make custom taxonomy appear in post creation page, on the site WordPress.org Forums:
Custom taxonomies are typically registered during "init" action, which should be late enough to get…4 days ago
-
Posted a reply to Where can I find more info about the “all” hook?, on the site WordPress.org Forums:
Um, not exactly. Assuming there is an "all" callback added, that callback is executed when…4 days ago
-
Posted a reply to Query distinct years in a category, on the site WordPress.org Forums:
You need to INNER JOIN the term_relationships table on post/object ID and INNER JOIN term_taxonomy…4 days ago
-
Posted a reply to save_post returning old post meta, on the site WordPress.org Forums:
I know from past experience that trying to get saved post meta from "save_post" does…4 days ago
Contributor
-
Contact Form 7 email verification
Active Installs: 200+