Here is a handy reference for those starting out on Wordpress editing. You can also reference the many tutorials available online specifically developed to help you with your Wordpress site.
http://codex.wordpress.org/WordPress Lessons
Here are a few important tips from our developers:
Tip #1 - Use Firefox
This is the best browser to use for both viewing sites, online security and editing your Wordpress site. Some browsers have funny quirks and can cause a few headaches (Safari). We recommend Firefox as the best browser to ensure that you can edit your site with the least amount of difficulty. And great news, it’s a free download and easy to install! GO TO: http://en-us.www.mozilla.com/en-US/
Tip #2 - Avoid Pasting in Pre-Formatted Text
Strip out your formatting before pasting your new text into your Wordpress pages.
Make sure when you paste new type in that you use the “HTML” tab to paste in your copy … not the “visual” tab. Once you have pasted it in you can then go into the visual side of things to format the type. It’s very important that you do not copy styles over from word or other documents as then your site starts to look as if it was not designed at all! If you use the formats that we have set up in your style sheets (drop down headlines etc) your site will look much better.
Tip #3 - Multiple Pages
Do you write articles that seem to go on forever? This feature will help you break up your content. By clicking the “more” button in the visual editor where you want to break your text, you will break up your content into multiple pages. Simply click the “more” whenever you want to start another new page.
Be sure to click on the next page!
Pages: 1 2 3 4
Tip #4 - Uploading and Styling Images
WordPress makes it easy for you to add images to your WordPress site. You can upload them directly from within WordPress by using the built-in file uploading utility in the post or page screen.
Styling Images in WordPress: Current versions of WordPress now have image alignment built-in. WordPress adds CSS classes to align the image to the right, left, and center of a paragraph, so the text will wrap around the image.
Image Size and Quality: The size and quality of an image for use on a web page is determined by a variety of things.
Physical Size: The physical size of an image is based upon two things: The size of the image on the screen and the file size. Generally, the file size is treated as a different issue.
File Size: This is the size of the file on your hard drive or server.
Resolution: Resolution refers to the number of pixels in an image. Resolution is sometimes identified by the width and height of the image as well as the total number of pixels in the image.
File Type: There are basically X image types popularly found on the Internet: jpeg,gif,png and (for favicons (the icons next to the address)) ico.
The physical size of the image is information we need to know in order to determine how much “space” will the image occupy on a web page. If your WordPress Theme features a fixed width content area of 600 pixels and the image you want to use is 800, the image will push the sidebar and layout of your web page around, messing up your design. Images within that 600 pixel width need to be restricted to that maximum width in order to protect the layout of your page. It’s up to you to determine what size they should be from there, matching the image to your overall layout and styles.
File size dictates the time it takes to load your page, the larger the file size, often increased because of a high image resolution quality, the longer it will take to load. People often don’t have the patience to wait through long web page loads, so keeping your file sizes low speeds up your web page access times. Typically, large high quality images should be kept between 100K and 60K. Smaller images should be closer to 30K and lower.
The resolution of the image dictates its clarity. The higher the resolution, though, the larger the file size, so you have to make a compromise between quality and file size.
Luckily, the various file types most commonly used on the Internet have compression features. When you save the file as one of these types, it condenses or compresses the data information in the image file. Internet browsers can decompress this information to display the image on the screen. Some graphic software programs allow you to set the compression rate to control the quality of the image (and file size) at the time you save it. Depending upon your use of the images on your site, you may have to experiment with this to get the right ratio that keeps the resolution quality good while maintaining a small file size.
Websites use four common file types. The end of a filename (called the extension) tells what type it is. One type, ico, is to make a favicon file - but this is usually only done when a website is first set up. The other three types are used for general images:
- jpg (JPEG) is good for photographs. Saving a photo as jpg removes detail from the photo. Good photo editors let you control how much detail is removed (the “compression”). Different photos need different compression; doing this carefully and viewing the result can give you a usable photo with a small file size.
- gif can be poor for photographs. It’s better for line art, like logos, with solid areas of the same color.
- png is for both photographs and line art. It compresses photos without losing detail, but usually makes larger photo files than JPEGs. Some older browsers don’t completely support png, though.
If you aren’t sure which file type is best for a particular image, try saving the image in more than one type and comparing the file sizes. Using the right type can make a big difference! There’s more information in Sitepoint’s GIF-JPG-PNG What’s the Difference article.
Resizing Images: Not all graphic software packages allow you to resize images, though most should. Check your graphics software table of contents or index for resize, size, transform, reduce, or enlarge, all synonyms for the for the same thing. If they don’t have the feature, you may have to find different software.
There are two methods:
- You can resize an image through the use of tools provided which allow you to manually shift the edges of an image to deform or resize the image. The best way is to grab a corner, not the edge, to resize the image. The corner “handle” will usually resize the image maintaining the overall height-width ratio. Check your manual for specific instructions.
- The other method involves simply specifying the image’s final size. The advanced graphics programs allow you to set it by exact dimensions or a percentage of reduction or enlargement.
After resizing the image, the image may be smaller, but it may also be slightly out of focus. You can sharpen the focus of the small image by using the sharpen feature in your software.
When you have fine-tuned your small sized image or new thumbnail, export the image as a jpg, gif, or png.