Welcome! Thank you for visiting!
Please Subscribe to my full feed.
Facebook Like Button
Thesis is a great wordpress theme but it takes some getting used to. You are no longer editing a file called “single.php” you’re using hooks to add in content and change things around. To add the facebook like button in Thesis open up custom_functions.php in your favorite editor and add the code in this file. I couldn’t get the code to display properly here in this site.
This will add in the like button below your posts. It will not add it to your pages. I just wanted people to be able to like my blog posts and not my pages.
What do you think? Have you used it? I have added the like button below. Feel free to like this post :]
Comments (2)
I have been using wordpress for a while and now I’m starting to integrate more jQuery into some of my blogs. Problem is I have been having problems with the code acting up. After searching I found the jQuery is now included in the core code for wordpress. More reading and I found that I need to use jQuery’s noConflict to make my code work in wordpress. Using noConflict your code will look like this:
$j = jQuery.noConflict();
$j(function() {
$j("#sidebar #trigger").click(function(event) {
event.preventDefault();
$j("#box").slideToggle();
});
});
Basically anywhere you would have used just the $ sign you add in a “j”. The variable name can be anything some examples use $js I just chose $j.
Please sign up for my feed as I will be adding more wordpress and jQuery goodness!
Comments (0)
I have found a new plugin for wordpress I like. It’s called CommentLuv and when you view the comments box for a post at the bottom you will see a new checkbox. When you make a comment CommentLuv will try to get your latest blog post and post it with your comments. Try it out on this post if you like!
Comments (3)
Recently mySQL was upgraded on the hosting server my site is on and something weird happened: the posts were displayed from oldest to newest! My blog was running wordpress 2.0.2 and wordpress 2.5 had just been released. I dreaded upgrades because of the “what ifs”. My worst nightmare was that the upgrade would break everything and I would loose two years of posts. I put on my big-boy-be-brave hat and set side an hour of time to perform the upgrade. First I disabled all of the plugins I was using (that was a good thing, I didn’t enable at least half of them after the upgrade), switched the theme to the default wordpress theme, removed the old directories as I was told to do, unzipped 2.5 over top of any code left, copied my wp-config.php back to my directory, and ran the upgrade script. It worked! What’s even better is that the posts are now showing the latest post first! What I came out of this was that wordpress is not as hard to upgrade as I thought and that I should be running the latest stable version. That being said, here are some things I like about wordpress 2.5:
- Built in tagging
- Editing of a posts permalink
- Automatic plugin upgrades!
I think my favorite is the last one. Just enter your FTP information and wordpress downloads the plugin, unzips it and installs the latest version of the plugin. All of this is done through your browser window!
Are you using Wordpress 2.5? If so what is your favorite new feature?
Comments (0)
You are currently browsing the archives for the wordpress category.
I Share
Recent Visitors
Search
Blogroll
Cool Stuff