Posts Tagged ‘Plugin Directory’

WordPress Plugins & Themes

This week was a pretty productive week for updating and editing my WordPress related content here on the website, I updated most of the plugins and a few of the themes to modernize them. In a few cases minor bug fixes but mostly just ensuring they are ready for the new WordPress 2.8 release.

Theme Updates

You can always find links to all my themes in the theme directory, but here’s a run down of some of the changes:

Great Chefs Great Restaurant Web Theme
New! This is a completely new theme for my website and hopefully will be my first contribution to the WordPress directory. It’s designed for restaurant owners and chefs who are looking for a perfect theme for their restaurant but could easily be used for any variety of websites.

One Night in Paris
I recently updated the One Night in Paris theme and redid a significant amount of the front end including a redesign of the index.php file.

Community Friendly Theme
Minor changes to the code designed to make the theme more compatible with 2.8

Plugin Updates

Get Image from Post, a Free WordPress Plugin
New! This is a simple plugin which allows users to return an image from the related post.

Get Better Excerpt Plugin for WordPress
New! The Get Better Excerpt plugin works almost identical to the built in get_the_excerpt() and the_excerpt() functions except it returns whole words.

You can of course see all my plugins in my plugin directory on thisismyurl.com or by visiting the official WordPress website at http://wordpress.org/extend/plugins/profile/christopherross where I sincerely hope you’ll download and vote for my plugins.

For a bit of shameless self promotion today, I’d love to remind everybody that I’m available to develop custom WordPress themes and plugins for your organizations. Sponsoring a free theme giveaway is an easy way to dramatically increase links to your website and give back to the community.

WordPress.com Stats Smiley Remover Plugin

When you install the WordPress.com Stats plugin from WordPress it adds a small, simple graphic to your posts which looks like a small smiley face. Generally it’s located in the footer of your theme but no matter how hard you try, you won’t be able to find it (or remove it) from the code.

Why? 

The smiley face is actually being loaded through a series of JavaScript calls from a remote server, the graphic isn’t actually located on your website at all! It’s part of the WordPress.com Stats plugin and is designed to help track visitors to your website but … it’s kinda ugly and a pain in the ass so to get rid of it all you need to do is add some code to your header.php file. Specifically, open your style.css file and add the following CSS:

[source lang="css"]img#wpstats{display:none;}[/source]

If you’re absolutely petrified of opening and editing your CSS files directly you can either pay a WordPress expert to do it for you (that’s the choice that my wife always prefers) or you can download my simple plugin which can be uploaded to your website and activated, automatically adding the code to the proper place.

