7/27/2008 ↓

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.

1 Star2 Stars3 Stars4 Stars5 Stars (7 votes, average: 4.43 out of 5)
Loading ... Loading ...

Friends

Translate

Translate to German Translate to Spanish Translate to French Translate to Italian Translate to Portuguese Translate to Japanese Translate to Korean Translate to Russian Translate to Chinese

Latest Videos

14 Comments | Leave a comment | Comments RSS

  1. 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 pm
  2. Answer 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 pm
  3. Thanks 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 pm
  4. Thanks for the link & help!

    [Reply]

    Jason Hansen (13 comments.) — 07/27/2008 @ 7:01 pm
  5. I 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 pm
  6. I 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 am
  7. ajua, 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
  8. @ajua, you can also hardcode it inside wp-config.php

    define('CAPTIONS_OFF',1);

    [Reply]

    ChaosKaizer (60 comments.) — 07/28/2008 @ 10:55 am
  9. The Google Custom Search tutorial is very well explained, thanks for sharing it ; )

    [Reply]

    Claude Gelinas (4 comments.) — 07/28/2008 @ 10:08 pm
  10. About 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 am
  11. Great tip the one about image alignment

    [Reply]

    diseño web — 07/29/2008 @ 4:27 am
  12. With 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 am
  13. I 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 pm
  14. I 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

Leave a comment

Line and paragraph breaks automatic, e-mail address never displayed, HTML allowed: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>

(required)

(required, will not be published)


S2