bcworkz
- Member Since: November 2nd, 2011
- @bcworkz on WordPress.org and Slack
- Core Contributor
- Support Contributor
- Support Team
- Plugin Developer
-
Posted a reply to Change Contact Info with Visual Composer, on the site WordPress.org Forums:
It appears like the address is part of widget content, look in your theme's widgets…2 days ago
-
Posted a reply to restricted page acces, on the site WordPress.org Forums:
Hi Benjamin, It depends on when in the serving process you need to do the…2 days ago
-
Posted a reply to Show list of SUB-CATEGORIES x CUSTOM TAXONOMY 1 children x CUSTOM TAXONOMY 2 chi, on the site WordPress.org Forums:
Thanks for all the examples, it helps a lot in understanding your goals. I think…2 days ago
-
Posted a reply to How to PHP script run “post self”, on the site WordPress.org Forums:
Great news! Always happy to help :)2 days ago
-
Posted a reply to read excel file in plugin, on the site WordPress.org Forums:
OK, no problem, it does not change my answer, only lessens the mystery. It's almost…2 days ago
-
Posted a reply to Main Menu not visible, on the site WordPress.org Forums:
Wow! That must very be frustrating. I'm sorry that happened. It's probably an issue with…3 days ago
-
Posted a reply to Q : Navigation tag and dropdowns in an archive template, on the site WordPress.org Forums:
The problem is paginate_links() doesn't know anything about your custom staff query and your custom…4 days ago
-
Posted a reply to WordPress Post “Inheritance” (?) and Templating, on the site WordPress.org Forums:
For the general page where you have the same content over and over (not necessarily…4 days ago
-
Posted a reply to Region category post, on the site WordPress.org Forums:
The no region permalink is a result of $region not being defined. We have two…4 days ago
-
Posted a reply to Change link to portfolio previews, on the site WordPress.org Forums:
How do those images become part of the portfolio? Did you insert them through the…4 days ago
-
Posted a reply to Images of blog post, on the site WordPress.org Forums:
Is that supposed to be a featured image? There's apparently an error in the function…4 days ago
-
Posted a reply to read excel file in plugin, on the site WordPress.org Forums:
If it's working in backend, I can't imagine why it would not work front end.…4 days ago
-
Posted a reply to All my menu links suddenly open new window, on the site WordPress.org Forums:
It means something, but doesn't explain how about:blank is part of the process. It's difficult…4 days ago
-
Posted a reply to Region category post, on the site WordPress.org Forums:
The template where the sidebar does not work is the one I'm concerned about. I…4 days ago
-
Posted a reply to read excel file in plugin, on the site WordPress.org Forums:
That error is thrown when either is_readable() returns false or file_get_contents() fails to return anything.…5 days ago
-
Posted a reply to Sequential Post ID per CPT, on the site WordPress.org Forums:
You want sequential numbering that does not change if a post is deleted? But then…5 days ago
-
Posted a reply to Modifying links in wp_list_categories(), on the site WordPress.org Forums:
Yeah, you want a much lower level function for that, such as get_terms(). It will…5 days ago
-
Posted a reply to wp-redirect, on the site WordPress.org Forums:
Use get_blogs_of_user() to get an array of the user's blogs. I'm not sure how you…5 days ago
-
Posted a reply to Order post by post meta, on the site WordPress.org Forums:
If you are using the WP_Query class to get the posts, you could add an…5 days ago
-
Posted a reply to Update User Avatar Using Json Rest api, on the site WordPress.org Forums:
tl;dr: Anything is possible through custom REST endpoints, but you are better off using gravatar.com.…5 days ago
-
Posted a reply to All my menu links suddenly open new window, on the site WordPress.org Forums:
Your menu is entirely JavaScript driven, it's not a normal WP menu. With JS disabled,…6 days ago
-
Posted a reply to Update User Avatar Using Json Rest api, on the site WordPress.org Forums:
The easiest way is to utilize gravatar.com for avatars. From your app, get the user's…6 days ago
-
Posted a reply to Insert a image before/after the “nav” tag, on the site WordPress.org Forums:
No, you are right, the value is not established in "wp_head". You can generate CSS…6 days ago
-
Posted a reply to custom rewrite rules not working?, on the site WordPress.org Forums:
Yeah, rewrite rules only work one way, reverse from what you want. So, you want…6 days ago
-
Posted a reply to Convert this code PHP, on the site WordPress.org Forums:
I don't understand what your goal really is. Why not just use code 1 if…7 days ago
-
Posted a reply to Update User Avatar Using Json Rest api, on the site WordPress.org Forums:
There is always a way! (almost) You need to make a custom endpoint. Through these…7 days ago
-
Posted a reply to create similar widget to woocommerce product categories, on the site WordPress.org Forums:
I would begin by either creating a child theme or a custom plugin to contain…7 days ago
-
Posted a reply to Custom Blog Page with WordPress, on the site WordPress.org Forums:
Hiding posts with CSS is not a good solution. Jacob is correct in the proper…7 days ago
-
Posted a reply to Getting sorted hierarchy of categories, on the site WordPress.org Forums:
The wp_list_* functions are the ones that output hierarchies. Most functions do not list hierarchies…7 days ago
-
Posted a reply to Insert a image before/after the “nav” tag, on the site WordPress.org Forums:
You've answered your own question! To have a single DOM element contain different images based…7 days ago
-
Posted a reply to Blog List with Newly Updated Blogs, on the site WordPress.org Forums:
You didn't try the WP repository? All the plugins there are free (though many push…7 days ago
-
Posted a reply to How to PHP script run “post self”, on the site WordPress.org Forums:
Add a normal HTML input button to your form. When you select items and click…7 days ago
-
Posted a reply to custom rewrite rules not working?, on the site WordPress.org Forums:
You do not use rewrite rules to manage custom query vars like "id". Rewrite rules…1 week ago
-
Posted a reply to Different options – redirect to different pages, on the site WordPress.org Forums:
Please check with Gravity Forms support for that approach, we cannot support commercial plugins here.…1 week ago
-
Posted a reply to Nested reply question, on the site WordPress.org Forums:
Happy to help you think things through! I need to lay another forum rule on…1 week ago
-
Posted a reply to Region category post, on the site WordPress.org Forums:
Getting closer to a complete solution! That page should be loading sidebar-worldwide.php, but is loading…1 week ago
-
Posted a reply to Private Posts with Public Excerpts, please, on the site WordPress.org Forums:
Use the "pre_get_posts" action to add "private" to the "post_status" query var array, but only…1 week ago
-
Posted a reply to Same image multiple times in galler short code?, on the site WordPress.org Forums:
It is, but it gets rather involved because you end up copying the entire gallery…1 week ago
-
Posted a reply to Nested reply question, on the site WordPress.org Forums:
Hey, it's me again :) I'm totally speculating on commenters replying to themselves. I think…1 week ago
-
Posted a reply to Display Images in rss Feeds, on the site WordPress.org Forums:
You're welcome, sorry I couldn't be of more help. BTW, I'm not a "big coder",…1 week ago
-
Posted a reply to How to PHP script run “post self”, on the site WordPress.org Forums:
Yes, you code appears correct. Having it fail to work is not unusual, there's probably…1 week ago
-
Posted a reply to Adding partners/sponsors on Dyad theme, on the site WordPress.org Forums:
It depends on what form the data is in and where you want it to…1 week ago
-
Posted a reply to Populating select field with options, on the site WordPress.org Forums:
I cannot comment on how to use woocommerce_wp_select(). You should ask in the WC dedicated…1 week ago
-
Posted a reply to Calculation in custom HTML widget, on the site WordPress.org Forums:
What do you get with <?php print_r( get_option('donations_total_raised')); ?>? Let's see what we're working with…1 week ago
-
Posted a reply to Blog List with Newly Updated Blogs, on the site WordPress.org Forums:
So you want the feeds from other blog sites in your sidebar then. I'd expect…1 week ago
-
Posted a reply to Display Images in rss Feeds, on the site WordPress.org Forums:
suddenly unsure of context, reads backscroll Oh, right. But I don't know why I keep…1 week ago
-
Posted a reply to Add Inline Javascript, on the site WordPress.org Forums:
The inline script is still output even if the enqueued file request is blocked. AFAIK…1 week ago
-
Posted a reply to Masking Last Names, on the site WordPress.org Forums:
I'm glad you were able to figure it out! I fixed the code you posted…1 week ago
-
Posted a reply to Efficient data storage., on the site WordPress.org Forums:
This may be one of those rare instances where custom tables actually makes the most…1 week ago
-
Posted a reply to Dummy/Demo Data for custom post types and taxonomies?, on the site WordPress.org Forums:
How can such content be meaningful without knowing the nature of the post type or…1 week ago
-
Contact Form 7 email verification
Active Installs: 300+