8/21/2008 ↓

WordPress Plugin Releases for 08/21 0comments

Archives by Selected Categories

This WordPress plugin allows you to generate a list of posts separated by category. You can choose to display all categories, or just those you select. Under each category heading, the posts are sorted by date, with the most recent first. Additionally, the date for each post is shown next to the link.

WordPress Theme Changer & Showcase Plugin

Plugin with a widget which enables us to change the theme of a blog without having to login to the administrator’s room first. This is just like allowing visitors to change the theme of the blog.

Gorsel Koru

If a site uses an image hosted on your site, a message you define, appears on it, i.e. prevents hotlinking of images. (Site in Turkish)

PhotoJAR: Post Thumbnail

PhotoJAR: Post Thumbnail displays a post thumbnail for posts with galleries. When paired with a JavaScript viewer, the full gallery can be displayed when the thumbnail is clicked. PhotoJAR: Post Thumbnail requires PhotoJAR: Base.

AVH Amazon

AVH Amazon plugin give you the ability to add multiple widgets which will display a random item from your Amazon wishlist, baby registry and/or wedding registry. In the plugin reference is made to Wishlist only but you can use your Baby Registry ID or Wedding Registry ID as well.

Liz Strauss Comment Counter

Liz Strauss Comment Counter is a highly configurable badge (very similar to the Feedburner one, except it’s more configurable) to show off the number of comments your blog has.

Most Popular Posts

This is a very simple widget that displays a link to the top commented posts on your blog.

8/20/2008 ↓

Safest Way to Include Plugin Code in Themes 16comments

Author: Keith Dsouza Category: Wordpress Tips

Several plugins provide users with template tags like functions to include plugin output into themes, the most common way of including plugin code into themes looks like this:

<h2>Section Header</h2>

<?php plugin_template_tag_function(); ?>

Though the above code is absolutely right, PHP errors will occur if you disable the plugin and do not remove the template tag from the theme. There is a much better way of including template tags in your themes, which ensures that PHP errors do not occur when you disable plugins and do not remove them from your themes:

<?php if ( function_exists(’plugin_template_tag_function’) ) : ?>

<h2>Section Header</h2>

<?php plugin_template_tag_function(); ?>

<?php endif; ?>

The if condition in the above code ensures that the function you want to use is registered, before the code is executed. This extra check will ensure that your theme will load without PHP errors, even if the plugin has been disabled.

If you are new to conditional statements, you can read one of our earlier post about if, then and else conditions.

Tags:

WordPress Theme Releases for 08/20 2comments

Yelloh

yelloh

Yelloh is a simple, yellow and white, two column WordPress theme

Humble Dark

humbledarkscreen

Dark, single column theme with a bottom bar and an elegant pin striped background

CrzyRedBinks

crzyredbinks

Three column theme comes widget ready. Custom sidebar ad widgets. Easy to manage ads from php file. No option page, not really necessary. Uses php files for ads so its easier to use google adsense codes in it.

Just three themes today for you folks. Are you a theme author, remember the faster way to get featured in our daily releases is by submitting your theme to our News forum.

  • WordPress iPhone Copy and Paste

    Cut and Paste for iPhone from Cali Lewis on Vimeo. OpenClip has come up with the much desired free application framework for the iPhone to copy, cut and paste content. It works with the WordPress iPhone application by placing the copied data to a shared location in the iPhone memory which is then accessed by other applications. The application was released on GeekBrief.tv (who were at WordCamp Dallas and are WordPress aficionados) and seems to be getting a good response. Anyone test it out yet? [EDIT] As pointed out by Jason in the comments, OpenClip is not an application by itself but a framework that can be used by iPhone app developers to add the copy and paste functionality to their applications. OpenClip will only support copying and pasting of text between applications that support the OpenClip framework. (7)

8/19/2008 ↓

WordPress Plugin Releases for 08/19 4comments

TAC (Theme Authenticity Checker)

Scan all of your theme files for potentially malicious or unwanted code.

UserAgent-Spy

UserAgent-Spy is a WordPress plugin which displays the user’s Operative System and Web Browser in the comments. It uses the comment->agent property to access the UserAgent string, and through a series of regular expresions, detects the O.S. and browser. Then it shows a message with an icon of the browser and O.S.

List category posts

List Category Posts is a simple WordPress plugin which allows you to list some posts from a category into a post/page using [catlist=ID], where ID stands for the Category Id.

WP Developer Assistant

WP Developer Assistant is a WordPress plugin developed by a WordPress developer for WordPress developers.

Woopra

Immediate access to your Woopra analytics, traffic statistics and user visits from within the standard WordPress interface.

