Sponsor
Blogroll
Meta
Tag Archives: PHP
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