HTML Page Sitemap plugin Now Available

The Plugins Podcast is pleased to announce the availability of the new HTML Page Sitemap WordPress plugin.

This simple plugin adds an HTML (Not XML) sitemap of your blog pages (not posts) by entering the shortcode [html-sitemap] in the page content. This simple plugin is configured from the shortcode. Settings include the sort_column, sort_order, exclude, include, depth, child_of, meta_key, meta_value, authors, number, and offset. You can set essentially everything you can set in the wp_list_pages function.

This plugins is perfect for those who use WordPress as a CMS.

Please see the Template Documentation for the wp_list_pages function for detailed documentation of the available attributes and their values.

HTML Page Sitemap

The plugin may be downloaded from the WordPress Plugins Directory or by the following link: Download version 1.0.

Plugins 024 – Interview Mitcho author of Yet Another Related Posts Plugin YARPP and HookPress WordPress Plugins

In this episode we continue our conversation with Mitcho, the author of the Yet Another Related Posts Plugin (YARPP) and HookPress plugin.

Mitcho and I talk about jQuery, plugin development and plugin translation in WordPress. Mitcho goes into detail of the problems that come up that you cannot anticipate when creating plugins.

Further into our conversation we talk about providing translation support in plugins and the challenges with it. Mitcho recommended the CodeStyling Localization WordPress plugin to allow translators to translate plugins. Mitcho explains how to add code around your strings in your plugin to support translation. e.g. __(‘your string here’). The translation is performed using GetText, which is a very popular translation method and is very popular for software translation.

Mitcho goes on to suggest that a repository of translations be created and hosted at WordPress.org so translations can be managed and distributed independently of the plugins. I completely agree with Mitcho and think this is a great idea.

Near the end of the interview we talk more about YARPP features and how it can be added to themes.

Thank you so much Mitcho for taking the time to come on the  show and discussing your WordPress plugins and thoughts on translation.

Plugins 022 – WPtouch Mobile Smartphone (iPhone, G1 Android, Palm Pre) WordPress plugin

Today we’re covering the WPtouch mobile smart phone WordPress plugin.

The WPtouch Mobile Theme plugin adds a mobile friendly interface to your blog’s web site. The plugin allows you to quickly add support to your blog web site for mobile phones such as the iPhone, Blackberry, Google Android G1/myTouch and the new Palm Pre. Installation is simple and configuration options are easy to configure.

Features include:

  • Clean navigation interface in an iPhone friendly format.
  • Supports Blackberry, iPhone and iPod Touch
  • Supports Google Android, Opera mini and Palm Pre with some hacking
  • Settings for displaying categories, tags and author name in post listings
  • Settings for adding Google AdWords and Analytics
  • Customize the styling and colors and your logo (as an icon)
  • Support for other plugins

Here are some screen shots from an iPhone and from a Palm Pre:

IMG_0151

browser_page

If you’re familiar with editing PHP code and would like to enable WPtouch for Android, Palm Pre and Opera mini, please edit the wptouch.php, replace the array on line 250 with the following:

$useragents = array( “iPhone”,  “iPod”,  “aspen”,  “android”,  “dream”, “webos”, “incognito”,  “opera mini”, “webmate”,  “BlackBerry”);

Plugins Podcast Skill Level: Any

To learn more about the WPtouch plugin, please go to http://wordpress.org/extend/plugins/wptouch/.

The design of the Plugins Podcast logo and site theme are by LogoBot2000.com. LogoBot2000 has very low prices on logo designs and images for your blog and podcast needs. If you visit the site, please let Brian know Angelo from the Plugins Podcast sent you.

Plugins 018 – WP Greet Box WordPress Plugin

Today we’re covering the WP Greet Box WordPress plugin.

The WP Greet Box plugin adds a welcome box to the top of your blog post and/or pages based on where the visitor came from. The box can be extensively customized and special greetings can be added. The plugin is useful if you wish to help new users find additional content on your blog as well as encourage visitors to subscribe to your feed or tweet the blog post they are currently viewing.

Features include:

  • Extensive list of greetings for sites such as Google, Yahoo search, Twitter, Facebook, LinkedIn, etc…
  • Ability to add custom greetings and greeting icons
  • Open links in greeting box in new browser windows option
  • Display related posts within your welcome boxes to help visitor find additional relevant content
  • Import/Export options
  • Extensive documentation to add greetings to your WordPress theme

Plugins Podcast Skill Level: Any

To learn more about the WP Greet Box plugin, please go to http://wordpress.org/extend/plugins/wp-greet-box/.

Plugins 012a – MailPress Plugin

MailPressToday we’re covering the MailPress plugin to quickly add a newsletter mailing list to your blog.

Features include:

  • Newsletters for (users can subscribe to)
    • Each post
    • Daily (digest of posts each day)
    • Weekly digest
    • Monthly digest
    • Comments
  • Manually send newsletters
  • Detailed logging of sent messages
  • Themes for Email newsletters
  • Add-ons (Sort of like plugins for this plugin)
    • Bulk import tool (comma separated list of addresses)
    • Import data (csv, XML sample, other WordPress plugins from database)
    • Mailing lists manager
    • Newsletter categories
    • Synchronize WordPress accounts with MailPress Users
    • Add roles and capabilities (Special User Roles to apply to WordPress accounts)
    • Custom Fields

The plugin is very powerful which makes it very complicated to setup and configure. It definitely helps to read all of the documentation and have previous knowledge of how to edit source code before attempting to use this plugin.

Plugins Podcast Skill Level: Advanced

To learn more about MailPress, please go to www.mailpress.org.