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 Attribute terms description not showing, on the site WordPress.org Forums:
It depends on what function is generating that dropdown. It's reasonable to expect it to…5 hours ago
-
Posted a reply to Drop down filter contents based on category, on the site WordPress.org Forums:
Hi drimdev, Are you looking to custom develop such a thing into a shortcode or…5 hours ago
-
Posted a reply to Filterable list by tags, on the site WordPress.org Forums:
There are a number of advanced search or filter plugins you could search for and…6 hours ago
-
Posted a reply to Not displaying pagination, on the site WordPress.org Forums:
Hello again drimdev, You are still having trouble demarcating code in your posts. It's OK,…7 hours ago
-
Posted a reply to Nested Permalinks with Custom Post Type (Multisite), on the site WordPress.org Forums:
Why don't you use one hierarchical CPT for all levels of the hierarchy? Then the…7 hours ago
-
Posted a reply to add image doesn’t work, on the site WordPress.org Forums:
If you are on shared hosting, you'll need your host's help to alter mod_security rules.…7 hours ago
-
Posted a reply to assign custom author page based on author role, on the site WordPress.org Forums:
As long as WP can find posts that someone authored, the default author permalink will…8 hours ago
-
Posted a reply to Retrieving URL of newly uploaded file in a pdf format, on the site WordPress.org Forums:
You're welcome! No worries about posting code. You didn't know, now you know :)8 hours ago
-
Posted a reply to SEO and WordPress for website, on the site WordPress.org Forums:
"Snoopy" LOL :) No worries. That explanation sort of helps, but I'm not entirely sure…8 hours ago
-
Posted a reply to Default Post Settings, on the site WordPress.org Forums:
I think you understand perfectly, you just can't believe it is so. Yes, if you…1 day ago
-
Posted a reply to wp_postmeta meta_value error, on the site WordPress.org Forums:
Don't beat yourself up. Everyone makes mistakes they regret. It really sucks. None the less,…1 day ago
-
Posted a reply to Use AJAX to modify $wpdb query, on the site WordPress.org Forums:
Howdy's link doesn't really take you to where they intended because skip links like #user-contributed-notes…1 day ago
-
Posted a reply to How: URL in Querystrings?, on the site WordPress.org Forums:
Maybe I'm not understanding what you're after. The entire thing gets used as the href…1 day ago
-
Posted a reply to Closing toggled menu after clicking (one pager), on the site WordPress.org Forums:
I think the browser jumps before the close menu code can execute. Collect the click…1 day ago
-
Posted a reply to Retrieving URL of newly uploaded file in a pdf format, on the site WordPress.org Forums:
Thanks for the shortcode source. Here's a revised while loop for your shortcode that should…1 day ago
-
Posted a reply to How: URL in Querystrings?, on the site WordPress.org Forums:
Use the link dialog when editing text and paste the entire thing into the URL…2 days ago
-
Posted a reply to Closing toggled menu after clicking (one pager), on the site WordPress.org Forums:
I'm unclear what you are after. Do you want it to close or to not…2 days ago
-
Posted a reply to How to enqueue stylesheet and scripts on Ajax request?, on the site WordPress.org Forums:
It doesn't make much sense to enqueue script for Ajax. I'm not sure if the…2 days ago
-
Posted a reply to Retrieving URL of newly uploaded file in a pdf format, on the site WordPress.org Forums:
Is the read more button's current link the one that is automatically added by WP…2 days ago
-
Posted a reply to SEO and WordPress for website, on the site WordPress.org Forums:
OK, if you are moving from a hosted service like Wix to self-hosted WP, we're…2 days ago
-
Posted a reply to Retrieving URL of newly uploaded file in a pdf format, on the site WordPress.org Forums:
It depends on how the file was uploaded. I know you said it was newly…3 days ago
-
Posted a reply to SEO and WordPress for website, on the site WordPress.org Forums:
If you retained the original static HTML pages, there would be no reason to 301…3 days ago
-
Posted a reply to SEO and WordPress for website, on the site WordPress.org Forums:
It feasible to install WP on an existing static HTML site and maintain the existing…4 days ago
-
Posted a reply to Search only custom fields, on the site WordPress.org Forums:
Manipulating SQL queries by string manipulation (i.e. preg_replace()) is inherently weak and ought to be…4 days ago
-
Posted a reply to Restore backup htdocs Xampp, on the site WordPress.org Forums:
How did you get the SQL data you needed to replicate the site? If you…4 days ago
-
Posted a reply to Can I change image metadata in batch?, on the site WordPress.org Forums:
You could with the phpMyAdmin app, usually accessed through your hosting account. While you could…5 days ago
-
Posted a reply to DNS for multisite with 2 domains, on the site WordPress.org Forums:
Add-on domain is what you want. Set its document root to the /ABC/ subdirectory. Add…5 days ago
-
Posted a reply to Json data show to page, on the site WordPress.org Forums:
See if any of these plugins would help you: https://wordpress.org/plugins/search/json+import/ If you find the need…6 days ago
-
Posted a reply to submitted Url mark “noindex”, on the site WordPress.org Forums:
Are you sure the option to discourage indexing in reading settings is not checked? This…6 days ago
-
Posted a reply to Same Article/Recipe to Multiple Websites on same host, on the site WordPress.org Forums:
Welcome to the WP community! The same host is meaningful for accessing server files, but…6 days ago
-
Posted a reply to get_template_directory_uri() sometimes returns url without ‘www’, on the site WordPress.org Forums:
That is odd. However, the function tries to determine the correct URL through a number…6 days ago
-
Posted a reply to Editor per area riservata, on the site WordPress.org Forums:
You could use the "pre_get_posts" action to conditionally alter post queries so reserved editors only…6 days ago
-
Posted a reply to Regional subdomains, on the site WordPress.org Forums:
WP redirects to whatever the site URL setting is. The setting is also used to…6 days ago
-
Posted a reply to Registering multiple menues in header – both show same content, on the site WordPress.org Forums:
Summarizing what Joy said, you want to use the 'theme_location' argument for wp_nav_menu(), not 'menu'.6 days ago
-
Posted a reply to Creating a custom gallery by pulling images from post galleries, on the site WordPress.org Forums:
There's nothing wrong with your code, get_post_galleries_images() only supports the old style gallery shortcode, not…6 days ago
-
Posted a reply to CSS Checkout Field Colour, on the site WordPress.org Forums:
Open the drop down. Open the inspection tool in its own window if it's docked.…6 days ago
-
Posted a reply to Buttons Block, on the site WordPress.org Forums:
Button layout is theme related. The tutorial's theme probably stacks buttons horizontally by default. Yours…1 week ago
-
Posted a reply to wpmu_signup_blog_notification_subject Filter not working, on the site WordPress.org Forums:
Your subject includes "User log in activation" which makes me think you are trying to…1 week ago
-
Posted a reply to Creating a custom gallery by pulling images from post galleries, on the site WordPress.org Forums:
If your server is case sensitive (*nix based systems), you may need to use get_the_ID()…1 week ago
-
Posted a reply to CSS Checkout Field Colour, on the site WordPress.org Forums:
Yes, it's tricky getting the right rules to show up because the hover color is…1 week ago
-
Posted a reply to Restore backup htdocs Xampp, on the site WordPress.org Forums:
Yes, in Win Explorer right click on the file. Pick "Properties". Open the "Security" tab.…1 week ago
-
Posted a reply to CSS Checkout Field Colour, on the site WordPress.org Forums:
These work in the inspector tool. They ought to also work added to the Additional…1 week ago
-
Posted a reply to Default Post Category Persistence, on the site WordPress.org Forums:
I'm unable to replicate the behavior. It could be a plugin or your theme interfering.…1 week ago
-
Posted a reply to Redirect/refresh after updating post does not work, on the site WordPress.org Forums:
That does look like strange behavior. The update is handled by script, which also handles…1 week ago
-
Posted a reply to How to get all attributes of a block in PHP?, on the site WordPress.org Forums:
The render callback is only passed what it needs to do its job. To pass…1 week ago
-
Posted a reply to Custom field data and custom Rest API fields, on the site WordPress.org Forums:
Sadly admin-post.php isn't well documented. It's too bad because it's a great way to implement…1 week ago
-
Posted a reply to Restore backup htdocs Xampp, on the site WordPress.org Forums:
Not inside the file. How depends on your computer's operating system (O/S) - Win. Mac,…1 week ago
-
Posted a reply to image product page not sharp, on the site WordPress.org Forums:
It looks like the image's div container size is set by script based on the…1 week ago
-
Posted a reply to WordPress Url issue, on the site WordPress.org Forums:
I recommend asking in the WPML dedicated support forum. AFAIK you can configure WPML to…1 week ago
-
Posted a reply to WP XAMPP localhost installs with subdirectories, on the site WordPress.org Forums:
You want to install WP in a subdirectory of another WP site? OK, it's a…1 week ago
Contributor
-
Contact Form 7 email verification
Active Installs: 200+