Online Games

This plugin adds a button in the sidebar which opens a DHTML layer with over 400 Online Games to keep your visitors entertained. The content is hosted remotely for less traffic and more topicality.

8/18/2008 ↓

Be Kind, Educate 20comments

I was preparing the following post as a speech for an event, but since I already used the above quote in a comment and the event did not pan out, I would like to post it for my readers. This version is smaller and is modified to suit the medium but I have tried to keep the message as close to the original thought as possible. I hope it helps at least one WordPresser help another WordPresser.

I started on my Masters degree in Computer Science after having worked in the industry for over four years. I decided that my education in Physics was not enough because it did not give me the ability to make enough of a difference to the people that I worked for. I could solve their problems and try my very best to make them smile when I left their establishment (I worked as a computer tech, making my way up to service manager when I quit) but I did not have the ability to help change their computing world and make them more content with their technology. I was just a fixer and could not enable change. So I quit my job, took out some loans, borrowed some money from my parents and went right back to school.

When I started school, I was fresh to programming. I had written some code in C for my undergraduate thesis and had taken one programming class at Wooster. However, truth be told, I was a real newbie in the programming world and was faced with a complex and advanced Computer Science curriculum that scared the living snot out of me. While searching the web for a project to sink my teeth into, I ran into blogging, then into b2 which finally led to me WordPress and a lanky kid from Texas with a lot of ideas and some fantastic leadership skills. I figured I would start two blogs to dip my toe in the water. One would be my personal blog and the other would be a log of all the programming work that I was doing. I figured it would help me get my arms around code, would help me help others and I would chronicle my journey in programming.

When I downloaded and installed WordPress, I had no clue about PHP, SQL, web servers or about most of the other technologies that I worked with. I huffed and puffed, stumbled and fumbled, tore my hair out and swore like a pirate almost every night when I sat down to play with my PHP scripts after finishing my Knowledge Based Systems homework. After much learning and quite a few painstaking weeks, I put together a few ‘hacks” for WordPress to make it do the things I wanted it to do and posted them on the support forums and on my blog.

But I quickly learned that the magic was not within me. The magic was within the community, the ideals championed by the community and benevolent nature of the community. Every hack was welcomed with open arms. Every tip that I posted made me more friends. Every theme I hacked up with my color blind eyes made me more popular. People started to recognize my name in the forums. I regularly received emails and conversed with folks from across the world. Before I knew it, I was a part of a fantastic community where I was more than just a nickname. The experience was sickeningly satisfying. The WordPress bug had bitten me and I could not stop scratching.

But the community was growing very quickly. I was not the only person that found solace in being within the community. There were dissensions, disagreements, flare ups, trolling and everything else in between. In watching various events unfold that first year, I learned my first lesson in community building.

Everyone speaks a different language even if we all speak English.

This is a well discussed and researched topic so anything I say has probably been said more lucidly in the past. But here is why I think our community works in spite of all our differences.

We have a glue. The glue is WordPress.

Why are we all such fans of a piece of software? I am a fan because it has helped me promote myself and my work. My dad is a fan because it helps him teach others about his fascinating ideas on alternative medication and spread wellness and news on staying healthy.

WordPress is a gift that keeps on giving.

WordPress is not just a one time pleasure. It continues to give me a lot for next to nothing. My ROI on WordPress is just massive. If you think for a few minutes, you might see your ingredients for the glue. I would love to know what WordPress gives you back.

Take a penny, leave a penny.

To me, WordPress represents everything that is fundamental to the Open Source movement. It represents a virtuous circle. Every WordPress personality keeps harping about how every user should think about giving back to the community because it will pay them back. Here is how I think of it. If all effort and resources were like a little penny holder in a store and we believe that all people, in their heart of hearts are good people (which I do), then every penny that you leave in that penny jar will make the jar look more full. An overflowing penny jar gives the person who needs a penny the confidence that if they take a penny, the jar will not become empty. It also gives the person who has a few extra pennies the desire to do what other good people have done in the past. WordPress enables us to feel good about ourselves.

We are all wellwishers.

I think we as human beings tend to forget that most people have good intentions. I also know that knowing that is not enough. It is very difficult to see the other person’s point of view. This is especially true if you feel very strongly about your opinion. That brings me to my next point.

We eat our own dog food.

Even core WordPress commiters have disagreements. However, I believe that we as a community have matured enough that we know when to give in. We have given WordPress the ability to be molded and shaped in the way it needs to be in order to make ourselves happy. Most features in WordPress can be removed, changed or enhanced to suit individual needs and abilities. There are plugins developed by core WordPress folks that get around certain features which they did not like but did not have the reasoning to enforce a global change on. Even in its failures, WordPress shines through.

