
Home » Frequently Asked Questions (FAQ) » WordPress
What is WordPress? #
WordPress is a blogging software (weblog script). In their own words, “WordPress is a state-of-the-art semantic personal publishing platform with a focus on aesthetics, web standards, and usability”.
Using WordPress software, you can setup and start publishing your own blog in minutes. For more information about WordPress and downloading the free software, visit the WordPress website.
WordPress is by far one of the easiest blog scripts to install, upgrade and configure. WordPress is the blog script used by the majority of our customers and we even use it for Laughing Squid, on our art, culture and technology website.
WordPress uses PHP, MySQL, Cascading Style Sheets (CSS) and validates as XHTML. WordPress is developed and supported by an active open source community, under a GNU General Public License (GPL).
Do you meet all of the minimum requirements to run WordPress on your servers? #
Since Laughing Squid is one of the web hosts recommended by WordPress, we meet all of the minimum requirements to run WordPress on our servers. Here are more information on our system specifications.
How do you install WordPress? #
First you’ll need to download WordPress and read through their installation instructions.
If you need help installing WordPress, please follow our Laughing Squid WordPress Installation Tutorial. If you run into any problems, let us know by entering a support ticket through our Help Desk and we will try to help you out.
For more infomation, please see WordPress’s online documentation, support forum and WordPress Codex.
How do you upgrade WordPress? #
First read through the WordPress upgrade instructions. The Wordpress Automatic Upgrade (WPAU) plugin written by Keith Dsouza is another way to upgrade your Wordpress site. Just install the plugin, follow the directions and the plugin will backup the files and database, download the latest version of Wordpress, place the site in maintenance mode and then run through the upgrade steps outlined by the Wordpress team. If you run into any problems, let us know by entering a support ticket through our Help Desk and we will try to help you out.
For more infomation, please see WordPress’s online documentation, support forum and WordPress Codex.
How do you change the appearance of WordPress? #
If you want to change the appearance of your blog, there are some great themes and plug-ins available for WordPress. Themes can be easily modified to match the look and feel of your website just by editing the XHTML and Style Sheet.
How do you setup permalinks in Wordpress using mod_rewrite? #
Permalinks are the permanent URLs to your individual weblog posts, as well as categories and other lists of weblog postings. A permalink is what another weblogger will use to refer to your article (or section), or how you might send a link to your story in an e-mail message.
By default, Wordpress permalinks will look like this: http://yourdomain.com/index.php?p=1. The “p=1″ part of this example URL refers to a blog post (”p”) with an ID of “1″. Some of you more advanced Padawans may recognize this ID from the original Hello World! post that came fresh with WordPress when you first installed it.
If you want your permalink URLs to look something more like this: http://yourdomain.com/2006/05/08/sample-post/
then you are wanting what are called pretty permalinks, for obvious reasons. In this case, you should create an .htaccess file.
Here are instructions on how to create an .htaccess file:
NOTE: Some operating systems do not allow the creation of a file named “.htaccess” because of the initial dot (”.”). You can always name the file without the initial dot or with a standard extension (e.g. “htaccess.txt“). Once the file is uploaded to your weblog’s directory, rename it with your FTP software. Most FTP programs should provide a way to rename files.
Once you have uploaded and changed the file writing permissions for the .htaccess file, you need to log into WP Admin and update your permalink structure.
NOTE: If .htaccess is writeable by the server (CHMOD 666), you will get a message that says “Permalink structure updated”.
NOTE: If .htaccess is NOT writeable, you will see a message that says “If your .htaccess file were writable, we could do this automatically, but it isn’t so these are the mod_rewrite rules you should have in your .htaccess file. Click in the field and press CTRL + a to select all.” This means you’ll have to do one extra step yourself. In the text box, WordPress displays several lines of rewrite rules associated with the permalink structure you chose. You will need to copy everything in this text box and paste it into your .htaccess file to make your new permalinks work.
You can read more about permalinks in the WordPress Codex.
How do you upload images into WordPress blog posts using the ‘upload’ feature? #
Since WordPress version 2.0, WordPress can archive images in blog posts for you automatically. All you need to do is upload them into the post you’re writing and WordPress will do the rest.
In order for this convenient feature to work, you need the wp-content directory in your WordPress blog to be writeable by the server. The way to accomplish this is by changing the file writing permissions (CHMOD) on the wp-content directory to 777. This can be done a few ways:
NOTE: You may have to scroll right slightly to see the Permissions column.
After you have successfully changed the file writing permissions on the ?wp-content? directory, you will be able to use the upload feature in WordPress to import images (or files) into your blog posts. Here is more info from the Codex about using the upload feature: Using Image and File Attachements
You can find more info about changing file permissions in the WordPress Codex:
http://codex.wordpress.org/Changing_File_Permissions
How do you backup WordPress blog posts? #
In order to backup your WordPress blog posts, you’ll need to use phpMyAdmin to access the MySQL database that you created for WordPress.
Here are instructions on how to locate the phpMyAdmin section of your WordPress database:
NOTE: If you click and don’t see anything, you need to allow popup windows in your browser. After you have allowed a popup for this site, click “DB WebAdmin” again and you should see a popup window.
Once you see the popup window with your database, you are in phpMyAdmin. From here, follow the WordPress tutorial for backing up your MySQL database.
Do you offer any automatic installation or upgrading of WordPress? #
We do not offer any automatic installations or upgrades of WordPress on our servers, but the process is pretty straightforward. If you run into any problems, let us know by entering a support ticket through our Help Desk and we will try to help you out.
Check out the Akismet plug-in. It does a great job of eliminating most comment and trackback spam.
We did a write-up of Aksimet over at the Laughing Squid Hosting Blog. You can read the post here:
http://laughingsquid.wordpress.com/2006/07/14/tackle-blog-comment-spam-with-akismet/
Do you recommend any WordPress developers? #
Wordpress has a mailing list of professional consultants providing Wordpress services that you can subscribe to called wp-pro.
Do you support WordPress MU? #
We support the single version of WordPress only, not WordPress MU.