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
- Plugin Developer Plugin Developer
- Support Contributor Support Contributor
- Support Team Support Team
-
Posted a reply to Multiple post drafts, on the site WordPress.org Forums:
Different drafts of the same post or of different posts? It's not good practice to…15 hours ago
-
Posted a reply to my featured image is appearing very weird from usual, on the site WordPress.org Forums:
"Weird" in that the aspect ratio is wrong (image squashed or stretched), right? Your theme's…15 hours ago
-
Posted a reply to Should I load js according to page ID or concatenate all js into one file, on the site WordPress.org Forums:
Do both :) It's always good to only load script where it's needed. Whether that…16 hours ago
-
Posted a reply to Improper Sitelink Meta Description Display, on the site WordPress.org Forums:
What is shown by Google occurs at the very top of the page, right below…16 hours ago
-
Posted a reply to Profile Error: The email address isn’t correct., on the site WordPress.org Forums:
Assuming the email you entered is indeed correct, there's likely a plugin or theme conflict.…17 hours ago
-
Posted a reply to live site subpage apache issue, on the site WordPress.org Forums:
That error comes from the server itself, not WordPress. This means WordPress is not even…17 hours ago
-
Posted a reply to How to solve pixel issue “pixel has not activate”, on the site WordPress.org Forums:
Which plugin is responsible for adding the pixel code? I recommend asking in the dedicated…17 hours ago
-
Posted a reply to RSS Enclosures for MP3s, on the site WordPress.org Forums:
It appears you've solved this issue since I'm seeing MP3 enclosures in your feed. When…18 hours ago
-
Posted a reply to How do I display the taxonomy term alongside the post type post title?, on the site WordPress.org Forums:
By "qualify" I mean restrict the results of the query to items assigned a particular…18 hours ago
-
Posted a reply to Add custom post types to Dashboard Activity widget, on the site WordPress.org Forums:
If you want to alter the query args used in wp_dashboard_recent_posts(), use the 'dashboard_recent_posts_query_args' filter…2 days ago
-
Posted a reply to Random Posts on Homepage, on the site WordPress.org Forums:
We can confirm the code you offered is correct for typical WP themes. When your…2 days ago
-
Posted a reply to Difficult time with add_editor_style, on the site WordPress.org Forums:
@import use in the WP environment has been discouraged for a long time. I'm unaware…2 days ago
-
Posted a reply to restrict editors to access themes, customize, widgets, on the site WordPress.org Forums:
You could use a roles and capabilities plugin like "Members". Changes are persistent so you…2 days ago
-
Posted a reply to Custom Contact Form: $wpdb->insert running twice?, on the site WordPress.org Forums:
It's not the shortcode API itself AFAIK, rather when "the_content" filter is applied, which in…2 days ago
-
Posted a reply to ignore duplicate entries upon phpmyadmin import, on the site WordPress.org Forums:
Yeah, it takes some experience before a lot of WP starts making sense. Don't worry,…2 days ago
-
Posted a reply to How do I display the taxonomy term alongside the post type post title?, on the site WordPress.org Forums:
"OP" = "original post", forum jargon, but sometimes means "original poster" in other contexts. Sorry…2 days ago
-
Posted a reply to Page Speed – Load the others only after the core elements are loaded, on the site WordPress.org Forums:
The initial request time is largely dependent on your host. Short of getting a more…3 days ago
-
Posted a reply to 2 colors in post title through ACF, on the site WordPress.org Forums:
You can put certain HTML in post titles and the tags should be handled as…3 days ago
-
Posted a reply to Bluetooth Web and WordPress for Arduino control, on the site WordPress.org Forums:
It's not clear what sort of architecture you envision. If your hand built HTML page…3 days ago
-
Posted a reply to Find and print first li tag entry from WordPress post in custom excerpt?, on the site WordPress.org Forums:
If your current code extracts first paragraphs, it ought to extract first lists just as…3 days ago
-
Posted a reply to Custom Contact Form: $wpdb->insert running twice?, on the site WordPress.org Forums:
The ob_*() (output buffer) functions capture output from echo statements so the related function can…3 days ago
-
Posted a reply to How do I display the taxonomy term alongside the post type post title?, on the site WordPress.org Forums:
[myprefix_custom_grid term="????"] fetches "items" post types in category ????. It's in your OP code, that…3 days ago
-
Posted a reply to Can’t select database”, on the site WordPress.org Forums:
WAMP may have connected to the MySQL server using a non-standard port because the default…4 days ago
-
Posted a reply to Allow Comments not working, on the site WordPress.org Forums:
Comments are not normally part of page functionality. It is enabled by themes or plugins.…4 days ago
-
Posted a reply to API Use, on the site WordPress.org Forums:
WordPress is PHP based and is extended by creating plugins which are also written in…4 days ago
-
Posted a reply to Critical Site Health Issue after WordPress Migration, on the site WordPress.org Forums:
Sorry to hear of your trouble. Another member recently posted a very similar topic. You…4 days ago
-
Posted a reply to Search (verify) data from MySQL, on the site WordPress.org Forums:
There is no $wpdb->bank property defined. Just use your actual table name instead. The results…4 days ago
-
Posted a reply to Custom Contact Form: $wpdb->insert running twice?, on the site WordPress.org Forums:
wpdb::insert() wouldn't attempt to do a double insertion in one call, but it's conceivable your…4 days ago
-
Posted a reply to A plugin has prevented updates by disabling wp_version_check(), on the site WordPress.org Forums:
Yeah, /wp-json/wp/v2/ requests are still external requests even though the server is calling itself. You…4 days ago
-
Posted a reply to Expiresbytype – same lines, different results, on the site WordPress.org Forums:
In the network tab, click on an image file request. All headers involved in the…4 days ago
-
Posted a reply to How do I display the taxonomy term alongside the post type post title?, on the site WordPress.org Forums:
The shortcode handler is the myprefix_custom_grid_shortcode() function. If the current items post has itemscategories terms…4 days ago
-
Posted a reply to JS not running on phones, on the site WordPress.org Forums:
This probably is not helping things any: ReferenceError: get_supported_countries is not defined - deals:111:35 from…5 days ago
-
Posted a reply to A plugin has prevented updates by disabling wp_version_check(), on the site WordPress.org Forums:
AFAIK, that message is a bit of a "red herring" (misleading). More accurate would be…5 days ago
-
Posted a reply to Rendering a file downloaded from wp-content, on the site WordPress.org Forums:
I'm doubtful there is such a plugin because it creates a significant security risk to…5 days ago
-
Posted a reply to Blog Posts Don’t Appear on Designated Pages, on the site WordPress.org Forums:
The template seems to have posts to display since it's outputting typical post HTML, however…5 days ago
-
Posted a reply to LocalHost Migration Not Connecting, on the site WordPress.org Forums:
The reply I posted for a similar problem might help you as well. See https://wordpress.org/support/topic/no-database-selected-3/#post-127281485 days ago
-
Posted a reply to localhost install with XAMPP error, on the site WordPress.org Forums:
The error log is important for coding if the site is not configured to display…5 days ago
-
Posted a reply to Left aligned title with right aligned date detail text?, on the site WordPress.org Forums:
A table block in the editor ends up being an HTML table in the post,…5 days ago
-
Posted a reply to How do I display the taxonomy term alongside the post type post title?, on the site WordPress.org Forums:
If get_the_title() prior to our sc_get_related() call is working correctly, and it's within the while…5 days ago
-
Posted a reply to Drop down menu icon square, on the site WordPress.org Forums:
Apparently the character codes for the chevron glyphs in the Astra font no longer exist.…5 days ago
-
Posted a reply to localhost install with XAMPP error, on the site WordPress.org Forums:
It might not be too difficult to fix. You need more specific information beyond it…5 days ago
-
Posted a reply to Errors on fresh install using www.hosts.cx file, on the site WordPress.org Forums:
Without knowing how your host routes temp domain requests, the issues you've encountered are not…5 days ago
-
Posted a reply to How to insert Google Ads function call in hyperlinks of page, on the site WordPress.org Forums:
Exactly what error do you get when clicking the link with an onclick function call?…5 days ago
-
Posted a reply to No Database Selected, on the site WordPress.org Forums:
What have you specified for DB_HOST in wp-config.php? Most generally use "localhost" but the default…5 days ago
-
Posted a reply to Expiresbytype – same lines, different results, on the site WordPress.org Forums:
There are no Expires: headers sent for image files on the problem site, whereas the…5 days ago
-
Posted a reply to ignore duplicate entries upon phpmyadmin import, on the site WordPress.org Forums:
Your concern is well founded. Exporting, then importing a while later on an active production…5 days ago
-
Posted a reply to Create Progression for members with lock and unlocked level, on the site WordPress.org Forums:
You appear to be describing a Learning Management System (LMS). Take a closer look at…5 days ago
-
Posted a reply to Can’t access subfolders because of WordPress, on the site WordPress.org Forums:
There is apparently something amiss with your .htaccess rules. The rule RewriteCond %{REQUEST_FILENAME} !-d in…5 days ago
-
Posted a reply to Custom Post Type permalinks that use custom taxonomies, on the site WordPress.org Forums:
I suggest examining the query object's request property, which is the SQL used for the…6 days ago
-
Posted a reply to wp api with custom post type and taxonomy, on the site WordPress.org Forums:
I'm a bit surprised what you have works to any degree because you've localized an…6 days ago
Contributor
-
Contact Form 7 email verification
Active Installs: 200+