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 empty or fill a particular custom-post-type value, on the site WordPress.org Forums:
Thanks for the added details and the plugin suggestion. Too bad that plugin does not…3 hours ago
-
Posted a reply to Add options to theme-customizer in child-theme, on the site WordPress.org Forums:
I agree with Joy that some logic on the template file to conditionally do something…4 hours ago
-
Posted a reply to Tabs with phots, on the site WordPress.org Forums:
If you are using a plugin to generate tabs, it may not be possible to…5 hours ago
-
Posted a reply to icons showing like squares, on the site WordPress.org Forums:
Ah! There it is right in front of me, thanks for the hint :) I…6 hours ago
-
Posted a reply to WP Writing Automation, on the site WordPress.org Forums:
You can automatically add the posts title to page content as it is output by…6 hours ago
-
Posted a reply to Change postmeta from database, on the site WordPress.org Forums:
One possibility that comes to mind would be to utilize one WP installation to serve…6 hours ago
-
Posted a reply to WordPress process pagination pages on CPT archive with -1 limit, on the site WordPress.org Forums:
If main query check is not working the queries are probably all custom queries on…7 hours ago
-
Posted a reply to Targeting a specific admin url, on the site WordPress.org Forums:
It depends on what hook you are using to do something. In some cases the…1 day ago
-
Posted a reply to Plugin for only admin to see errors on front?, on the site WordPress.org Forums:
@functionmunchkin - please do not cross post the same topic in multiple forums. I'm removing…1 day ago
-
Posted a reply to Hide front end error messages that reveal paths to users, on the site WordPress.org Forums:
Error messages are from PHP itself and WP is not really involved. By the time…1 day ago
-
Posted a reply to Remove of page number in shop page, on the site WordPress.org Forums:
I'm assuming there are other means to navigate to other pages, that you just want…1 day ago
-
Posted a reply to Tabs with phots, on the site WordPress.org Forums:
You want an image to appear where site icons appear on browser tabs? Open the…1 day ago
-
Posted a reply to icons showing like squares, on the site WordPress.org Forums:
I don't see any squares where icons should be on the linked page. TBH I…1 day ago
-
Posted a reply to Adding the option “more” to a drop down menu, on the site WordPress.org Forums:
If I understand your question correctly, you don't need a plugin. You can change the…1 day ago
-
Posted a reply to How do you get Posts by multiple meta_keys and meta_values with the Rest API V2?, on the site WordPress.org Forums:
I don't think you can with the default posts route/endpoint. Looking at WP_REST_Posts_Controller::get_items() source code,…1 day ago
-
Posted a reply to Category Specifc Meta, on the site WordPress.org Forums:
Recent Posts filter? Do you mean widget? It depends on how each widget queries for…1 day ago
-
Posted a reply to Responsive problem on home page website., on the site WordPress.org Forums:
Try adding this rule to the Additional CSS panel of the customizer: @media (min-width:768px) and…1 day ago
-
Posted a reply to WP Writing Automation, on the site WordPress.org Forums:
Why repeat the title in content? (Redundant data is a pet peeve of mine) If…1 day ago
-
Posted a reply to How to load Javascript translation through Ajax request, on the site WordPress.org Forums:
The translation scheme in WP using text domains doesn't translate post content, it only translates…1 day ago
-
Posted a reply to Google Analytics Local Data, on the site WordPress.org Forums:
You apparently had ga() script on your site while developing, which got logged as events…1 day ago
-
Posted a reply to Change postmeta from database, on the site WordPress.org Forums:
I don't know what you mean by same content but with independent SEO. It doesn't…1 day ago
-
Posted a reply to adding inline CSS to a php function that displays categories, on the site WordPress.org Forums:
I think the rtrim() is stripping it off the terminal </a> from the full list,…1 day ago
-
Posted a reply to empty or fill a particular custom-post-type value, on the site WordPress.org Forums:
It's better to not have the field at all :) It needlessly takes up space.…1 day ago
-
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.…2 days 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…2 days 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 days 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 days 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…2 days 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…2 days 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…2 days 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…2 days 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…2 days 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…2 days 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…2 days 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…2 days 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.…2 days 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…2 days 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…2 days 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…2 days 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…3 days 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…3 days 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 days 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…3 days 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…3 days 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() )…3 days 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…3 days 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…3 days 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…3 days 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 .= ' = '.…3 days 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…4 days ago
Contributor
-
Contact Form 7 email verification
Active Installs: 200+