That brings me to my final thought and the title of this post.

Be kind, educate.

I adore Lorelle. To me, she is the embodiment of our community in everything she does and in every action she performs. She is supportive and critical at the same time. She embraces and challenges in the same breath. She sticks her tongue out and throws her arms wide open all in one swoop. I believe what makes her approach so nice is that she is kind to the people that can enact change and she loves to teach other people to do the things she does so well. She is a WordPress enabler.

I wanna be like her. So I pledge to be as kind as I can be and I promise to educate everyone that cares to listen. While I am at it, I hope to learn a thing or two along the way. Will you help me do that?

So what do you pledge to do for WordPress and what can WordPress pledge to do for you?

8/17/2008 ↓

WordPress Theme Releases for 08/17 5comments

Humble

humblescreenshot

Humble is a simple, single column, green theme

Techy People

techy_people

A three columns, fixed width, light weight, fast loading theme. Widget, adsense and gravatar ready, separate comments and trackbacks. Logo .psd included. XHTML and CSS valid, tested on Firefox, IE 6 and IE 7.

BlueShadow

screenshot-blueshadow1

Widget and gravatar ready theme with a featured last post, 5x ad on latest post and 5x ad on single post, custom pages, image-styling, nice graphics and a lot more.

Simple

simple

Simple grey, white and blue, two column theme

8/16/2008 ↓

WordPress Plugin Releases for 08/16 0comments

WP-Post-Banners

WP-Post-Banners is a standalone script / WordPress plugin that can mine your WordPress posts or any other data and look for images suiting a given dimension and generates ‘featured’ section for your site using the found items.

Expanding Text plugin for WordPress

This WordPress plugin allows you to create sections of text in your post or page which expand/collapse when clicked on. You simply wrap the special tags around your text, and set the ‘expand link’ (the link visitors click on to show the text).

Kaltura Interactive Video Plugin

Add interactive video capabilities to your blog! Enhance your WordPress blog with both basic and advanced video capabilities. Upload, record, import videos directly to your post, edit and remix video content, enable video responses, manage and track your video content and much more…

Wet Maintenance

Hides a site from unauthenticated users wit ha ‘503 Service Unavailable’ status while logged-in visitors will see the permanently improving mess in its full glory. (Page in German)

Actionable

Actionable allows the creation of a categorized list of action items for users to check off and track. It was originally developed for Share 350.0 - a plan for regional sustainability to help people track their actions and efforts to create a sustainable community.

Facelift Image Replacement

FLIR for WordPress implements Facelife Image Replacement by Cory Mawhorter. It is currently in early development but is usable at this time with some manual configuration.

Lightbox Plus

Lightbox Plus is a plugin that implements Lightbox JS by Lokesh Dhakar. Lightbox Plus is used to create overlay display images on the webpage and to automatically add the correct overlay links to images. Lightbox Plus captures the image title for display.

ComplexLife

ComplexLife is a fork from Kieran’s SimpleLife. It shows your activity for any service that gives a date sorted rss/atom activity feed. The plugin then displays all that activity in any place you want it sorted by time, as a personal lifestream.

Tweet Tweet

Tweet Tweet is a plugin for WordPress that polls Twitter and archives your tweets and the tweets of those you follow so those insightful conversations you have at 1am are never lost.

wp-stattraq

A statistics plugin for WordPress

Blog Icons

Easily add an Apple iPod Touch / iPhone icon, a favicon and a feed image to your blog

Amazon Auto Affiliate Linker

Automatically adds your Amazon Affiliate ID to the back of all the links to Amazon you use in your blog

While on the topic of plugins, plugin authors might want to take a look at Make Clean and Readable Sources — Why and How.

What Does the Blurb on Top of Plugins Link Mean? 29comments

Author: Keith Dsouza Category: Wordpress Tips

If  you are using WordPress 2.6 and above you may have noticed a blurb above the plugins link with a number, many users are confused about this and have asked me about it, here is a simple explanation to all WordPress users who are confused about the blurb.

The blurb on top of the plugins link indicates the number of plugins for which updates are available, making it easier for users to track updates without having to frequently visit the plugins page. You may not notice the blurb if the plugins you use are up-to-date.

Hope this answers your question about the Blurb you have always been wondering about.

Tags:

8/15/2008 ↓

WP Plugin: “Where did they go from here” Updated 6comments

Author: Mark Ghosh Category: Wordpress Plugins

