WP Sites - Brad Dalton
@wordpresssites on WordPress.org , @braddalton on Slack
- Member Since: December 12th, 2010
- Website: wpsites.net
- GitHub: braddalton
- Job Title: WordPress Developer
- Employer: WP Sites
Bio
Contribution History
WP Sites - Brad Dalton’s badges:- Plugin Developer
-
Posted a reply to Google 3rd-party apps support ending (sign-in w/ username/password), on the site WordPress.org Forums:
Thanks, i will test it with Gmail once you're finished. You can notify me when… -
Created a topic, Error, on the site WordPress.org Forums:
SMTP connect() failed. https://github.com/PHPMailer/PH… -
Posted a reply to Taxonomy rewrite slug, on the site WordPress.org Forums:
Thanks Juan. I got it working using this shortcode : [products limit="4" columns="4" class="yith_product_brand,test"] Where… -
Posted a reply to Export WC Products by Month, on the site WordPress.org Forums:
Thanks but this is just for testing for a client so i don't really want… -
Created a topic, Taxonomy rewrite, on the site WordPress.org Forums:
I need to know what the taxonomy rewrite slug is for t… -
Created a topic, Export WC Products by Month, on the site WordPress.org Forums:
I need to export a small amount of WC products in .xml… -
Posted a reply to How to insert brand in the of the product, on the site WordPress.org Forums:
You could use PHP https://wordpress.org/support/topic/how-do-i-display-the-taxonomy-term-alongside-the-post-type-post-title/ -
Posted a reply to Prevent Worpdress to sanitize taxonomy term names, on the site WordPress.org Forums:
You can use the filter with conditional tags or copy over a template file from… -
Posted a reply to Prevent Worpdress to sanitize taxonomy term names, on the site WordPress.org Forums:
You can't do that. You need to use PHP code to filter the title to… -
Posted a reply to Prevent Worpdress to sanitize taxonomy term names, on the site WordPress.org Forums:
Everything is possible in WordPress however it depends on how your titles are coded in… -
Created a topic, Using is_guest_author_available() in Themes, on the site WordPress.org Forums:
Can this function be used in a themes functions file t… -
Posted a reply to Function to check if image added, on the site WordPress.org Forums:
I used this with your key to check if a author has added a image… -
Created a topic, Function to check if image added, on the site WordPress.org Forums:
Do you have a function to check if the guest author ha… -
Created a topic, Great Plugin Great Support, on the site WordPress.org Forums:
Thanks for a great plugin. -
Posted a reply to How To Check If Profile Image Added, on the site WordPress.org Forums:
Resolved. Thanks for a great plugin and support! I used : $author_id = get_the_author_meta( 'ID'… -
Posted a reply to How To Check If Profile Image Added, on the site WordPress.org Forums:
Thanks Darin, its for the author avatar to check if they have a avatar to… -
Created a topic, How To Check If Profile Image Added, on the site WordPress.org Forums:
Any way to check if the local avatar has been added or… -
Created a topic, Add Profile Picture, on the site WordPress.org Forums:
Is there a field to add a local avatar rather than use… -
Created a topic, 5.9 Custom Field Bug, on the site WordPress.org Forums:
Not sure id this is a new feature or a bug but it does… -
Committed [2662774] to Plugins SVN:
New plugin icon -
Committed [2662768] to Plugins SVN:
added plugin icon -
Committed [2662393] to Plugins SVN:
Tested using version 5.8.3 -
Posted a reply to How to use color field as background colour?, on the site WordPress.org Forums:
That works for single posts & taxonomy archives but not on the home page archive… -
Created a topic, Very Helpful, on the site WordPress.org Forums:
This plugin makes it very easy to create custom blocks… -
Posted a reply to Very Slow Localhost config (Too slow too work), on the site WordPress.org Forums:
Put this in your local MU plugin add_filter( 'pre_http_request', '__return_true', 100 ); Source -
Created a topic, Call to undefined function genesis_get_option(), on the site WordPress.org Forums:
Hi Frank. Just found this Error: Call to undefined fun… -
Posted a reply to ) Warning: call_user_func_array() expects parameter 1 to be a valid callback, fu, on the site WordPress.org Forums:
Resolved. -
Posted a reply to ) Warning: call_user_func_array() expects parameter 1 to be a valid callback, fu, on the site WordPress.org Forums:
You should code the new version so it still works with your old functions. -
Posted a reply to ) Warning: call_user_func_array() expects parameter 1 to be a valid callback, fu, on the site WordPress.org Forums:
And if wpcr_change_comment_form_defaults is also yours, what did you replace it with? -
Posted a reply to ) Warning: call_user_func_array() expects parameter 1 to be a valid callback, fu, on the site WordPress.org Forums:
How do i get this in the new version? wpcr_comment_tut_add_title_to_text( $text, $comment ); -
Posted a reply to ) Warning: call_user_func_array() expects parameter 1 to be a valid callback, fu, on the site WordPress.org Forums:
I'm using the latest version however maybe you have removed functions when you rewrote the… -
Created a topic, Warning: call_user_func_array() expects parameter 1 to be a valid callback, func, on the site WordPress.org Forums:
wpcr_change_comment_form_defaults This filter has sto… -
Posted a reply to Shortcodes No Longer Work After Update, on the site WordPress.org Forums:
Resolved. -
Posted a reply to Can I add average rating to specific post dynamically, on the site WordPress.org Forums:
This no longer works. [‘wppr_avg_rating’] I have tested it in standard posts, using do_shortcode and… -
Created a topic, Shortcodes No Longer Work After Update, on the site WordPress.org Forums:
I just tested your shortcodes and they no longer work … -
Created a topic, Trailing Slash Removed In Sitemap, on the site WordPress.org Forums:
There's a problem with the trailing slash being remove… -
Created a topic, Does This Work With Single Posts?, on the site WordPress.org Forums:
I know it's fairly easy to add infinite scroll for arc… -
Posted a reply to Call The Rating For Each Comment, on the site WordPress.org Forums:
Resolved. -
Posted a reply to Add Ratings To Comments, on the site WordPress.org Forums:
Hello Blaz I worked it out. -
Created a topic, Call The Rating, on the site WordPress.org Forums:
Hello Shoaib I'm using my own WP_Comment_Query and n… -
Created a topic, Add Ratings To Comments, on the site WordPress.org Forums:
I need to add a ratings system to the comments form so… -
Created a topic, Ajax Stopped Working, on the site WordPress.org Forums:
Hello Lester. No idea what happened but it worked fine… -
Posted a reply to form before content, on the site WordPress.org Forums:
What code did you use for this? -
Created a topic, Remove After Content Reviews, on the site WordPress.org Forums:
How do i remove the reviews from the default after co… -
Created a topic, Enable Reviews On CPt Only, on the site WordPress.org Forums:
Is there code to enable the reviews on specific single… -
Posted a reply to Changing the number of listings on listings archive page, on the site WordPress.org Forums:
You can use pre_get_posts for that. -
Posted a reply to child theme, on the site WordPress.org Forums:
The 1st parameter for wp_enqueue_style is the $handle or name of the style sheet. Yes,… -
Created a topic, Possible Conflict With Download Monitor, on the site WordPress.org Forums:
I'm finding paid members cannot download files using d… -
Created a topic, Both Premium Extensions & Free Plugin Junk, on the site WordPress.org Forums:
I've used both the premium extension Access Manager an… -
Posted a reply to EMAIL DELIVERY ERROR –, on the site WordPress.org Forums:
Thanks Sanjeev. I did change my Gmail password a few days ago which clearly caused…
Developer
-
Code Highlight
Active Installs: 40+
-
Columns Plugin
Active Installs: 90+
-
Fonts
Active Installs: 10,000+
-
Stop Comment Form Spam
Active Installs: 200+