Tag Archives: Wordpress

Simple Comment Spam Stopper

This is from Another Approach at Comment Spam, I couldn’t wait for a plugin to be made, So I just made it myself. All this does it add is a hidden field to the comment form, spam. And if anything … Continue reading

Posted in PHP, Wordpress | Tagged , , | Leave a comment

WordPress Instant Search

I have been getting a lot of requests lately to do an Instant Search type thing for a couple of my sites. I wasn’t really into it, and I am still not into it. I have had trouble lately with … Continue reading

Posted in PHP, Wordpress | Tagged , , , | 1 Comment

Disable New User Email Notifications

This plugin will disable emails about new users who register on your blog. It is a very simple plugin that just changes what happens when new users registers. You can download this plugin here. I am going to be submitting … Continue reading

Posted in Wordpress | Tagged , , , , | 1 Comment

Custom Post Types in WordPress 3.0

This has been something that I have been looking forward to for a very long time. With these options, wordpress mu and buddypress, WordPress is really a cms/blogging software to be reckoned with. Clients get confused when you install wordpress … Continue reading

Posted in Wordpress | Tagged , , , , | 5 Comments

Add Link to Favorites Drop Down

I saw a post today about making a quick action button always there that required you to edit the core wordpress files. This made me cringe a little bit, I have only had to do this once for a wordpress … Continue reading

Posted in Wordpress | Tagged , , , | 2 Comments

Removing first image from the_content

I recently had a client want to put the_title below the first image. Without making it to complicated by adding custom fields or anything like that. I thought that I could grab the first image from the content with catch_that_image … Continue reading

Posted in Wordpress | Tagged , , , | 4 Comments

When Upgrading WordPress Always Backup

This happened to me today, And thank the gods I randomly had a backup of the custom theme folder. I had updated some function calls to make it load a bit faster, and I lost those when I decided to … Continue reading

Posted in Wordpress | Tagged , | Leave a comment

Idea; Use WordPress as RSVP System

So I had a friend who was looking for a simple to use RSVP system. I spent half today looking into ways to use custom fields as  a way to track names and emails. Thats a good way if you … Continue reading

Posted in Wordpress | Tagged , , , | Leave a comment

Custom Page Templates Not Showing Up In WordPress

I litterally created a new template for an internal project today and it wasn’t showing up on the template drop down menu. It was freaking me out, I spent a good five minutes trouble shooting it by: Making a new … Continue reading

Posted in Wordpress | Tagged , , , , , | Leave a comment

After WordPress Install

The first thing I do after a wordpress install: 1. I change the permalinks structure to “/%category%/%postname%/”. I don’t use category pages, I make pages in place of the categories. I don’t like how it looks when you use normal … Continue reading

Posted in Wordpress | Tagged , , | Leave a comment