Sumo1
Forum Replies Created
Viewing 5 replies - 1 through 5 (of 5 total)
-
Forum: Plugins
In reply to: [Author Image] Frontend UploadThanks Mike, but we have multiple users on our site and we have a custom front end editor.
We have written the code ourselves to upload images. Trying to reduce the number of plugins we use 😉
Forum: Plugins
In reply to: [Meta Box] Show checkbox 'name' on frontedThat works! Thanks.
Forum: Plugins
In reply to: [Author Image] Help with creating short codeActually it does, I worked it out. This returns the file name.
$sql_author_image = "SELECT meta_value FROM wp_usermeta WHERE user_id = $user_id AND meta_key = 'author_image' "; $author_image = $wpdb->get_var($sql_author_image);Then all you have to do is create an
add_shortcodefunction.Forum: Plugins
In reply to: [WP GeoPosts] Implementing RadiusSeems to work with the new files – Awesome!
We’ve been using this plugin for a while with no issues (before we needed the radius feature). What would you call a ‘huge’ number of geoposts?
Google recommends Client-Side Geocoding, is this a possibility?
Forum: Plugins
In reply to: [Advanced Ads – Ad Manager & AdSense] Using TagsEmail sent. Thanks for your help!
Viewing 5 replies - 1 through 5 (of 5 total)