bcworkz
- Member Since: November 2nd, 2011
- @bcworkz on WordPress.org and Slack
- Core Contributor
- Support Contributor
- Support Team
- Plugin Developer
-
Posted a reply to Adding functions.php file to child theme, on the site WordPress.org Forums:
Welcome to the forums! There's nothing wrong syntactically with the snippet you posted. The cause…19 hours ago
-
Posted a reply to How to add the creator of the post thumbnail to the post?, on the site WordPress.org Forums:
It depends on where the data is being stored, or if it's being stored. EXIF…2 days ago
-
Posted a reply to Got a virus: need to delete strange url, on the site WordPress.org Forums:
You need to completely delouse your infected site. Work through the steps in FAQ My…2 days ago
-
Posted a reply to Wp autop & shortcodes — still a problem?, on the site WordPress.org Forums:
Why don't you disable your code and see? :P I've heard no mention of the…2 days ago
-
Posted a reply to Preserve HTML in Excerpt, on the site WordPress.org Forums:
Your title links do not have a closing </a> tag. The same problem exists for…2 days ago
-
Posted a reply to Expose old slugs using REST API, on the site WordPress.org Forums:
Sorry for the slow reply. I'm sorry also because I'm not that familiar with the…2 days ago
-
Posted a reply to set a dynamic redirected link ?, on the site WordPress.org Forums:
Sorry for the slow reply. If altering links to evade ad blockers is your goal,…2 days ago
-
Posted a reply to Can’t read variables in my js., on the site WordPress.org Forums:
If you actually put your example script in a post inside of <script> tags (assuming…3 days ago
-
Posted a reply to wp_remote_post (_get) get the request itself, on the site WordPress.org Forums:
You can use the Linux command line utility tcpdump. It requires a good understanding of…3 days ago
-
Posted a reply to Accessing SVN, on the site WordPress.org Forums:
Make sure you are calling svn from your plugin root and that your plugin folder…3 days ago
-
Posted a reply to How to run wordpress automated test suite on a release?, on the site WordPress.org Forums:
PHPunit is a generic command line tool to test PHP code. It can be configured…3 days ago
-
Posted a reply to Custom post type archive filter by custom taxonomy, on the site WordPress.org Forums:
I'm not sure I understand. An URL like mysite.com/mytax/myterm/?post_type=mycpt works correctly, but you want an…4 days ago
-
Posted a reply to Clicking on add link button adds default link ‘/wp-admin/_wp_link_placeholder’, on the site WordPress.org Forums:
Maybe, but it's not a WP bug per se because you are altering the values…4 days ago
-
Posted a reply to Using a shortcode in a plugin to display data from a third party API, on the site WordPress.org Forums:
OK, I think I misunderstood what's happening where. I thought you were linking to the…4 days ago
-
Posted a reply to Only Displaying Administrator, on the site WordPress.org Forums:
I'm happy to keep you pointed in the right direction, but I'm not able to…4 days ago
-
Posted a reply to Clicking on add link button adds default link ‘/wp-admin/_wp_link_placeholder’, on the site WordPress.org Forums:
Hi zorrohere, I'm unable to replicate the behavior you describe. There could be a conflict…5 days ago
-
Posted a reply to Filtering Custom Post Type post list, on the site WordPress.org Forums:
Yes, for whatever reasons, the search functionality is intended to only search particular fields of…5 days ago
-
Posted a reply to Alternative to using add_user_meta and get_user_meta, on the site WordPress.org Forums:
It is true that user meta is not always a satisfactory solution. Adding a column…5 days ago
-
Posted a reply to Logo png not visible, on the site WordPress.org Forums:
"Didn’t intend to do any harm" @zorrohere -- Of that I had no doubt. Thanks…5 days ago
-
Posted a reply to Only Displaying Administrator, on the site WordPress.org Forums:
Saving the "author" in post meta would be a reasonable option, but you'd need to…5 days ago
-
Posted a reply to How do I integrate an external api, on the site WordPress.org Forums:
It depends on what you will do with the data. If it will be used…6 days ago
-
Posted a reply to Using a shortcode in a plugin to display data from a third party API, on the site WordPress.org Forums:
You don't need a template nor any action or filter hooks. It can all be…6 days ago
-
Posted a reply to Using media upload with TinyMCE, on the site WordPress.org Forums:
Yes it's possible. I'm unaware of any such plugin, which does not mean one does…6 days ago
-
Posted a reply to Logo png not visible, on the site WordPress.org Forums:
"I can take a look at it... by directly accessing it." @zorrohere -- Please do…6 days ago
-
Posted a reply to set a dynamic redirected link ?, on the site WordPress.org Forums:
Sure! You don't need a redirect call, the headers do that. You need a conditional…6 days ago
-
Posted a reply to REST API url decoding, on the site WordPress.org Forums:
If you found a workaround, then great. But the "query" filter was not removed: https://core.trac.wordpress.org/browser/tags/4.7/src/wp-includes/wp-db.php#L1741…6 days ago
-
Posted a reply to Echo image on open graph, on the site WordPress.org Forums:
There's now a type mismatch in the has thumbnail conditional. Besides the [0] correction, do…6 days ago
-
Posted a reply to Only Displaying Administrator, on the site WordPress.org Forums:
First let's determine for sure which author is actually stored in the DB. Because almost…7 days ago
-
Posted a reply to Filtering profiles inside a page by tags in several categories, on the site WordPress.org Forums:
We are unable to offer specific advice regarding commercial themes, but we can speak in…7 days ago
-
Posted a reply to Theme with image as left sidebar that is slow moving?, on the site WordPress.org Forums:
There are many responsive themes. I'd expect any modern theme to be fully responsive these…7 days ago
-
Posted a reply to Printing og meta only if posts page?, on the site WordPress.org Forums:
You have nested <?php ?> blocks, that is illegal syntax. To cause HTML output without…7 days ago
-
Posted a reply to set a dynamic redirected link ?, on the site WordPress.org Forums:
On Apache servers, they usually have the mod_rewrite module enabled, which means you can add…7 days ago
-
Posted a reply to REST API url decoding, on the site WordPress.org Forums:
Sorry, I don't have enough context to provide adequate detail. What is the "rest_route" value…7 days ago
-
Posted a reply to Echo image on open graph, on the site WordPress.org Forums:
Have you manually checked the URL that's output? (get it from page source in the…7 days ago
-
Posted a reply to Subpoena for user Info, on the site WordPress.org Forums:
Great advice so far. Let's assume it has been determined that you must supply the…1 week ago
-
Posted a reply to comments_open() and php segmentation fault., on the site WordPress.org Forums:
It appears you've caused an infinite loop by hooking "comments_open" and within calling comments_open(), which…1 week ago
-
Posted a reply to Form Callback POSTS, on the site WordPress.org Forums:
One problem is the form is probably not submitting to the correct destination. Any direct…1 week ago
-
Posted a reply to Activity feed API, on the site WordPress.org Forums:
Hi Jacob, Sadly, there's nothing available for the activity log. There may be a work…1 week ago
-
Posted a reply to REST API url decoding, on the site WordPress.org Forums:
You don't "enable" decoding per se, you simply do it. In JavaScript/jQuery, use decodeURI() In…1 week ago
-
Posted a reply to set_post_thumbnail_size, on the site WordPress.org Forums:
I'm not sure, but I seem to recall there being an upper limit for the…1 week ago
-
Posted a reply to Echo image on open graph, on the site WordPress.org Forums:
Yes, that's sort of the problem, but easiest to fix with <meta property="og:image" content="<?php echo…1 week ago
-
Posted a reply to Image gallery transfer, on the site WordPress.org Forums:
Nothing at all relates them? How were the pages for the screen grabs you posted…1 week ago
-
Posted a reply to Expose old slugs using REST API, on the site WordPress.org Forums:
Do you mean the auto-save and backup versions? You can get at them with $wpdb…1 week ago
-
Posted a reply to Slow – REST API, on the site WordPress.org Forums:
Nice! It should be noted that this technique by its nature can only be implemented…1 week ago
-
Posted a reply to Image gallery transfer, on the site WordPress.org Forums:
It depends on your gallery plugin and how the current images are related together. For…1 week ago
-
Posted a reply to JS Client User Data retrieval, on the site WordPress.org Forums:
You need to register any meta fields that you want returned in the response's meta…1 week ago
-
Posted a reply to Expose old slugs using REST API, on the site WordPress.org Forums:
Where would the old slugs come from? I suspect you would need a custom endpoint,…1 week ago
-
Posted a reply to array_push prevents the page from loading, on the site WordPress.org Forums:
It sounds like a PHP error or warning of some sort is happening. Define WP_DEBUG…1 week ago
-
Posted a reply to Problem with searching inside of post_title and post_content fields, on the site WordPress.org Forums:
The argument label for search is merely 's', not 'search'. The 's' argument will search…1 week ago
-
Posted a reply to Delete all images under a certain width?, on the site WordPress.org Forums:
If you did that, how would you know what and where to place replacement images?…1 week ago
-
Contact Form 7 email verification
Active Installs: 300+