Sponsor
Blogroll
Meta
Author Archives: Weston Deboer
Make Network WordPress Private Site Wide
I am creating an Intranet wordPress site for the company that I work for. It has different sections for each part of the company. When you login to the site it will show you everything that you have access to, … Continue reading
Posted in Wordpress
Leave a comment
Code Injection
So, I found out this weekend that I got all my sites injected with code. I tried deleting it and it just wouldn’t go away. It had injected itself into every plugin in the plugin folder. I tried removing the … Continue reading
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
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 custom post type, post type, register_post_type, Wordpress, wordpress 3.0
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
WordCamp San Francisco May 1st, 2010
Just bought two WordCamp San Francisco tickets. I have never been to anything like this before and don’t know what to expect. There aren’t any speakers yet, but it will be interesting to meet some WordPress folk. There are already … Continue reading
Using Custom Fields in Comments
For a private wordpress site I have been using a custom comments table. It just has an added row where people rate the business. Everything is included in the comments table where I don’t need to make a custom table … Continue reading
Posted in PHP, Wordpress
3 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
Add Custom Field to Register Form
this is gonna be a quick one, cause I need to finish website. But I got this working today. This is for function.php file or in a plugin will work. This will add two forms to the register page in … Continue reading
Posted in Wordpress
17 Comments
Why Include a Logout Button?
So I am making a site where users can create an account on this site. It is not an important site where multiple users are going to be using the site, where there is a need for a logout button. … Continue reading