I have updated my Where did they go from here Plugin to make it compatible with WordPress 2.6 and beyond. The plugin adds the small list of links to the bottom of each post, as on this blog, of places within your blog that visitors went to after visiting a particular post. This emulates an Amazon functionality of similar nature. Download version 1.4 from here.

Tags:

Maintenance Update: WordPress 2.6.1 Released 17comments

Author: Keith Dsouza Category: WordPress

The WordPress team has released a maintenance update to the WordPress 2.6 branch. This release includes several improvements for international users, it also fixes permalink problems faced by blogs hosted on IIS servers.

This release does not require a mandatory update, so you can continue using WordPress 2.6 if you are happy with it, although you may want to upgrade to this release if you have been facing any of the bugs that were fixed in this version.

Tags:

8/14/2008 ↓

Are you going to WordCamp San Francisco? 3comments

Author: Mark Ghosh Category: General

I am going to be in San Francisco this weekend, attending the WordCamp on Saturday and staying till Sunday. Since this is my first trip to the Bay Area, I am hoping to meet and catch up with a lot of friends and colleagues. True to my style, I waited till the last minute to confirm my trip and ended up in a hotel in the Financial District. But I am hoping to not let my lodging gaffe cramp my plans.

Just send me an email or a twit or use the Contact Form above if you would like to get together.

[EDIT] Suggestions and SF advice much appreciated. :)

Tags:

WordPress Theme Releases for 08/14 3comments

M (removed due to sponsored links)

M

Adsense and widget ready, seven column, fixed width brown WordPress theme

Ubuntu WP

ubuntu-wp

Three column, widget ready theme named after the popular operating system

Ellise (removed due to sponsored links)

Ellise

Ellise is a 2 column theme, right sidebar position, widgetized and adsense ready.

PureCSS

PureCSS

PureCSS theme is a pure CSS WordPress theme, no image. The theme is compatible with latest WordPress, widget, valid CSS and XHTML, and has been tested with in Firefox, Internet Explorer 6 &, Opera, and Safari.

mts Gossip Rag

screenshot-mts-gossip-rag

Gossip Rag is a simple, two column, localized, widget ready, fix width WP Theme for gossip or celebrities.

NYC Reds

NYCRed

Fluid four column outfit with news slider built into the frontpage, widgetized sidebar and footer columns with typical WordPress, built in are recent comments with gravatars, related posts, social bookmarking enabled.

8/13/2008 ↓

WordPress Plugin Releases for 08/13 3comments

SodaHead Polls

Create a free poll for your blog with images and a fully customized look in seconds.

Advanced Tagline

Advanced Tagline gives the option to have multiple taglines for your blog and display them at random or sequentially with each page view. I created it mainly to learn how to write WordPress plugins and also to familiarize myself a bit with MooTools.

ISIS Ad Management

ISIS is a widget for wordpress, you can use it to Display 125*125 Ads in your sidebar.

wp-syntax-rettke

Out of the box, WP-Syntax colors code using the default GeSHi colors. Per the authors advice in the ‘Advanced Customization’ section of Other Notes, you can configure GeSHi yourself by handling the wp_syntax_init_geshi hook and configuring it programmatically. A generic plugin for folks who wanted to configure GeSHi following this approach.

Disqus Plugin

The Disqus WordPress plugin integrates Disqus into your blog. Disqus is a powerful comment system that easily enhances the discussion on websites.

New DISQUS WordPress Plugin 2.0 12comments

