Please note: there is no reason to use the wordpress '<--More-->' system. We have limited how much text displays on the homepage, archives, categories etc. If you have Read More --> appearing around your site, please go back and remove the "More" tag from these posts.
1. How do I add thumbnail images to articles?
Login to wordpress admin area and edit any post, once there
scroll down until you see the custom fields box.
In the 'Key' field, type 'Thumbnail' without the quotation marks. Then in the Value field print the URL to the image.
After that
Click Add Custom Field, or just save your post instead.
I recommended using a nice upload plugin to make things easier.
Please note: Landscape and Thumbnail have to begin with CAPITAL letters.
2. How do I add thumbnail images to the homepage? Replacing 'Image Pending'
On your homepage, the top two images to the left hand side are different from the rest.
You need to follow the same instructions above but instead of putting 'Thumbnail' into the Key box, put 'Landscape'.
All the other images on the homepage use the 'Thumbnail' fields, please see FAQ 1 above for those.
3. How do i choose which categories appear on the homepage?
In your theme's folder, located in /root/wp-content/themes/theme-name, open 'home.php'
search for the category you want to replace, we currently have 8 categories listed on the homepage all labled, Category Title 1, Category Title 2, etc.
When you find the category you want to change you will notice some code below:
< ?php $recent = new WP_Query("cat=1 &showposts=1"); while($recent->have_posts()) : $recent->the_post();?>
Notice in the code 'cat=1' change the number here to category you want to display.
If you are unsure on the categories number you want to change to - you can find out by visiting:
yourdomain.com/wp-admin/categories.php and under the 'ID' is the number your looking for.
don't forget to save and upload your changes.
4. Google Adsense - How do i add my publisher ID?
In your themes folder, located in /root/wp-content/themes/theme-name, you will notice a folder called 'adsense'.
Replace the adsense codes in the files with your own code, don't forget to save and upload your changes.
5. How do i limit the links displayed in the top menu and the footer?
Visit: http://yourdomain.com/wp-admin/themes.php?page=functions.php
Or in the admin area, visit: Presentation->Exclude Top Links
Please make sure you upload and activate all the plugin's found in the themes folder!