How do I add a featured content gallery to this theme? I know how to upload the plugin and activate it, but I need some help with placement and php code that you have to put in. I don't want a large one like the plugin site. Smaller like the width of the content section.
I don't know where you want to put the feature content area. Is it just the home page, or through out the sites?
If it's just the Home Page, open up index.php and place your Feature Content Gallery php function AFTER this div (content box) tag:
<div class="entry" id="post-<?php the_ID(); ?>"> ABOUT LINE 20 in the index.php file.
If you want to display the gallery throughout the site, open up "Top-Box.php" in the include folder and place your Gallery php code AFTER the last line.
Regarding the size, if the plugin doesn't use the default width of the content area, you probably need to know a little CSS for the width, and that's beyond the realm of my support ;).
I just sent you two e-mails. One was regarding where I want to put the featured content gallery, I gave you an example and the other is about something else.
P.S I just figured out how to add the gallery. The developer has a website with instructions on a video. I found that the piece of code that you have to add in works best on line 4 not line 20. I could be doing it wrong but that 's what I think works best. Feel free to let me know if I'm wrong and to answer the remaining questions I send you via e-mail.