Is it possible to do this? If so, how?
]]><?php include (ABSPATH . ‘/wp-content/plugins/featured-content-gallery/gallery.php’); ?>
]]>Obviously I need to insert the plugin code somewhere else. I tried inserting it within the <div id=”headline”> </div> section but that didn’t work out too well either.
Confused. :/
]]>But when I removed this code the Featured content box changed location and size. Basically it moved up under the Headline box and the width changed to match the Headline box.
So is it not possible to have two content areas named Featured on the home page. Because it looks like the css is limiting BOTH the Featured Content Gallery at the top and the Featured block below the Headline block to a maximum 280 px.
Can I change the Featured block into a News block and show articles in the category News, instead?
]]>I am trying to do something similar to gdaniels99. Except, I basically want to eliminate the “headline” section and have the Feature Content Gallery instead of that. I have already succeeded in making the Featured section into a different category.
I can’t quite follow what gdaniels99 did…
My site is still in the prototype phase: chattahoocheenow.org.
Appreciate any help!
–Lisa
]]>Before the latest section, there is a function query_posts() remove the offset parameter from that function.
]]>