Posts Tagged ‘wordpress plugins’
Happy Thanksgiving!
Thursday, November 26th, 2009Hello, all!
I hope you are all enjoying your Thanksgiving. We are currently in the prep phase of our meal and I have the easy part. I only have to make the mashed potatoes. I have already peeled and cut them and I am about to put them on to boil. Very soon the mashing will commence.
Wherever you are in your Thanksgiving, I hope all is going well.
Thanksgiving preparations are not the only thing that I have done today, although that has gone the smoothest. I have also tried to install a plugin that will help me twitt from this blog. So far, no go. But I will keep trying, but probably not until Sunday, since I will be working tomorrow and Saturday.
Anyway, go, enjoy your turkey or tofurkey or whatever else you are having today.
Adding plugins to my blog
Saturday, November 7th, 2009I have been adding more plugins to my WordPress blog. I know most of you aren’t interested, but someone may be. There are literally thousands of plugins that you can add to a WordPress blog (find them at the WordPress->Extend->plugins page). Of the three new plugins that I have added, two were to help me administer my blog, and one was to add content for my readers. They were Broken Link Checker, User Locker, and Daily Fitness Tips.
For anyone that wants to add a pluggin, the process is simple. Search the WordPress plugins for a plugin you want to use. Download the plugin to your computer. Extract the files into a folder. It can be helpful to read the readme file if there is one. Upload the folder to your blog’s wp-content/plugins directory (I use FileZilla). Activate the plugin from your blog’s Dashboard by clicking the Plugins menu. Some plugins have to be configured, others don’t.
I used this process with each of the plugins that I chose. Broken Link Checker will do what it’s name implies – every few days it will go through my blog and check for broken links. If it finds one, it will let me know. User Locker will prevent someone from endlessly trying to login by trying out different passwords. This is to help prevent hacking and spam. Currently, I have it set for 5 tries. Daily Fitness Tips displays the box in the right-hand sidebar that displays a different fitness tip everyday. Of the three plugins I installed, this is the only one that I had problems with. Not that there was any problem with the plugin, I just had a problem activating it since I have a customized blog that did not allow me to use the widgets interface to activate it. Since I could not just drop the widget in a sidebar (which is how you normally activate a widget), I had to search through the code for the php function that is called to start the widget. The one that seemed to work was workoutbox_widget_generator. So, I added the following code into my right sidebar:
<li>
<?php workoutbox_widget_generator(); ?>
</li>
As far as I can tell, everything seems to be working. If you notice any problems in your web browser, please let me know.
Updates and changes
Friday, November 6th, 2009Today I have been doing a lot of updating on this site to get my wordpress blog working the way I want it to. I have been playing around with themes and updating files to massage the look of my site. I want to get it to look more like my website home page, but it is never going to look exactly like it.
One of the things that I have done is add some plugins to my blog. I have added the Scissors plug in that allows easier image manipulation in the posting screen. I have also added the Sidebar Login plugin that allows users to login to my blog from the sidebar if they want to add a post or comment. It has also allowed me to add in a link to the Add New Post page so that my readers can easily create a new post if they want to. Note: I will be moderating all new posts since the post text will also be appearing on my website’s home page once I get the feed working (which should be in a day or two). I guess I had better create a link to edit posts, too.
I am planning on putting in more plugins and doing additional updates soon, so stay tuned!