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 Category Image Index, on the site WordPress.org Forums:
There are a lot of false positives in this search but some look promising: https://wordpress.org/plugins/search/taxonomy+term+thumbnail+image/…4 hours ago
-
Posted a reply to Close DropDown Menu Outside Click, on the site WordPress.org Forums:
I'm not sure how slicknav opens a mobile menu to begin with. It's likely by…4 hours ago
-
Posted a reply to Trying to learn about filtering custom fields, on the site WordPress.org Forums:
Adding to what Howdy_McGee already said, you probably need to order by 'meta_value_num' instead of…4 hours ago
-
Posted a reply to Images URLs appear in search results, on the site WordPress.org Forums:
You use All in One SEO plugin's sitemap feature. Go into its settings and exclude…4 hours ago
-
Posted a reply to How to pass a php variable to an WordPress AJAX call?, on the site WordPress.org Forums:
garethgillman's solution will work fine of course, but FWIW it's not recommended practice in coding…5 hours ago
-
Posted a reply to changing wp multisite url issue, on the site WordPress.org Forums:
If you are mapping your domains to WP multisite sub-directories still (not switched to sub-domain…6 hours ago
-
Posted a reply to How to submit a form, on the site WordPress.org Forums:
An empty action value will submit to the same page: action="". "PHP_SELF" gives you the…1 day ago
-
Posted a reply to How to add #anchor at the end of the WordPress URL, on the site WordPress.org Forums:
Appending to the permalink like that is fine. The problem is $postID is out of…1 day ago
-
Posted a reply to weird characters on the menu, on the site WordPress.org Forums:
Yeah, there should not be any issues if everything is UTF-8. Even when the DB…1 day ago
-
Posted a reply to Header Social links in new window, on the site WordPress.org Forums:
You're welcome. Link opening in a new tab/window or not is indeed a pretty silly…1 day ago
-
Posted a reply to Problem with URLs, on the site WordPress.org Forums:
If you have trouble with Greek characters appearing in URLs and you wish to ensure…1 day ago
-
Posted a reply to How can I add a feature picture to the webpage link?, on the site WordPress.org Forums:
Here's an example OpenGraph image reference which goes in the page's <head> section: <meta property="og:image"…1 day ago
-
Posted a reply to WP_Query wildcard in term name, on the site WordPress.org Forums:
WP_Query searches posts. For tag or category search you need WP_Term_Query. Searching with either of…2 days ago
-
Posted a reply to weird characters on the menu, on the site WordPress.org Forums:
The charset used by the DB is a lot more complicated than changing wp-config.php. In…2 days ago
-
Posted a reply to Header Social links in new window, on the site WordPress.org Forums:
You didn't try $html .= '<a href="' . esc_url($item['url']) . '" target="_blank"><i class="' . esc_attr($icon)…2 days ago
-
Posted a reply to Beiträge nicht komplett deutsch, on the site WordPress.org Forums:
It looks like an issue with your theme. Try switching to a twenty* default theme…2 days ago
-
Posted a reply to Не могу победить редирект…памагите!, on the site WordPress.org Forums:
@alexr2d2 - please do not offer financial incentives in these forums. Doing so violates our…2 days ago
-
Posted a reply to Correct permissions on Xampp, on the site WordPress.org Forums:
It's not user privileges that are your problem, it's the file permissions. Typically on servers…2 days ago
-
Posted a reply to Paycom Widget – Make Wider & Responsive, on the site WordPress.org Forums:
You'll have trouble with responsiveness if you style the container with style= attributes. You should…2 days ago
-
Posted a reply to External APIs, on the site WordPress.org Forums:
The default widgets do not use external APIs. There's no reason someone could not create…2 days ago
-
Posted a reply to Header problem and 406 error, on the site WordPress.org Forums:
The "header" in WP for which header.php relates is a different header than the one…2 days ago
-
Posted a reply to changing wp multisite url issue, on the site WordPress.org Forums:
Be sure you correctly altered .htaccess when you converted to domain based network. The version…2 days ago
-
Posted a reply to Quick edit & Custom Columns, on the site WordPress.org Forums:
Do you mean manage_{post_type}_posts_custom_columns filter? How are you getting to quick edit? When I remove…2 days ago
-
Posted a reply to Need theme with landing page that is only a clickable logo, on the site WordPress.org Forums:
All you can do is advise. Some people are beyond help. I'm sorry you have…2 days ago
-
Posted a reply to wordpress versions compability, on the site WordPress.org Forums:
Some hosts really drag their feet with version updates. In the case of DB versions,…2 days ago
-
Posted a reply to Æ Ø Å don’t work in search function, on the site WordPress.org Forums:
Hosts typically use many servers, so that does not definitively discount modSecurity. WP does not…2 days ago
-
Posted a reply to WordPress REST API – returning incorrect locale, on the site WordPress.org Forums:
The API uses whatever language is set in admin. This can be altered through the…3 days ago
-
Posted a reply to Editor removes code from page, on the site WordPress.org Forums:
You're not going to like my answer: "It's a feature, not a bug." The editor…3 days ago
-
Posted a reply to Problem with URLs, on the site WordPress.org Forums:
FB likes to rely upon structured data to determine which thumbnail to use. When there…3 days ago
-
Posted a reply to How can I add a feature picture to the webpage link?, on the site WordPress.org Forums:
Social sites generally prefer to get the featured image from structured data embedded on the…3 days ago
-
Posted a reply to Custom member pages, on the site WordPress.org Forums:
The generic answer is use a custom template that displays user specific information. Everyone who…3 days ago
-
Posted a reply to Custom Taxonomies throwing error, on the site WordPress.org Forums:
That's not the meta box the taxonomy is looking for. If you want a custom…3 days ago
-
Posted a reply to Looking for the perfect theme for Cooking Lessons, on the site WordPress.org Forums:
Try looking at some of the events plugins. We usually think of "events" along the…3 days ago
-
Posted a reply to Need theme with landing page that is only a clickable logo, on the site WordPress.org Forums:
Not only will it impact SEO, but it's a poor user experience. Users go to…3 days ago
-
Posted a reply to template, on the site WordPress.org Forums:
The appearance and layout is largely a matter of CSS, though you need the right…3 days ago
-
Posted a reply to Add page title dinamically on plugin, on the site WordPress.org Forums:
The title tag content is theme dependent. Many themes use wp_title() to get the content.…3 days ago
-
Posted a reply to WP_Query only returns posts that match first term in tax_query array, on the site WordPress.org Forums:
Ha! I guess I missed the OPs actual intent since I didn't look too close…3 days ago
-
Posted a reply to Show all Terms with wp_get_object_terms, on the site WordPress.org Forums:
Use get_terms() or the WP_Term_Query class to get all terms in a taxonomy. Check the…3 days ago
-
Posted a reply to wordpress versions compability, on the site WordPress.org Forums:
WP updates to the DB will only affect its own schema, they do not affect…3 days ago
-
Posted a reply to Using the same database for subdirectory, on the site WordPress.org Forums:
If each subdirectory will have the exact same content, you shouldn't want to replicate WP…3 days ago
-
Posted a reply to 3 WP Installs, 3 Domain Names, 1 Ubuntu Server, on the site WordPress.org Forums:
Cool! TIL about RedirectPermanent, thanks! :)3 days ago
-
Posted a reply to removing gaps on homepage, on the site WordPress.org Forums:
The space above "Browse by Category"? I see a 20px padding. Perhaps you already solved…3 days ago
-
Posted a reply to Main domain in Multisite is without https, on the site WordPress.org Forums:
I think your original home and/or site URL setting is incorrect. It kinda disappears on…4 days ago
-
Posted a reply to wordpress versions compability, on the site WordPress.org Forums:
Your versions are not that far off. Do you really mean MariaDB below v10? v10.*…4 days ago
-
Posted a reply to Using the same database for subdirectory, on the site WordPress.org Forums:
Are you trying to have 3 WP installations which all use the same DB? And…4 days ago
-
Posted a reply to allow gpx-file upload fails, on the site WordPress.org Forums:
Use 'text/xml' for the MIME type. It's not quite correct for .gpx files, but it…4 days ago
-
Posted a reply to Dodaj do koszyka, on the site WordPress.org Forums:
You apparently resolved this on your own? Add to cart button worked for me: “Stolik…4 days ago
-
Posted a reply to Cron job, on the site WordPress.org Forums:
WP isn't expected to be invoked from the command line or Cron job unless it's…4 days ago
-
Posted a reply to 3 WP Installs, 3 Domain Names, 1 Ubuntu Server, on the site WordPress.org Forums:
In the VirtualHost configuration, server names are quite literal. A 'www' subdomain is not assumed.…4 days ago
-
Posted a reply to Fatal error: Uncaught Error: Call to undefined function submit_button(), on the site WordPress.org Forums:
Hi fawp - thank you for the thoughtful suggestion. If you have not already done…4 days ago
Contributor
-
Contact Form 7 email verification
Active Installs: 200+