Beginners guide to posting with Wordpress.

Beginners guide to posting with Wordpress.A friend of mine who has been using Blogger for a few years gave Wordpress a try last week. He set up a free blog on Wordpress.com and after a few days of playing with it, decided he prefers Blogger because the posting interface is much more user-friendly than Wordpress.

My friend is extremely computer-savvy, but he’s not an html/css geek like I am. He doesn’t have the time or the patience to mess with the guts of his blog when all he wants to do is produce content. So in the interest of helping new Wordpress users create content that matches their vision, I’ve got five tips to make your posting experience easier.

1. Create your content locally.
I think most Wordpress users will agree that the default WYSIWYG editor is at best sub par. I have actually gone to great lengths to turn mine off completely to write my code from scratch. But that isn’t an option for most everyday bloggers. After playing around with a few plugins that claim to increase the default editor’s functionality, I’m unimpressed with that option. So I started doing some research about desktop applications that are basically blog-centric, fully functional WYSIWYG Web editors. There was a great article over at ProBlogger last year about the advantages of using a desktop blogging client with links to some of the more popular ones.

Unfortunately, I don’t have one to recommend, but in my research, I’ve come across tons of bloggers who vouch for them.

2. Make a plan for using images.
Since Wordpress doesn’t have a native feature to manipulate images, it can be frustrating to upload an image multiple times to get it the proper size. If you know what size your image should be before you start editing it, then this will stop being a problem. For example, my larger graphics within posts are most often 250px wide, and my smaller graphics are 115px wide. But those are just the two examples that One Thing New needs. At the very least, I would suggest determining a set width for horizontal and vertical pictures. Not only will that eliminate the need for uploading your images multiple times, but it will help your blog’s design by giving your images a uniform feel.

3. Learn a little CSS.
CSS stands for Cascading Style Sheets. It’s a type of code that tells your Web browser how to display the content on your site. And one thing that Wordpress gets right is giving you the ability to edit this code very easily. I’ll give you a couple of very useful snippets of code that can help your posts do what you want them to.

Go to Presentation > Theme Editor, and your stylesheet should be the default file that pops up. Scroll to the very bottom and add this:

.image_left { float: left; }
.image_right { float: right; }

Click to update the file. What you have done is add two “classes” that can be used to position images within your post and have the post text wrap around them. To make these work properly, you’ll have to place them properly. For example, if you want the image to be at the top right of your first paragraph like the Weekend Web Developer image is in this post you would write in the Wordpress post box:

<p><img src="yourimagename.jpg" class="image_right" />Your post text here...

This is probably a little more code monkey stuff than you were prepared for. But once you’ve created those classes, they can be used in as many posts as you want.

4. Check out Wordpress plugins.
I mentioned that I wasn’t impressed with the plugins I tried to beef up the Wordpress editor, but my search wasn’t extremely thorough. And it was by no means exhaustive. There is a vast network of developers creating free plugins to enhance the functionality of Wordpress. And with a little searching, you should be able to find some that make your life easier.

The first place to start looking is the Wordpress plugin page. There are also lists of plugins at WPPlugins.org and wp-plugins.org. Once you’ve downloaded your plugins, it’s super easy to activate them. Just upload the plugin file to your wordpress/wp-content/plugins/ folder. Then go to the Plugins tab from your Wordpress dashboard, and there should be a list of plugins with the option to activate or deactivate them. Simple.

5. Pick a new theme.
One of the best things about Wordpress is its ability to be customized (something that seems to be a bit more difficult at Blogspot). If you don’t like the default behavior of your blog, the problem might be in your theme’s stylesheet. Check out Wordpress Theme Viewer for a massive amount of themes that have all kinds of default functionality. Chances are there will be a theme out there with the exact set of features you want.

I hope this article has given you some helpful tips about improving your experience with Wordpress. Familiarity and ease of use are strong factors when considering what blogging platform to use, and I understand sticking with what you know. But I encourage all you burgeoning bloggers to give Wordpress a try.

Trackback

4 Responses to “Beginners guide to posting with Wordpress.”

  1. The Big P says:

    03/25/07 at 9:52 am

    I expect my hits to go up exponentially now! :)

    Just a few observations about your piece:

    You absolutely hit the nail on the head with the “he’s not an html/css geek like I am. He doesn’t have the time or the patience to mess with the guts of his blog when all he wants to do is produce content.” comment. I want to get in there, post with ease, and get out.

    1. I can see the advantages of locally creating content, but I look at it as why have to install another prog on the comp, fire that up, then fire up the browser, and maybe (depending on the editor) have to keep going back and forth? With an online editor, it’s just pull up the browser and you’re there.

    2. Again, why use two programs when the online editor resizes the images for you? Also, I don’t look forward to the time spent both figuring out and resizing every image to the perfect size for each individual image I want to put in a single post.

    3. Always good to know CSS, HTML, and all that fun stuff. One of the things I liked about WP is that it gets you to learn these things.

    4. Another great thing about WP is the open source movement. Plugins are great, and I’m sure there’s gobs of them out there, but a big source of confusion for me was: “Just upload the plugin file to your wordpress/wp-content/plugins/ folder.”…where exactly is this folder if I use the online editor? It wasn’t really made clear how to install them on WP, although that could be my fault, I might have missed it.

    5. The best thing about WP to me were the 7 gajillion themes available. Never a dull moment with so much from so many different places. But while the Blogger themes are limited, the customization is definitely there. You can change colors all over the place, fonts, lots of sidebar elements, header images, etc., all from the online editor and without going into the code. An if you want to do the work, the HTML editor is right there too.

    I liked some of what I saw at WordPress, and it’s definitely worth giving a try. But as it is right now, I think it’s more for the advanced bloggers out there than people like me who want ease of use above all. Great article!

  2. Rob says:

    03/25/07 at 12:46 pm

    Glad you liked the post.

    1. From what I understand, most of the desktop blogging applications provide a one click posting feature which publishes your post from that app without having to launch the browser. I plan to do a little more research about desktop blog editors for a future post, though. So stay tuned for that.

    2. I agree it’s a hassle that Wordpress doesn’t have its own image editor, but I think it’s something they’re working on for the future (check out the ideas section of Wordpress.org to read about and vote on other requested features). When I write a post, one of the first things I do is fire up my image editor and resize all my images. Since I already know that my large images are 250px wide and my small images are 115px wide, this process takes me maybe three minutes. This tip was more about saving time by planning ahead, because I definitely agree that Wordpress should have image editing capabilities.

    3. CSS makes the WWW go ’round. :)

    4. I’m trying to check on the Wordpress.com plugin issue, but I haven’t been able to access that site since I tried yesterday afternoon, which is not cool as I’m over here trying to promote their service. But I’ll get back to you on it when/if they come back up.

    5. Themes and plugins are the two main reasons why I think every level of blogger could benefit from using Wordpress. By writing a post like this, I’m trying to offer a “have your cake and eat it, too” scenario: trying to make the user experience for Wordpress better so you can have access to their awesome themes and plugins.

    BTW, don’t go expecting your hits to increase. My blog is still a baby. I get more hits from your blog than from anywhere. :)

  3. The Big P says:

    03/25/07 at 12:53 pm

    LOL…that’s crazy, I have like 2 readers, if that! :)

    Cool beans. I’ll keep my eye on WordPress developments in the future, and of course this blog as well. Keep up the great work!

  4. one thing new » blog archive » Follow-up: Beginners guide to posting with Wordpress. says:

    03/26/07 at 7:41 pm

    […] Beginners guide to posting with Wordpress. […]