markdillon
Forum Replies Created
-
Forum: Plugins
In reply to: Automatically set the Featured Image based on the first imageThe Easy Add Thumbnail plugin is the ONLY one that I could get to automatically add thumbnails (e.g. featured images) to my posts.
I have my posts set up with manually typed HTML image links and this plugin automatically takes the first image listed and adds it as the posts featured image.
Just thought others who stumble on this thread might be interested. ??
Forum: Fixing WordPress
In reply to: Retroactively add Featured Images to 800 postsThe Easy Add Thumbnail plugin is the ONLY one that I could get to actually add thumbnails (e.g. featured images) to my posts.
I have my posts set up with manually typed HTML image links and this plugin automatically pulls the first image URL in the post and adds it as the posts featured image.
Just thought others who stumble on this thread might be interested. ??
Forum: Requests and Feedback
In reply to: New Default WordPress Theme?- Similar to Thematic or Hybrid
- Incorporate the Section Widget (WP plugin competition winner for 2009)
Forum: Plugins
In reply to: [Plugin: Section Widget] Remove Tabbed Interface and JQuery from OutputMan, my own stupidity amazes me sometimes. This is EXACTLY what I was needing.
I’ll mark this as resolved. Keep being AWESOME! Thanks!
Forum: Plugins
In reply to: [Plugin: Section Widget] Remove Tabbed Interface and JQuery from OutputHi Godfrey! I actually already had it set on the “Provide Your Own CSS” option but it still seemed to be linking to the Section Widget JS file on my site (which is what I wanted to remove). I actually commented out the following line (line #251) from the section-widget-tab.php file and it seems to be a workable (although probably not so great) solution:
wp_enqueue_script('section-widget', plugins_url('section-widget/section-widget.js'), array('jquery','jquery-ui-tabs'));
You can see my progress here. It’s on the left hand side underneath the Google Search Box.
And here is a link to how my widget is currently setup. I can’t give titles to the tabs because it will place the titles (as links) at the top of the output, but I’m considering simply placing all of the code I need (lists, h2s, ect) within 1 tab of the admin interface and just simply use it that way. Let me know if you see any other fairly easy solutions. Thanks for your response and thanks for one of the best plugins I’ve seen in a very long time.