How to Setup a Self-Hosted WordPress Website or Blog
by Tevya on Mar.07, 2011, under Free Tutorials
We already released a simple overview of posting on a WordPres blog. Now we’re releasing a special FREE version of Class 2, which is all about how to setup a WordPress blog or website. We even include our awesome step-by-step instructions on setting up your hosting as well. So if it all seems overwhelming, or you want to help a friend get started, this is the perfect solution. Here’s the video, with the links mentioned in the video included below:
Easiest & best WordPress hosting: Hostmonster or Bluehost
. HostGator
is also an excellent alternative (use the “Fantastico” setup shown in the tutorial). Netfirms
is our favorite domain registrar, if you plan to register lots of domains. They’re cheap, and much simpler and classier than Godaddy.
More free classes from this series coming soon! Make sure to subscribe to our YouTube channel, RSS, email updates or Twitter to get notifications when more are made available.
Put Your WordPress Blog in Maintenance Mode
by Tevya on Mar.07, 2011, under post, wordpress
I wanted to put several client’s sites in a “standby” mode while updating the look, as well as a few little issues it had been having. I found a couple great plugins to do this with. I chose WP Maintenance Mode because it has a bunch of included “down for maintenance” pages designed, that get shown to anyone visiting the site while its active. Maintenance Mode is another great option, with out all the theme options, etc.
Speed Up WordPress Blogs or Websites
by Tevya on Feb.14, 2011, under post, wordpress
WP Super Cache suggests some great plugins that work in conjunction with it, to speed up your blog/website. The first is Use Google Libraries which checks to see if your WordPress website is using any common Javascript libraries. If it is, it then loads these from Google’s servers, instead of yours. Google’s servers are almost always going to be faster than your own, so it speeds your site up, but also offloads that part of the site, for less bandwidth and traffic on your host.
The 2nd plugin is WP Minify this plugin compresses your Javascript and CSS files to also improve load times. It’s like loading a single, smaller zip file, instead of several uncompressed files individually.
How To Post a Post on WordPress
by Tevya on Feb.02, 2011, under Free Tutorials
Hi everyone. After being somewhat dormant on the updates/news, we’re back! And we’ve got some great stuff coming. To start off, you can get a peak at what part of our classes are like, by watching a free tutorial!
This covers just a small portion of one of our classes, but should give you a nice flavor of what classes are like. It teaches you how to post on a WordPress blog. WordPress is fairly easy to use, but a nice step-by-step walk-through is always helpful, right? So enjoy this one, and watch for more in the near future!
Links in WordPress Picture Captions
by Tevya on Jan.24, 2011, under post, wordpress
This is the 2nd or 3rd time I’ve looked for a solution to the WordPress issue that it strips HTML out of image captions, removing any links you might have included. I finally found an answer, and it seems to work great: yes another plugin. Links in Captions allows you to add link code like this to image captions: {link url=”http://www.example.com”}Anchor text here{/link} and it renders them as normal text links!
Custom Post Types and Taxonomies in WordPress
by Tevya on Jan.24, 2011, under post, wordpress
The most recent versions of WordPress includes the ability to include custom post types and taxonomies. What that heck is that? Well basically it allows you to put other kinds of data into WordPress, rather than just simply posts and pages, and then tag or classify that data in other ways than just tags and categories. A Great example is this P2 theme I’m using for this blog: it has several options at the top posting area: Status Update, Blog Post, Quote, and Link. Currently these are all the normal, default post type. There is a normal category assigned to each kind. The theme knows whether or not to display a title, based on which category its in. But lets say you wanted to use categories to classify your posts. Automattic (creators of WP and the P2 theme) could make each of these a custom post type, or they could create a custom set of taxonomies. If they did both, you’d be able to select “Status Update”, “Quote”, and “Link” in the WP admin, then specifically write that kind of post (e.g. a “Status Update” post would only have a body field, no title option) rather than only as an option on the front of P2, as it is now. Plus, if there was a custom taxonomy assigned to each you could still sort by the type, but you’d also be free to use categories for your own classification.
This all only works if you incorporate the custom post types & taxonomies into the theme. You can create them, but if the theme doesn’t know what to do with them, they’re worthless. An example of the custom post types is on the home page of my business website: FiddlerStudios.com. The images and text carousel that is the main focus of the home page, are each a custom post type. It looks a lot like a normal post, but the theme knows to put them the text in that carousel, with the featured image on the left, rather than in the blog with normal news posts.
With that said, here’s a really great explanation explanation I found regarding custom taxonomies. And here’s a great plugin that lets you quickly and easily create custom post types and taxonomies in your WP admin. The problem with the plugin is its only half the battle: you’ll still need to make your theme make use of them.
UPDATE: here’s an excellent and very detailed article about all the details of custom post types.
Integrate Google Fonts Into WordPress Websites
by Tevya on Jan.24, 2011, under post, wordpress
I’ve wanted to use Google Fonts on some of my sites for a while now. It just looks cool when you’re site has new fonts that not everyone else on the web is using (Times, Arial, Helvetica, Verdana, etc.). However, I’m no programmer and the very little bit of code required to implement it, had me hesitating. Then I thought, “maybe somebody made a plugin.” Sure enough, WP Google Fonts is a plugin to make it easy to incorporate Google Fonts into your blog.
UPDATE: I found 2 other plugins that do almost the exact same thing, though with a different interface. They’re called Fontific | Google Fonts and Ultimate Google Fonts.
TNG on WordPress
by Tevya on Jan.07, 2011, under Uncategorized, wordpress
The Next Generation of Genealogy Sitebuilding (“TNG”) is a great family tree software that runs on your webserver, so you can host and manage your own family tree. With the TNG WordPress Integration plugin you can integrate TNG right into a WordPress based site. From what I read on the forums though, it may be in need of some updating to be compatible with the latest version of WP and TNG.
Quick WordPress Posts from Chrome
by Tevya on Jan.03, 2011, under post, wordpress
I use Google’s Chrome browser because its by far the fastest and most secure browser out there. It’s also got a very simple UI that makes it easy to use. I just found an extension for it called Word This http://goo.gl/n9jf. Its pretty cool in that you just click it, and it pops out a little window with the title of the current webpage linked in the content area. One of my frustrations with this P2 theme, is that I can’t add links to text when posting from the home page, like I am now. I can only paste the link in, as you can see I did for Word This, above.
As you can see in the screenshot, it automatically adds the title of the current page in the body of the post, and makes it a link to that page. Plus it has some of the features of the full WordPress post interface. Unfortunately Word This has some kind of problem when I tried to use it for the Word This Chrome extension page I linked to above. Other than that it seems to work great though, and makes it even quicker to post helpful sites and tools I find online, to this blog.