How to Install

  1. Download the plugin
  2. Log into your WordPress Admin (http://[yourwebsite]/wp-admin
  3. Surf to Plugins -> Add New
  4. Select the ZIP file and Install Now
  5. Activate the Plugin

For those of you who would like to know more about the Smiley Face frustrustration, Ryan Imel wrote a great piece on it a while back and there’s also a great piece on My Digital Life.

 download file WordPress.com Stats Smiley Remover Plugin image

How You Can Help

I love developing plugins for WordPress and do my best to always keep them free but of course it take a lot of time and effort to build these plugins so if you’d like to say thanks, the best way is to take a few moments and write about the plugin on your own website, include a link to my website from your posts or download and rate the plugin on the official plugin directory.

Support forums are now online! If you have any questions, please visit http://forums.thisismyurl.com.

WordPress PHPINFO() Plugin

It’s important for a non technical administrator to be able to diagnose server related problems in WordPress but also rapidly retrieve feedback regarding their web server. This simple plugin adds an option to an adminstrator’s Tools menu which displays standard phpinfo() feedback details to the user. 

This a very simple script, designed to help the non technical user get immediate feedback about their blog.

It’s very easy to run a phpinfo() session without running a plugin and I can already hear a lot of people pointed out that this is a little like swatting a fly with a bulldozer but recently I’ve been working with a lot of charities and not-for-profits who lack in-house technical support and the simple process of running a phpinfo() query was daunting.

For those of you who want to run this as a page rather than a plugin, you can upload a php script to your website with the following code:

<?php phpinfo(); ?> 

Once you upload the code, simply access the page via the URL. On the other hand, if what I just typed made no sense what-so-ever … 

download file WordPress PHPINFO() Plugin image

How You Can Help

I love developing plugins for WordPress and do my best to always keep them free but of course it take a lot of time and effort to build these plugins so if you’d like to say thanks, the best way is to take a few moments and write about the plugin on your own website, include a link to my website from your posts or download and rate the plugin on the official plugin directory.

Support forums are now online! If you have any questions, please visit http://forums.thisismyurl.com.

No More Frames Plugin for WordPress

Many websites try to load your content into their own frame, to help sell ads on their sites. This simple plugin ensure your site is protect from this using a simple piece of code in your document header.

It works by placing a small JavaScript in the header of your document.

=== Plugin Name ===

Contributors: christopherross
Plugin URI: http://www.thisismyurl.com/wordpress/plugins/no-more-frames
Tags: frames
Requires at least: 2.0.0
Tested up to: 2.7.0
Stable tag: 0.5.1

Many websites try to load your content into their own frame, to help sell ads on their sites. This simple plugin ensure your site is protect from this using a simple piece of code in your document header.

== Description ==

Many websites try to load your content into their own frame, to help sell ads on their sites. This simple plugin ensure your site is protect from this using a simple piece of code in your document header.

== Installation ==

To install the plugin, please upload the ourprogess folder to your plugins folder and active the plugin.

== Updates ==

Updates to the plugin will be posted here, to [thisismyurl](http://www.thisismyurl.com/plugins/no-more-frames)

== Donations ==

If you would like to donate to help support future development of this tool, please visit [thisismyurl](http://www.thisismyurl.com/)

 

download file No More Frames Plugin for WordPress image

How You Can Help

I love developing plugins for WordPress and do my best to always keep them free but of course it take a lot of time and effort to build these plugins so if you’d like to say thanks, the best way is to take a few moments and write about the plugin on your own website, include a link to my website from your posts or download and rate the plugin on the official plugin directory.

Support forums are now online! If you have any questions, please visit http://forums.thisismyurl.com.

WordPress Plugin to automatically update the copyright notice.

What is this WordPress plugin?

This plugin automatically generates a copyright notice from the first post in your blog to the current year. The Auto Copyright notice plugin fetches the first and last year of posts from the database and displays the results as a copyright notice on your website.

This process allows blog owners to add content retroactively, knowing that the  website will automatically find the first date a post is published as well as the last published date or the current year (whichever is later).

To use the plugin, simply download it and add the code  <?php echo  autocopyright();?> to your website where you’d like the copyright notice to appear.

download file WordPress Plugin to automatically update the copyright notice. image

How You Can Help

I love developing plugins for WordPress and do my best to always keep them free but of course it take a lot of time and effort to build these plugins so if you’d like to say thanks, the best way is to take a few moments and write about the plugin on your own website, include a link to my website from your posts or download and rate the plugin on the official plugin directory.

Support forums are now online! If you have any questions, please visit http://forums.thisismyurl.com.

Fundraising Thermometer Plugin for Wordpress

The plugin interface, for WordPress

Features

Example of a fund raising image from the new plugin

The fund raising tool is a true WordPress plug-in, testing with WordPress 2.7 and fully functional. It features:

  • W3C compliant Cascading Style Sheets (CSS)
  • Dynamically updated text including target and current fund status
  • Money formating options for use internationally
  • Theme options, allowing designers to customize the look of the thermometer
  • Call either the graphic or a formated number to display in text.

Admin Features

The new interface allows uses to set both the current amount (what has been raised) as well as the target amount (what you want to raise). The script automatically generates the ten steps in between and displays them for the user.


The plugin auto detects if the money_format() function is present and will use it automatically if found, otherwise it will display the currency using the number format function automatically.

How It Works

To display the current amount of money raised (in currently format) place the following code in your theme:

<?php echo show_ourprogress();?>

For a graphical version (by default the thermometer), include the following code:

<?php show_ourprogress_graphic();?>

Where to Get It

The plugin can be downloaded from the official WordPress repository: 

download file Fundraising Thermometer Plugin for Wordpress image

How You Can Help

I love developing plugins for WordPress and do my best to always keep them free but of course it take a lot of time and effort to build these plugins so if you’d like to say thanks, the best way is to take a few moments and write about the plugin on your own website, include a link to my website from your posts or download and rate the plugin on the official plugin directory. 

Support forums are now online! If you have any questions, please visit http://forums.thisismyurl.com.