hey guys, im working on this nice wordpress theme (candyworld). can you give me advice on any of the following: 1) Installing picture in the "post pic" on homepage 2) Removing duplicate post on homepage to see what ive done so far www.justbecausecandy.com thanks for your help with this wordpress theme!
1. I do no not understand what do you mean be "post pic" but I see that a very very heavy HD image (3 MB) loads in the post on the homepage. it is a bad thing because it adds a lot of time to the loading of homepage. Homepage must always be quick to open. you should consider compressing this image or rather use a thumbnail. 2. The top one is featured post, It will be helpful to highlight important posts when you will have a lot many of them. If you are not going to make many posts then you should consider to remove it.
If you upload a picture from "Upload" on new post screen, let's go to adjust your shown picture on index.php (template). Adjust picture is so easy, just add these line to theme file function.php (as below example) Remember your theme must support features image. If you can't find these line on your theme file function.php, let's add them first.