How do I add thumbnail images to articles?
How do I add thumbnail images to the homepage? Replacing 'Image Pending'
How do i choose which categories appear on the homepage?
Google Adsense - How do i add my publisher ID?
How do i limit the links displayed in the top menu and the footer?
Theme Spinner FAQ
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.
Please make sure you upload and activate all the plugin's found in the themes folder!
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.
How do I add thumbnail images to the homepage? Replacing 'Image Pending'
You need to follow the same instructions above, please see FAQ 1.
3. How do i choose which categories appear on the homepage?
In your theme's folder, located in /root/wp-content/themes/Maya-Free, open 'home.php' search for the category you want to replace, we currently have 6 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/Maya-Free, you will notice a folder called 'adsense'. Replace the adsense code in all files. 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
Theme Spinner