Editing a Page Within Wordpress

December 11th, 2009 by Eric

Editing a page within Wordpress is fairly straight forward. Below is a step by step process to edit a page in Wordpress.

  1. Log into the Wordpress administration page
    wordpress_post_01
  2. On the left, under dashboard, click Pages > Edit.
    wordpress_post_02
  3. Hover your mouse over the page you would like to edit, and click Edit.
    wordpress_post_03
  4. Edit the page as needed.
    wordpress_post_04
  5. Click Update Page on the right. Now you are complete.
 

Wordpress Permalinks and .htaccess

April 1st, 2009 by Eric

I installed two blogs here and at our corporate site. I prefer the permalink with the date and post name. However, my feed links were dying when I selected this specific permalink. I thought that Wordpress adds lines to route the new permalinks. As it turns out, if .htaccess does not exist, it does not create it. You must first create the .htaccess file and edit permissions so Wordpress can edit it.