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 Architecture of WordPress Plugin, on the site WordPress.org Forums:
If you want to send a location header to redirect (or use wp_redirect() which does…2 hours ago
-
Posted a reply to Advanced posts results, on the site WordPress.org Forums:
If it can be done with PHP, it's possible, so yes! A user selected value…2 hours ago
-
Posted a reply to call of javascript function to external https url always blocked by cors, on the site WordPress.org Forums:
Setting a header on your site is not effective. The target site is the one…3 hours ago
-
Posted a reply to Display ONE $term (Out of 4 ) from a taxonomy-{taxonomy}.php & CPT, on the site WordPress.org Forums:
What I suggested in the now closed duplicate topic, and what Joy suggests here, amounts…5 hours ago
-
Posted a reply to Does Convert to Block strip out id propert for Paragraph blocks?, on the site WordPress.org Forums:
Well, if you put it that way... Yes :) I've given up converting existing HTML…6 hours ago
-
Posted a reply to WordPress process pagination pages on CPT archive with -1 limit, on the site WordPress.org Forums:
This would be better function limit_posts_per_archive_page( $query ) { if ( $query->is_post_type_archive('movies') && !is_admin() )…6 hours ago
-
Posted a reply to adding inline CSS to a php function that displays categories, on the site WordPress.org Forums:
That looks like the right code, but there is nothing there that generates the offending…6 hours ago
-
Posted a reply to How can I display page categories in widget?, on the site WordPress.org Forums:
I'm not aware of one. It doesn't mean one does not exist. You might try…7 hours ago
-
Posted a reply to empty or fill a particular custom-post-type value, on the site WordPress.org Forums:
I'm trying to decide if I'm misunderstanding :) I'm trying to help you decide how…7 hours ago
-
Posted a reply to Attribute terms description not showing, on the site WordPress.org Forums:
On this line: $term->name = $term->description; make it like this: $term->name .= ' = '.…8 hours ago
-
Posted a reply to admin-ajax.php?action=multidomain-setup-cdsso Slow, on the site WordPress.org Forums:
I believe multidomain-setup-cdsso is from the multisite domain mapping plugin. This plugin is no longer…1 day ago
-
Posted a reply to Multisite with several languages, registration problem, on the site WordPress.org Forums:
Changing registration from wp-signup.php to wp-login.php is not feasible because multisite uses a completely different…1 day ago
-
Posted a reply to Help with Query, on the site WordPress.org Forums:
Something like this maybe (untested)? `SELECT * FROM wp_posts LEFT JOIN wp_term_relationships ON wp_posts.ID =…1 day ago
-
Posted a reply to Does Convert to Block strip out id propert for Paragraph blocks?, on the site WordPress.org Forums:
That is not my experience. HTML pasted in code view gets displayed in a "classic"…1 day ago
-
Posted a reply to Display ONE $term (Out of 4 ) from a taxonomy-{taxonomy}.php & CPT, on the site WordPress.org Forums:
You shouldn't have coded taxonomy-service_cat.php to show one term at a time. Showing the one…1 day ago
-
Posted a reply to Publishdate shows wrong date, on the site WordPress.org Forums:
If $item->PublishDate is a proper date string like "2020-03-25 12:34:56", you don't need the date()…1 day ago
-
Posted a reply to Limiting maximum number of posts published per custom post type, on the site WordPress.org Forums:
You can do a COUNT query for posts of that type where the status is…1 day ago
-
Posted a reply to WordPress process pagination pages on CPT archive with -1 limit, on the site WordPress.org Forums:
If inappropriate backlinks come from a limited set of domains, you can disavow backlinks in…1 day ago
-
Posted a reply to adding inline CSS to a php function that displays categories, on the site WordPress.org Forums:
It looks like you solved the button spacing. The short blank button is unrelated to…1 day ago
-
Posted a reply to Users’ page, on the site WordPress.org Forums:
The other ways I had in mind aren't any easier. What would be easier would…1 day ago
-
Posted a reply to empty or fill a particular custom-post-type value, on the site WordPress.org Forums:
We ought to make the data consistent. That may or may not require adjusting the…1 day ago
-
Posted a reply to Attribute terms description not showing, on the site WordPress.org Forums:
Hi hcoolj - sorry for the slow reply. The notification from a few days ago…1 day ago
-
Posted a reply to iFrame keeps reloading, on the site WordPress.org Forums:
Have you resolved this? I see no evidence of reloading. FYI, securing your site with…2 days ago
-
Posted a reply to WordPress process pagination pages on CPT archive with -1 limit, on the site WordPress.org Forums:
Setting posts_per_page to -1 disables pagination so page number requests are ignored and you get…2 days ago
-
Posted a reply to High CPU usage with mysql on WordPress, on the site WordPress.org Forums:
The proper course of action is to restore from a known good backup. If one…2 days ago
-
Posted a reply to Add Custom Post Type by FrontEnd Area., on the site WordPress.org Forums:
There are a few approaches. I'm not sure which the referenced plugin uses. What I…2 days ago
-
Posted a reply to adding inline CSS to a php function that displays categories, on the site WordPress.org Forums:
Hey arsenalemusica, It looks like you've set $separator to be ' + '. Instead set…2 days ago
-
Posted a reply to Users’ page, on the site WordPress.org Forums:
There are a few approaches. What I would do is create a special page template…2 days ago
-
Posted a reply to Widget not showing up images, on the site WordPress.org Forums:
I tested your OP class on my site and it worked the reverse of what…2 days ago
-
Posted a reply to AltText not in HTML, on the site WordPress.org Forums:
Oh, the logo! The alt text still should be as you set it. It only…2 days ago
-
Posted a reply to Added to multisite – getting index page, on the site WordPress.org Forums:
I'm sorry, I don't understand what you are trying to do. New domain DNS configurations…2 days ago
-
Posted a reply to empty or fill a particular custom-post-type value, on the site WordPress.org Forums:
It depends on the queries being used. I don't know what those are. If a…2 days ago
-
Posted a reply to Calculating Timezone and DST offset, on the site WordPress.org Forums:
Even though you're using WP as your code base, your issue is with the Google…2 days ago
-
Posted a reply to How can I display page categories in widget?, on the site WordPress.org Forums:
You would need to alter the template used to display a portfolio item. When you…3 days ago
-
Posted a reply to Widget not showing up images, on the site WordPress.org Forums:
You have the check box logic backwards. Try $thumbnail = $instance['thumbnail'] ? false : true;…3 days ago
-
Posted a reply to Attachement Page not Working, on the site WordPress.org Forums:
Well, it could be your theme instead of a plugin. In any case, all of…3 days ago
-
Posted a reply to Critical Error on your site, on the site WordPress.org Forums:
Typically you would get an email disclosing the error, but emails frequently do not work…3 days ago
-
Posted a reply to YouTube videos won’t load anywhere on webpage on my computer, on the site WordPress.org Forums:
If it's working on other computers and only an issue on one machine, it's not…3 days ago
-
Posted a reply to AltText not in HTML, on the site WordPress.org Forums:
Which editor are you using? Block (Gutenberg), Classic, or something else? I cannot replicate your…3 days ago
-
Posted a reply to how to to redirect external links, on the site WordPress.org Forums:
I think your regexp is flawed. You can test it on sites like regexr.com. Placing…3 days ago
-
Posted a reply to Added to multisite – getting index page, on the site WordPress.org Forums:
That domain is meant to go to a multisite sub-site, correct? I think the problem…3 days ago
-
Posted a reply to empty or fill a particular custom-post-type value, on the site WordPress.org Forums:
Hello arsenalemusica - FYI, "CPT" in WordPress circles generally means "Custom Post Type". I'm pretty…3 days ago
-
Posted a reply to OEmbed, on the site WordPress.org Forums:
A functioning embed link does not mean the server is a valid oEmbed provider. I'm…3 days ago
-
Posted a reply to Calculating Timezone and DST offset, on the site WordPress.org Forums:
I agree this is not a WP question, but since I have a little experience…3 days ago
-
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…4 days 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…4 days 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…4 days 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…4 days 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…5 days 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…5 days ago
Contributor
-
Contact Form 7 email verification
Active Installs: 200+