bcworkz
@bcworkz on WordPress.org and Slack
Bio
WordPress Origin Story
Contributions
- Member Since: November 2nd, 2011
- GitHub: bcworkz-wp
Contribution History
bcworkz’s badges:- Core Contributor
- Documentation Contributor
- Meta Contributor
- Plugin Developer
- Support Contributor
- Support Team
-
Posted a reply to How to Edit a Blank page template, on the site WordPress.org Forums:
If you want a query loop for a specific brand, it belongs in page content,… -
Posted a reply to Custom CSS for carousell-like slider, on the site WordPress.org Forums:
Sorry, I'm not familiar with carousel plugins. I usually go with Flexslider 2 by WooThemes.… -
Posted a reply to Updating from WordPress 4.9.26 to 6.8 ?, on the site WordPress.org Forums:
You should be able to update all in one go. Many people choose to do… -
Posted a reply to How to Edit a Blank page template, on the site WordPress.org Forums:
You should be able to create and assign custom templates to any page. When you… -
Posted a reply to Custom CSS for carousell-like slider, on the site WordPress.org Forums:
AFAIK it's not possible to build a carousel that supports mobile touch/swipe user interactions with… -
Posted a reply to Keywords with layerslider, on the site WordPress.org Forums:
If all the content appears in the page's source HTML, search bots will scan it… -
Posted a reply to 20 Second page load delays with 6.8, on the site WordPress.org Forums:
FWIW, WP is not involved with the server's handling of specific files that actually reside… -
Posted a reply to Importing single site into Multisite, on the site WordPress.org Forums:
The simplest way is to migrate a single site installation, then afterwards covert the installation… -
Posted a reply to Adding a new field in database upon plugin update, on the site WordPress.org Forums:
Are you referring to the core /wp-admin/install.php file? That only executes when WP is first… -
Posted a reply to HTML-tags (like links) visible in excerpt, on the site WordPress.org Forums:
:-( I do not have the PSaC plugin so I cannot fully test, but I… -
Posted a reply to Where’s the query..?, on the site WordPress.org Forums:
In general, post queries still all utilize WP_Query::get_posts() one way or another. Thus you can… -
Posted a reply to Change loading spin text, on the site WordPress.org Forums:
This is the file in question: /wp-content/themes/hermes 2.1.2/images/loading.gif There is no reasonable way to alter… -
Posted a reply to Hiding menu navigation buttons, on the site WordPress.org Forums:
I wouldn't discount a CSS solution so readily. Yes, you mustn't edit CSS files from… -
Posted a reply to HTML-tags (like links) visible in excerpt, on the site WordPress.org Forums:
Yes, your theme's functions.php file would be perfect for this. Underscore_S based themes do not… -
Posted a reply to Change loading spin text, on the site WordPress.org Forums:
Hi marseem, The loading text is part of a GIF image. The only way to… -
Posted a reply to Hiding menu navigation buttons, on the site WordPress.org Forums:
Once you find that your callback executes, there will still be additional difficulty. Which buttons… -
Posted a reply to HTML-tags (like links) visible in excerpt, on the site WordPress.org Forums:
If you specified a large number of max. words to get full content, isn't the… -
Posted a reply to HTML-tags (like links) visible in excerpt, on the site WordPress.org Forums:
psac_get_post_exerpt() is not a core WP function, so I don't know what it really does,… -
Posted a reply to HTML-tags (like links) visible in excerpt, on the site WordPress.org Forums:
Well, whatever code is used to output post content where you want links to persist… -
Posted a reply to Tags on Custom Post Types doesnt open on Archive page in FSE Gutenberg, on the site WordPress.org Forums:
IME, custom post type (CPT) support with built-in taxonomies has often been erratic, even in… -
Posted a reply to HTML-tags (like links) visible in excerpt, on the site WordPress.org Forums:
I use the classic editor plugin. It can be configured so we can switch between… -
Posted a reply to slow my SQL query, on the site WordPress.org Forums:
People may do as they wish on their own sites, I've no objection. It'd be… -
Posted a reply to WordPress Forum Account dashboard menu flickering, on the site WordPress.org Forums:
Thanks for reporting, but the behavior is related more to your browser more than to… -
Posted a reply to HTML-tags (like links) visible in excerpt, on the site WordPress.org Forums:
WP needs to strip out HTML tags in auto-excerpts so that it can more accurately… -
Posted a reply to How to filter by custom post type on Gutenberg Latest Posts block, on the site WordPress.org Forums:
There is a solution available to those willing to implement some custom PHP code. Block… -
Posted a reply to slow my SQL query, on the site WordPress.org Forums:
WP needs to know how many total rows can be found despite the query being… -
Posted a reply to slow my SQL query, on the site WordPress.org Forums:
That looks like it's mainly a normal default search query, but it does have some… -
Posted a reply to Editing problems with customizer, on the site WordPress.org Forums:
Ah! Thanks for explaining. If it's an old theme, it's probably not using any cutting… -
Posted a reply to WordPress Default Media Image Sizes, on the site WordPress.org Forums:
@ljosh -- thanks for contributing! FYI, any time you post code in these forums, you… -
Posted a reply to Editing problems with customizer, on the site WordPress.org Forums:
Any idea what this modernizer script is supposed to do? If all is working well… -
Posted a reply to 24h time in backend, on the site WordPress.org Forums:
Back end times appear to be based upon your site's chosen language/locale. This is at… -
Posted a reply to Twitter links no longer embedding, on the site WordPress.org Forums:
Twitter oEmbed (the auto conversion of links to HTML content) works OK on my site.… -
Posted a reply to Editing problems with customizer, on the site WordPress.org Forums:
Ugh, annoying to say the least! I can confidently declare that it's not a global… -
Posted a reply to I can not reset user’s password then login successfully., on the site WordPress.org Forums:
It can happen that you get redirected to the login screen as if the login… -
Posted a reply to Authenticating using a seperate rest server, on the site WordPress.org Forums:
The "authenticate" filter is for conventional WP logins, what the API refers to as "cookie… -
Posted a reply to How to add new menu item to menu, on the site WordPress.org Forums:
When you're in the block editor for a nav menu, click on the item you… -
Posted a reply to Customized product, on the site WordPress.org Forums:
Any such plugin would need to be compatible with whichever generic e-commerce plugin you use.… -
Posted a reply to Move attachments serialized data to it’s own table, on the site WordPress.org Forums:
It's far less likely to happen if no Trac ticket exists for it. Assuming the… -
Posted a reply to PHP Fatal error: Uncaught Error: Class ‘WP_Widget_Media’ not found, on the site WordPress.org Forums:
API failure could be the result of fatal PHP errors, but AFAIK loopback failure does… -
Posted a reply to downloads.wordpress.org timeouts, on the site WordPress.org Forums:
There is no blacklisting. Responsibility for the proper functioning of everything at wordpress.org lies with… -
Posted a reply to Les pages s’affichent mal ou pas du tout, on the site WordPress.org Forums:
Incorrect appearance in the editor is due to an issue with your theme. It has… -
Posted a reply to Taxonomy with double classification, on the site WordPress.org Forums:
By default, taxonomy terms do not directly relate to one another. The only way terms… -
Posted a reply to Your site could not complete a loopback request, on the site WordPress.org Forums:
There is likely a way, but I think it'll be more complex than just adding… -
Posted a reply to Taxonomy with double classification, on the site WordPress.org Forums:
You can assign multiple taxonomy terms to posts, and you can define complex term criteria… -
Posted a reply to New Pages – Doesn’t appear, on the site WordPress.org Forums:
I suspect the variations you've added aren't working correctly. ... Additionally, after doing so, does… -
Posted a reply to Google Analytics “Site Not Found”, on the site WordPress.org Forums:
Localhost sites are usually fire walled to prevent outside public access. Have you modified your… -
Posted a reply to Pagination issues, on the site WordPress.org Forums:
Do these roy1/2023-05-?????_html query strings or suffixes do anything legitimate anywhere on your site? Or… -
Posted a reply to Sidebar does not display the same content in different languages, on the site WordPress.org Forums:
Not only are TAGS missing, none of the headings are properly translated. The usual reason… -
Posted a reply to PHP Fatal error: Uncaught Error: Class ‘WP_Widget_Media’ not found, on the site WordPress.org Forums:
Do these errors occur with a particular HTTPS request? Or do they occur with any… -
Posted a reply to Trying to edit nav menu [Help], on the site WordPress.org Forums:
The reasons for menu edits to fail to appear on the front end vary wildly.…
Contributor
-
Contact Form 7 email verification
Active Installs: 100+