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 Domain / page address issues, on the site WordPress.org Forums:
Go back and edit each "sub-page" to remove the parent page setting. Leave them all…6 hours ago
-
Posted a reply to Customize>>Additional CSS vs. theme-child/style.css, on the site WordPress.org Forums:
Agreed, the customizer's CSS panel is best for modifying existing themes where creating a child…7 hours ago
-
Posted a reply to Calculate Total Statistics (for Player), on the site WordPress.org Forums:
For totals of data presented on a page, alter the template code to accumulate values…7 hours ago
-
Posted a reply to How to create Custom Post category to further group the posts, on the site WordPress.org Forums:
I could not say for sure, but probably custom taxonomies. It's conceivable to create ones…7 hours ago
-
Posted a reply to ‘ERR_ADDRESS_ UNREACHABLE’, on the site WordPress.org Forums:
Your site loads OK on my phone. The "unreachable" error indicates connectivity issues outside of…1 day ago
-
Posted a reply to Itry to add adsense and relateds posts after x paragraphs, on the site WordPress.org Forums:
I think you just need to fix one line, the echo line. Like so: $new_content…1 day ago
-
Posted a reply to Create custom Post List, on the site WordPress.org Forums:
You want to develop a custom dynamic block. If you've not built blocks before, you'll…1 day ago
-
Posted a reply to Custom Page Rewrite Rules, on the site WordPress.org Forums:
What is the page's permalink path (you may omit the domain portion) that is conflicting?…1 day ago
-
Posted a reply to Critical Error When Updating WordPress, on the site WordPress.org Forums:
There is likely an issue with your plugins or theme. Disable all plugins and your…2 days ago
-
Posted a reply to Use of WP database(s) in site with subdirectory WP install, on the site WordPress.org Forums:
It depends on the SQL resources you have available for your hosting account. If they…2 days ago
-
Posted a reply to Attribute terms description not showing, on the site WordPress.org Forums:
I don't normally code for forum members like this, but I seem to have some…2 days ago
-
Posted a reply to WordPress not showing command bar in Firefox, on the site WordPress.org Forums:
In your user profile for the site, double check that the "Show Toolbar when viewing…3 days ago
-
Posted a reply to Plugins actualizaciĆ³n, on the site WordPress.org Forums:
Try going to the "Updates" screen (under "Dashboard"). Once there, click the "Check Again" button.…3 days ago
-
Posted a reply to future_to_publish action hook does not work, on the site WordPress.org Forums:
"future_to_publish" action does fire on my site, v5.3.2 as well. Maybe you have a plugin…3 days ago
-
Posted a reply to Sending response header from wordpress for ajax calls, on the site WordPress.org Forums:
Yes! Just use the header() command from within the Ajax handler. You must do this…3 days ago
-
Posted a reply to Attribute terms description not showing, on the site WordPress.org Forums:
The filter's docs page is https://developer.wordpress.org/reference/hooks/get_terms/ It is applied here, but absolutely do not change…3 days ago
-
Posted a reply to Nested Permalinks with Custom Post Type (Multisite), on the site WordPress.org Forums:
Custom fields are stored with each post, so having the same field value for multiple…3 days ago
-
Posted a reply to assign custom author page based on author role, on the site WordPress.org Forums:
"author_link" passes the author ID as the second argument. Their nice name is third. Do…3 days ago
-
Posted a reply to SEO and WordPress for website, on the site WordPress.org Forums:
301 redirects should remain in place as long as the old URLs are still being…3 days ago
-
Posted a reply to Custom Page Rewrite Rules, on the site WordPress.org Forums:
What would distinguish a page request from a "near-me" request? Maybe that could be looked…3 days ago
-
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…4 days 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…4 days 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…4 days 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,…4 days 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…4 days 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.…4 days 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…4 days 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 :)4 days 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…4 days 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…5 days 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,…5 days 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…5 days 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…5 days 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…5 days 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…5 days 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…6 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…6 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…6 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…6 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…6 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…1 week 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…1 week 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…1 week 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…1 week 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…1 week 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…1 week 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…1 week 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…1 week 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…1 week 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…1 week ago
Contributor
-
Contact Form 7 email verification
Active Installs: 200+