I am building a website with magazineshack 1, and cannot seem to be able to add or edit any of the images. They appear as linked in my editor bar, and in the HTML but don't show on screen. I would like to put 3 images in the featured section and then an image per post.
Also the featured area does not display the whole entry.
Please help!
you can check the website on soloenmex.com
Will post this in case others are looking as I was (figured this out today while playing with it).
"Also the featured area does not display the whole entry. "
In the single.php file
change
<?php the_excerpt(); ?>
to
<?php the_content(); ?>
As for getting the "feature" images to show .. I'm still trying to work that out lol
Ok to make your image show go here
http://www.kimwolfeatlanta.com/internet-marketing/how-to/make-magazineshack-wordpress-theme-work/
make sure the bit you put in custom field says "featured"
Hope this helps those looking for the answers too :)