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 Pagination Not Working on `WP_Query` Archive Page, on the site WordPress.org Forums:
Check out the examples of proper use of paginate_links() in the user notes at the…3 hours ago
-
Posted a reply to custom post type, on the site WordPress.org Forums:
Did you visit the permalinks setting screen after you added your code? This is necessary…3 hours ago
-
Posted a reply to Get JSON from mysql result, on the site WordPress.org Forums:
Anything PHP can do is possible in WP. Your question appears to be more about…3 hours ago
-
Posted a reply to _wp_attachment_image_alt not displaying any data, on the site WordPress.org Forums:
Try <img src="<?php echo $image[0]; ?>" alt="<?php echo $alt_text; ?>" />3 hours ago
-
Posted a reply to Two Walker menus, on the site WordPress.org Forums:
Add CSS rules to set each container's width as a fractional percentage of total width,…4 hours ago
-
Posted a reply to plugin and ajax, on the site WordPress.org Forums:
You're welcome. To include employeeList.php you'd need to employ output buffering as part of your…4 hours ago
-
Posted a reply to prevent fonts from loading, on the site WordPress.org Forums:
There is only one fontawesome request according to the browser's network developer tool. Regardless of…4 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:
What I suggested earlier were conceptual. I've not actually implemented anything, hence I've no example,…4 hours ago
-
Posted a reply to Shortcode with Instagram embedding, on the site WordPress.org Forums:
Try running the URL through wp_oembed_get() within your shortcode handler and return that returned HTML…1 day ago
-
Posted a reply to Google Search Console it says I have 5 errors, on the site WordPress.org Forums:
They are still showing up in the sitemaps generated by All in One SEO plugin.…1 day ago
-
Posted a reply to Fatal Error, on the site WordPress.org Forums:
You need to disable that plugin by renaming its folder so WP cannot find it…1 day ago
-
Posted a reply to Menu for Blog goes to wrong page on mobile, on the site WordPress.org Forums:
Works correctly for me (Android). Have you resolved this on your own? If so, when…1 day ago
-
Posted a reply to Two Walker menus, on the site WordPress.org Forums:
You would greatly improve your chances of getting some help if you put up a…1 day ago
-
Posted a reply to Upload prefilter modal popup, on the site WordPress.org Forums:
I can tell you that you cannot invoke a modal from a PHP action. It's…1 day ago
-
Posted a reply to plugin and ajax, on the site WordPress.org Forums:
You can pass 'toto' as the shortcode callback, however, it will likely need modification because…1 day ago
-
Posted a reply to Page with HTML tag, on the site WordPress.org Forums:
Your test page goes 404, so I cannot verify. Check you browser console for JavaScript…1 day ago
-
Posted a reply to prevent fonts from loading, on the site WordPress.org Forums:
The requests to gstatic.com are all variants of Fredoka AFAICT. Regular, bold, italic, bold italic,…1 day ago
-
Posted a reply to Passing User information to forms…, on the site WordPress.org Forums:
Thanks for coming back and posting the solution you figured out. FWIW, you could instead…1 day ago
-
Posted a reply to Add options to theme-customizer in child-theme, on the site WordPress.org Forums:
Distributing a child theme to others that is dependent on a commercial theme reduces the…1 day ago
-
Posted a reply to icons showing like squares, on the site WordPress.org Forums:
Sorry, I'm unaware of any. The nature of quality plugin development is at odds with…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:
With WP_Query you use the "meta_query" argument to get posts by complex meta data criteria.…1 day ago
-
Posted a reply to WordPress process pagination pages on CPT archive with -1 limit, on the site WordPress.org Forums:
You're welcome. It may have been caching confusing the result of any change. It's always…1 day ago
-
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…2 days 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…2 days 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…2 days 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…2 days 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…2 days 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…2 days 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…2 days 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…3 days 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…3 days 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…3 days 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…3 days 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 days 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 days 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 days 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 days 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…3 days 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…3 days 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…3 days 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…3 days 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…3 days 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…3 days 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,…3 days 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.…3 days 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.…4 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…4 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…4 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…4 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…4 days ago
Contributor
-
Contact Form 7 email verification
Active Installs: 200+