WordPress Tips for 7/27
If you like this post, please subscribe to our RSS feed to read our new posts every day.
Image alignment within a WordPress post: WordPress 2.5 introduced floating image alignment within text on a post. This feature does not work on certain themes. Thanks to Jason for asking the question and to Sadish for the solution. Final thought: it would also be nice if a few gallery formatting options were available through the default interface instead of having to modify the shortcode and/or introduce hacks.
WordPress Search as a custom Google Search without addition page or post: Add a custom Google Search to your WordPress blog (and make search advertising dollars?) without too much of a hassle. Complete instructions and examples are included in the post.
Create a Flash Arcade site using WordPress: This set of instructions will help you convert a simple WordPress blog into a Flash arcade site. Pretty cool with detailed instructions on the transition.
Here is a tip which I stumbled upon accidentally, that is somewhat unrelated to WordPress. Visit a NYTimes page such as a news item and double click on a single word. You will need a free registration to view that page or have to be logged in if you are registered already. The javascript file that adds the functionality in question is copyrighted to Answers.com and I wonder if a WordPress plugin exists for the same.
Visitors who read this post, also read:
Related posts from the past
- Google Co-op - Custom Search Engine
- WordPress Plugin Releases for 2/19
- Free links to your site
- WP SEO Tips: Names Have Meaning
- WP SEO Tips: Link Building Part 1
- WordPress Plugin Releases for 09/01
- Google Search: rel="nofollow"
- WordPress on every Google Search?
- Yahoo unveils blog search tool
- Advanced Contextual search for WordPress

(7 votes, average: 4.43 out of 5)











Comments RSS
You can use the javascript from answers.com: http://www.answers.com/main/answertips.jsp
[Reply]
Nikolay Bachiyski (1 comments.) — 07/27/2008 @ 6:15 pmAnswer Links is available as a plugin on Alex King’s site. I don’t know if it’s compatible with WP 2.6
[Reply]
gestroud (1 comments.) — 07/27/2008 @ 6:22 pmThanks for the suggestions Nikolay and gestroud. Sounds like they are part of the same project. I wonder what people think of this feature. I personally am somewhere between annoyance and usefulness.
[Reply]
Mark Ghosh (249 comments.) — 07/27/2008 @ 6:39 pmThanks for the link & help!
[Reply]
Jason Hansen (13 comments.) — 07/27/2008 @ 7:01 pmI absolutely hate the NYT double click pop-ups. I’m one of those people who constantly clicks around while I’m reading, and it’s gotten to the point where I try to find the article from someone else first.
Thanks for the tip on the image centering. I’ve wondered what the purpose was for the added classes.
[Reply]
Matt Algren (5 comments.) — 07/27/2008 @ 7:38 pmI just wish the Insert Image dialog is brought back. Is there any tips on how to disable the automatic posting of photo info below images?
Thanks for the image aligning tip.
[Reply]
ajua (19 comments.) — 07/28/2008 @ 4:20 amajua, I did a quick search and according to this blog, you need to add the following to your theme’s functions file:
function no_caption($deprecated, $attr, $content) { return $content; };add_filter(’img_caption_shortcode’, ‘no_caption’, 10, 3);
I haven’t tried this yet, but I’m adding it now.
[Reply]
Matt Algren (5 comments.) — 07/28/2008 @ 9:43 am@ajua, you can also hardcode it inside wp-config.php
define('CAPTIONS_OFF',1);
[Reply]
ChaosKaizer (60 comments.) — 07/28/2008 @ 10:55 amThe Google Custom Search tutorial is very well explained, thanks for sharing it ; )
[Reply]
Claude Gelinas (4 comments.) — 07/28/2008 @ 10:08 pmAbout that answer links “feature,” I hate that sort of thing. I click on the page for a variety of reasons. If I wanted to look something up I would do it all by myself.
[Reply]
Chris Osborne (3 comments.) — 07/29/2008 @ 2:06 amGreat tip the one about image alignment
[Reply]
diseño web — 07/29/2008 @ 4:27 amWith all the other native image problems in wordpress 2.5 there were a lot of really good image plugins that took care of the floating image issues.
[Reply]
Brad (3 comments.) — 07/29/2008 @ 11:03 amI know the image alignment doesn’t work right on my theme, but I just manually type tell the image where to float. I’ll have to try the plugin. Worked fine in 2.5
[Reply]
Rob (5 comments.) — 07/29/2008 @ 4:17 pmI for one am glad to see these tips. I am so tired of stumbling through the WP forum.
Thanks!
[Reply]
copsworld — 07/29/2008 @ 5:22 pm