I work with WordPress a lot. By nature, I like to fiddle with things too. With that said, I have never been a fan of default font that the WordPress Editor uses. In fact, I can easily say that if I could change it, I would. Well, fear not fellow users, there is an easy way to spruce up your …
Read More »Tag Archives: functions.php
Add Move to Trash Button on WordPress Admin Bar
If you are frequently making changes to your WordPress blog, you have have become tired of having to go through a bunch of menus to delete an out of date or irrelevant post. With a simple edit to your functions.php file, you can add a “Move to Trash” button to your WordPress Admin bar for simple deletes.
Read More »Change the WordPress Editor Width
A friend of mine recently went through some issues with WordPress and the WYSIWYG editor. His theme’s content width is 620px, but the editor is as wide as his screen. With that said, when he would create a post and insert pictures he would have to preview the post over and over to make sure things were falling into the …
Read More »Add the “Next Page” Button to the WordPress Editor
For years now, I have been using TinyMCE for WordPress to enhance the editor with some new buttons. However, I only found myself typically using the “Next Page” button and never really touched any of the others. I also noticed that some of the new functionality in WordPress 3.1 wasn’t present when using the plugin. In the interest of keeping …
Read More »Remove Items from the WordPress Dashboard
If you have opened up your WordPress site up to user registrations, there are inevitably some things that you just don’t want them to see. Unfortunately, by default, there is no way to accomplish this directly from the options within WordPress. Until this day comes, you can remove dashboard items by adding some simple code to your functions.php file.
Read More »Replace or Add User Profile Fields in WordPress
If you take into consideration that WordPress is the most widely used blogging platform, it is confusing why they are still living in the past. I am referring to the usage of AIM, Jabber, and Yahoo in the user’s profile. Currently, within WordPress, there is no way for you to modify these choices. However, with a few simple lines of …
Read More »Modify the WordPress Login URL
There are various ways you can secure your WordPress installation, some of them are true security measures and some of them are just concealers. One thing I have been looking to do with my WordPress installations was to change the URL for user login and registration. I feel as though having wp-login.php in the url is not necessary, this should …
Read More »Open Comments & Trackbacks in WordPress Globaly
I love when things go wrong! It gives me an opportunity to, perhaps, enlighten people with solutions that may find themselves in a familiar situation. Recently, I have been toying with some comments systems on the site, namely Intense Debate and DISQUS. In the process of experimenting with both of these services I noticed that there had been no comments …
Read More »WordPress: Allow Contributors to Upload Images
WordPress is a very flexible platform for site owners. Unfortunately, by default, WordPress limits many of the things you can do right off the bat. One thing I have encountered lately is the need to have contributors upload images to insert into posts as this is not allowed from the start with WordPress. You may be asking, why is this …
Read More »Add a Custom Logo to the WordPress Login Screen
There are many things about WordPress that make life easy… and a few that are a real pain in the butt. One of the pains is the login form’s logo and url. If you are like me, you want to brand your sites and doing so gives the site that extra touch of personalization. Not to mention, if you are …
Read More »