aceriker
Forum Replies Created
-
Hi Jeremy, thanks for your reply! I updated the plugin to the latest version (should have thought of that first) and it all started working.
Thanks again!
Peter
Forum: Plugins
In reply to: [MDTF - Meta Data and Taxonomies Filter] Using filters with directory scriptAfter more digging I found out that the script is not using the custom post type, so that’s why the filter script wasn’t showing up ??
Thanks for your reply!
Forum: Plugins
In reply to: [Kebo Twitter Feed] Twitter imagesI missed your reply to this thread, thanks for the update! I think possibly what jiharmer (and myself) meant was is there any way to have the image show automatically rather than clicking on show picture? Which file do we need to edit?
Forum: Plugins
In reply to: [WordPress Charts] Adding a legendCool! Looking forward to it!
Forum: Plugins
In reply to: [SearchAutocomplete] Restrict autocomplete to titlesWow, awesome! Thanks!
Another question is about caching, is there a way to get the suggestions to come up quicker by referring to a file rather than querying the database? I’m working on localhost and there is usually a 3-4 second delay before the suggestions come up when using a 3 character limit.
Forum: Plugins
In reply to: [I Like This] I have modified this pluginWow, thanks, I’d love to check it out! My email is peterclaridge and you can stick a gmail.com URL on the end ??
I love your site design by the way and have loved Chetan’s books so far – funny how many people have mistaken your blog for Chetan’s though! You should blog more!
Thanks,
Peter
Forum: Plugins
In reply to: [I Like This] I have modified this pluginHi Harish, I like what you did with your like button! I tried to do something similar here but it didn’t work out very well:
By the way, on your site when I click the like option it returns a PHP warning error.
I’d love to get this plugin working like the reference site you gave!
Peter
Forum: Everything else WordPress
In reply to: WordPress As User Generated Content SiteYou are an awesome person, I will try it out, thanks for the suggestions about the plugins too, yeah I don’t want anything too complicated, a blog post form is sufficient.
Thanks,
Peter
Forum: Themes and Templates
In reply to: Post Formats HelpThanks! I never would have got that by myself. Now just need someone who’s an expert in the post types ??
I’ve got half a mind to simply add a new post type in the functions.php file and use that instead.
add_theme_support( 'post-formats', array( 'aside', 'link', 'gallery', 'status', 'quote', 'image','video','articles' ) );