New DISQUS WordPress Plugin 2.0: DISQUS, the external commenting system has introduced a new version of their WordPress plugin that will allow bloggers to import their old comments into DISQUS and will allow for moderation of comments from within the WordPress administration area. New features introduced with this version of DISQUS include:

  • Comments are indexable by search engines (SEO-friendly)
  • Export and import of comments (Can WordPress import comments if you choose to get rid of DISQUS?)
  • Automatic synchronization between Disqus.com and your WordPress comments
  • Uses the new Disqus API
  • Moderate/administer your blog right from the WordPress admin
  • LaughingSquid and Mashable both have reviews of the new DISQUS. Is this going to help you switch comments?

    It appears that the plugin is only compatible upto WordPress 2.3 Thanks to Otto in the comments for the heads up.

    8/12/2008 ↓

    WordPress Theme Releases for 08/12 17comments

    WP Coda

    wpcoda

    WP Coda is a single column theme designed to mimics the functionality of the very popular Coda website

    4Marilyns

    4Marilyns

    A 2 column fixed-width, free WordPress theme, with righthand sidebar, enabled for widgets.

    Influkantur

    influkantur

    A simple and clean two column WordPress theme

    Star Press

    starpress

    Star Press is a three column, red and white, widget and gravatar ready, fixed width theme

    Atahualpa

    atahualpa-350x250

    Fluid width, 2 or 3 columns, rotating or static header image(s), options page, Gravatars, highlighted author comments.

    Flexi Blue

    flexiblue

    Fixed width, widget ready, right sidebar, three column, gravatar ready theme

    Tags:

    8/11/2008 ↓

    Charity Event: WordPress Scavenger Hunt 2008 0comments

    Author: Keith Dsouza Category: WordPress

    WordCamp SF 2008 is getting closer, many users may have already signed up for the event, for those who have yet to do so, you can purchase your ticket by visiting the sales page.

    If you are visiting the WordCamp there is another exciting event planned for charity, the WordPress Scavenger Hunt 2008 will be held the day after WordCamp SF on August 17th.

    The WordPress Charity Scavenger Hunt will have teams of four running amok in San Francisco for two hours, unravelling clues, finding weird stuff and completing tasks for points. The winning team with the most points will get the grand prize: lots of WordPress schwag, plus special surprises!

    Team registration fee is $40 for a team of 4 people, all proceeds will be donated to 826 Valencia, a local non-profit that helps kids refine their reading and writing skills. If you are looking to have a bit of fun before heading home from the WordCamp, do signup for the WordPress Scavenger Hunt 2008.

    You can follow the event organizers on Twitter and also view the photos from the events at Flickr.

    Tags:

    WordPress Plugin Releases for 08/11 4comments

    Open Web Analytics

    A full featured web analytics framework that provides detailed analysis of site users, click behavior, traffic sources, feed subscriptions and content consumption.

    Cross References

    Insert cross-references between posts or pages with [cref postID], such as [cref 1], or optionally with [cref post-slug], for example [cref hello-world], and get all backward references automatically at the end of each post or page.

    WP Microsummary Comment Track

    Using Firefox 2+ Microsummaries, this plugin only displays the amount of * Approved * Pending * Spam comments that you have on your Wordpress blog.

    Slayer’s Ad Integration Plugin

    Integrate ads in your posts. It doesn’t matter what ad you want to ad: Google Adsense, Bidvertiser, or just a link to an image this plugin can handle it, and just as every plugin it comes with a cool options panel.

    RSSLess

    RSSless is a WordPress plugin which allows you to hide specific post content from RSS readers using short codes. This is helpful for bloggers who embed videos, images, or other content which doesn’t display or embed correctly in RSS readers.

    Minimum Comment Length

    Allows you to set the minimum length of a comment that a user can leave.

    Admin Menu Drop Down

    Creates a CSS based drop down menu in your wp-admin for easy navigation through the administration area

    8/9/2008 ↓

    If, Then, Else 32comments

    Author: Jeff Chandler Category: WordPress

    Ever become brave enough to look inside of a WordPress php file? Specifically, a php file from a theme? If you have, you may have noticed that they are filled with If, Then, and Else statements. If you have no idea what these mean, this post is for you.

    Php has always been a pain for me to understand, but if you think about it in a logical manner, it begins to make sense. If, then and else statements are used as a means of making decisions, similar to the way you and I make decisions in the real world. Here is an example of how this logic works in WordPress.

    < ?php if (have_posts()) : ?>

    The if statement within that php function is asking if there are posts. If the blog has posts, WordPress begins processing what is known as “The Loop“.

    <? php while (have_posts()) : the_post(); ?>

    This piece of code tells WordPress to grab the posts from the MySQL database and display them on your blog. The loop then closes with this function.

    <?php endwhile; ?>

    If the answer to the if question turns out to be no, WordPress bypasses the loop and displays a message that no posts exist. This is where the else statement comes into play.


    < h2 class=”center”>Not Found< /h2>
    < p class=”center”>Sorry, but you are looking for something that isn’t here.< /p>
    < ?php include (TEMPLATEPATH . “/searchform.php”); ?>
    < ?php endif; ?>

    That last line of code is the if statement and concludes the function.

    If, then, and else are easy to remember when you think of how you function on a daily basis. A real world example, (If I am hungry, Then I’ll eat some food, or Else I’ll starve). Maybe not the best example in the world, but you should be able to get the picture.

    I’m no coder by any means but when I read explanations about statements and functions inside of WordPress via Lisa Sabin Wilson’s WordPress For Dummies, it’s as if light bulbs turn on inside of my head. One of those “Ohhhh, so thats what that does” sort of moments.

    Be sure to let me know if this post was of any help to you.

    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


    S2