Sponsor
Blogroll
Meta
Tag Archives: PHP
WordPress Pretty URL Sorting by Date
I don’t know how to title this post properly, so I am just going to try and explain it and see if then I can have a good title. I wanted to be able to sort custom post types by … Continue reading
Posted in PHP, Wordpress
Tagged add_action, add_filter, add_rewrite_rule, functions, PHP
Leave a comment
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
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
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
Dynamic Copyright
I hate hate hate sites that don’t update there copyright. I know if you don’t use some sort of template system it can be hard to shift through all of your pages to do this. So make your website with … Continue reading
Dyanmic Image Resizing
I use timthumb for dynamic image resizing. It works on most webhosts and requires little to no setting up. All you have to do is upload the file to your website and link to it like so: <img src=”//timthumb.php?src=/images/whatever.jpg&h=150&w=150&zc=1″ alt=”" … Continue reading