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 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…2 hours 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…2 hours 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…2 hours 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…2 hours 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…3 hours 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…3 hours 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…3 hours 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,…3 hours 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…4 hours 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…4 hours 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…5 hours 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…5 hours 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…5 hours 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…6 hours 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,…6 hours 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.…6 hours 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.…1 day 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 day 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…1 day 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…1 day 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…1 day 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…1 day 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…1 day 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…1 day 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…1 day 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…1 day 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…1 day 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…1 day 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.…1 day 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…1 day 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…1 day 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…1 day 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…2 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…2 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…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:
What I suggested in the now closed duplicate topic, and what Joy suggests here, amounts…2 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…2 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() )…2 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…2 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…2 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…2 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 .= ' = '.…2 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…3 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…3 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 =…3 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"…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:
You shouldn't have coded taxonomy-service_cat.php to show one term at a time. Showing the one…3 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()…3 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…3 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…3 days ago
Contributor
-
Contact Form 7 email verification
Active Installs: 200+