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 Change postmeta from database, on the site WordPress.org Forums:
It's not as simple as altering a file. You should not alter any files anyway.…52 mins ago
-
Posted a reply to Showing repetitive elements in the above the line home page., on the site WordPress.org Forums:
It would take a little coding, but you could manually define a list of 7…1 hour ago
-
Posted a reply to Connection Information, on the site WordPress.org Forums:
It's not new, but it suddenly appearing indicates something has changed in your server's file…2 hours ago
-
Posted a reply to wordpress featured image not showing for password protected posts in feed, on the site WordPress.org Forums:
You are correct, featured images are not part of protected content. However, featured images are…2 hours ago
-
Posted a reply to Is it possible to customize the RSS feed to load full posts… until, on the site WordPress.org Forums:
No question here is a bother! You can override the default RSS2 feed, it's not…3 hours ago
-
Posted a reply to Double menu, on the site WordPress.org Forums:
You can display a menu by its name by calling something like wp_nav_menu(['menu'=>'english',]); from a…3 hours ago
-
Posted a reply to Show unpublished post as popup when title is clicked?, on the site WordPress.org Forums:
What if you were to publish such posts as usual, except they contain a noindex,nofollow…4 hours ago
-
Posted a reply to Error 404 Home Page – LiteSpeed, on the site WordPress.org Forums:
You likely have a "static" home page specified in settings. If the home page is…4 hours ago
-
Posted a reply to External LMS Api integration, on the site WordPress.org Forums:
The short answer is code belongs in its own custom plugin (not as hard to…4 hours ago
-
Posted a reply to Auto-increment plugin/function?, on the site WordPress.org Forums:
If a value is rigidly incremented at regular intervals, instead of maintaining a counter, you…4 hours ago
-
Posted a reply to multisite capabilities, on the site WordPress.org Forums:
I think you know this, but to be clear, there is no "superadmin" capability. The…5 hours ago
-
Posted a reply to How to fix this RSS message, on the site WordPress.org Forums:
Yeah, your feed is sending a "text/html" content type header, it should be "application/rss+xml" for…5 hours ago
-
Posted a reply to ドメインの移行について, on the site WordPress.org Forums:
Your topic did not translate with translate.google.com very well, I may have misunderstood your topic.…5 hours ago
-
Posted a reply to WordPress process pagination pages on CPT archive with -1 limit, on the site WordPress.org Forums:
Not enough difference to make a difference. Using the passed object's set() method should be…6 hours ago
-
Posted a reply to adding inline CSS to a php function that displays categories, on the site WordPress.org Forums:
Your "SETTORE COMMERCIALE" code needs to have a </a> closing tag added before the final…7 hours ago
-
Posted a reply to empty or fill a particular custom-post-type value, on the site WordPress.org Forums:
Sorry for all the questions and this taking so long. Thanks for your patience. Here's…7 hours ago
-
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…1 day 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…1 day 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…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:
What I suggested in the now closed duplicate topic, and what Joy suggests here, amounts…1 day 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…1 day 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() )…1 day 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…1 day 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…1 day 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…1 day 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 .= ' = '.…1 day 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…2 days 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…2 days 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 =…2 days 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"…2 days 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…2 days 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()…2 days 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…2 days 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…2 days 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…2 days 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…2 days 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…2 days 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…2 days 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…3 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…3 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…3 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…3 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…3 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…3 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…3 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…3 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…3 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…3 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…3 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…4 days ago
Contributor
-
Contact Form 7 email verification
Active Installs: 200+