bcworkz
@bcworkz on WordPress.org and Slack
- Member Since: November 2nd, 2011
Contribution History
bcworkz’s badges:- Core Contributor
- Meta Contributor
- Plugin Developer
- Support Contributor
- Support Team
-
Posted a reply to Displaying Custom Post or Post Categories using ‘If’ Statement, on the site WordPress.org Forums:
Remember that when one follows a link, it constitutes a brand new request. Very little…6 hours ago
-
Posted a reply to Can site B automatically display site A’s posts with category/tag B?, on the site WordPress.org Forums:
Any site can use the REST API of another WP site to fetch content from…6 hours ago
-
Posted a reply to How to make my custom registration and login page, on the site WordPress.org Forums:
Most people are better off altering the default login page through filter and action hooks,…6 hours ago
-
Posted a reply to WP_QUERY orderby not working with posts, on the site WordPress.org Forums:
'post' post_type and descending date order are default criteria. Just these query args should get…7 hours ago
-
Posted a reply to Session cookies are not getting set when logging in a user from plugin, on the site WordPress.org Forums:
It depends on in what context your code is executed. Usually failure to set cookies…7 hours ago
-
Posted a reply to Delete unused capabilities left over from old plugin, on the site WordPress.org Forums:
It's possible for capabilities to be assigned to individual users instead of roles. If this…7 hours ago
-
Posted a reply to WP Admin bar – Adding notification counter bubble, on the site WordPress.org Forums:
Hey @unfinishedcode, when you post code in these forums, please demarcate with backticks or use…7 hours ago
-
Posted a reply to wp cron, admin and updates, on the site WordPress.org Forums:
Sorry, titles sometimes go in one "ear" and out the other. I'm not sure about…7 hours ago
-
Posted a reply to The requested URL was not found on this server, on the site WordPress.org Forums:
Something wrong with the folder? In what way? All it does is have certain permissions.…17 hours ago
-
Posted a reply to wp cron, admin and updates, on the site WordPress.org Forums:
I assume you are speaking of wp-cron and not server level cron jobs. wp-cron cannot…1 day ago
-
Posted a reply to Shortcode on every URL with subdirectory, on the site WordPress.org Forums:
It's possible with add_rewrite_rule(). Create a regexp that matches URLs like example.com/events/test-event/ and rewrites them…1 day ago
-
Posted a reply to Truncated URLs and weird redirects in Google Webmasters, on the site WordPress.org Forums:
Plugin support says they do not support redirects, but that does not mean a problem…1 day ago
-
Posted a reply to I am unable to display my new widget area, on the site WordPress.org Forums:
You can add Sundar's code anywhere you want the widget area to appear, it does…1 day ago
-
Posted a reply to Rest api error on calling taxonomy, on the site WordPress.org Forums:
WP is becoming more and more dependent upon the API. For your taxonomy to be…1 day ago
-
Posted a reply to Two Logos on WP Header, on the site WordPress.org Forums:
Sundar, the OP wants a second logo, not to move the existing one. I've seen…1 day ago
-
Posted a reply to Unsure when to use esc_url, on the site WordPress.org Forums:
What you have is fine, see https://developer.wordpress.org/reference/functions/esc_url/#more-information for more information.1 day ago
-
Posted a reply to Customizing Pages view in Admin Dashboard, on the site WordPress.org Forums:
You can customize the WP_List table class used to display various objects in the admin…2 days ago
-
Posted a reply to Facebook for WooCommerce not work, on the site WordPress.org Forums:
Hi giannis2323, if you've intentionally marked this topic as "Resolved", then please disregard. I'm glad…2 days ago
-
Posted a reply to avoid a file to be generated, on the site WordPress.org Forums:
Creation of a file by whom or by what? By what means? PHP, as is…2 days ago
-
Posted a reply to do not appear webp, on the site WordPress.org Forums:
If the plugin is not working as expected, I recommend you seek help through their…2 days ago
-
Posted a reply to style are loaded, but script don’t, on the site WordPress.org Forums:
You registered as "boostrap" (no first 't'), but enqueued as "bootstrap". It's probably not a…2 days ago
-
Posted a reply to Letter case concern in submenu, on the site WordPress.org Forums:
The font family style is being overridden by other rules. The governing rule is in…2 days ago
-
Posted a reply to The requested URL was not found on this server, on the site WordPress.org Forums:
I'm out of ideas for addressing the current installation, so re-installation is worth a try.…2 days ago
-
Posted a reply to Auth Cookie Expiration, on the site WordPress.org Forums:
Earlier I said setting the auth cookie will override the earlier cookie. On second thought,…2 days ago
-
Posted a reply to Reset multisite ID’s, on the site WordPress.org Forums:
Sorry I missed your earlier reply, it's been a hectic few days IRL. There was…2 days ago
-
Posted a reply to Help with SSO like functionality (PoC), on the site WordPress.org Forums:
So the primary issue is certain back end links (edit profile and add page) lead…3 days ago
-
Posted a reply to Affiliate product image (from code) not showing in preview mode, on the site WordPress.org Forums:
Since we don't know how the affiliate code works, nor can we access preview mode…3 days ago
-
Posted a reply to Restrict Category When Post, on the site WordPress.org Forums:
Use the 'wp_terms_checklist_args' filter to add the "exclude" arg, passing an array of category term…3 days ago
-
Posted a reply to Update_Post_Meta Isn’t Working On Functions.php, on the site WordPress.org Forums:
All the shortcode does is display an URL, the button would be accomplished through other…3 days ago
-
Posted a reply to Creating a second Shop page in Woocommerce, on the site WordPress.org Forums:
Normally all users can see any products in any category, but that behavior can be…3 days ago
-
Posted a reply to Add logo to menu, on the site WordPress.org Forums:
Do you mean the mobile menu should have a logo at the top? The mobile…3 days ago
-
Posted a reply to Hide page until loaded, on the site WordPress.org Forums:
Yeah, avoid iframes if you can, not to mention serving content that ends up being…3 days ago
-
Posted a reply to Help stop titles / slugs with special characters from being queried, on the site WordPress.org Forums:
Maybe do something with the "request" filter? Your callback is passed all the query vars…3 days ago
-
Posted a reply to The requested URL was not found on this server, on the site WordPress.org Forums:
Yes it is very peculiar! I think the error message you quoted is from the…3 days ago
-
Posted a reply to Auth Cookie Expiration, on the site WordPress.org Forums:
Um, no, turns out that's not even a function (it's an action hook). Sorry, my…3 days ago
-
Posted a reply to Creating Sub-Page Using “Members”, on the site WordPress.org Forums:
How is the query for supporter posts being made? The query is apparently failing to…3 days ago
-
Posted a reply to Move Widget Up and Clickable Title, on the site WordPress.org Forums:
Add page-id-97 in front of the CSS selector that applies the background image rules. The…3 days ago
-
Posted a reply to Retrieving data from a “Restful API”, on the site WordPress.org Forums:
I'm sorry, but I doubt I can explain in simple enough terms, but since no…3 days ago
-
Posted a reply to Is it possible to query loop that reflect differently to different screen sizes?, on the site WordPress.org Forums:
Hiya shaibustephen, The problem is the posts are generated server side. The server doesn't have…3 days ago
-
Posted a reply to Can I use a plugin to change HTML label?, on the site WordPress.org Forums:
Depending on how the plugin loads template files in the theme, you might be able…3 days ago
-
Posted a reply to Specific Email PlugIn needed, on the site WordPress.org Forums:
I'm pretty sure WooCommerce emails are filterable with custom coding, so such code could send…3 days ago
-
Posted a reply to Custom rewrite rules stopped working after updating WP 5.5, on the site WordPress.org Forums:
The page name parameter should be pagename=propositions. You do not need both page_id and pagename…3 days ago
-
Posted a reply to how do i slip loop into group, on the site WordPress.org Forums:
Sorry for the delay, real life got in the way :) No worries about the…3 days ago
-
Posted a reply to Custom HTML/CSS not being rendered, on the site WordPress.org Forums:
Yeah, extra elements are added by the editor. It likes to place extra <p> tags…5 days ago
-
Posted a reply to Fatal error WP_Query, on the site WordPress.org Forums:
Not quite. Assuming you've selected "static" home page in WP settings and chose a page…5 days ago
-
Posted a reply to WordPress site is too close to the screen, on the site WordPress.org Forums:
I'm sorry, I still don't understand what your goal is here. Both your site and…5 days ago
-
Posted a reply to The requested URL was not found on this server, on the site WordPress.org Forums:
Everything appears to be up to date, which is sometimes an issue. wp-config.php is correct.…5 days ago
-
Posted a reply to developing an advanced data search function, on the site WordPress.org Forums:
Not specifically a single tutorial that walks you through a task, but I can give…6 days ago
-
Posted a reply to The footer gets shaky/bouncy when the page is scrolled down, on the site WordPress.org Forums:
As mentioned in your other topic, no one can access any pages to investigate further.…7 days ago
-
Posted a reply to scroll to top doesn’t work when a template is set in page attributes in wordpre, on the site WordPress.org Forums:
Because your site requires login, no one here can investigate further to help you. As…7 days ago
Contributor
-
Contact Form 7 email verification
Active Installs: 200+