cdorfmandance
Forum Replies Created
-
That did the trick, thank you!
Ok- but will I lose all my existing galleries? We have a lot that were created over years of work.
Also, how do I reinstall via FTP?
Thanks
One more thing- is there a way to get rid of the ellipses? It looks odd in the context of the page.
Thank you, thank you, thank you! I knew it had to be a simple fix.
Everything is the latest version, and I think you may be right about the theme being the issue. I have contacted the developer, but since he built the site for my predecessor’s predecessor, I’m not sure if I’ll get a response. Here’s the code that I think is causing the problem:
<div class="column span-14 schedule"> <?php query_posts('category_name=schedule'); ?> <?php while (have_posts()) : the_post(); ?> <h2 class="schedule"><a href="<?php the_permalink() ?>" rel="bookmark" title="Permanent Link to <?php the_title(); ?>"><?php the_title(); ?></a></h2> <div class="schedule-entry"> <?php $advancedexcerpt->filter(the_content(),20, 1, null, array('a', 'strong')) ?> </div><div id="schedule-footer"> </div></strong>So, are you saying that instead of using “$advancedexcerpt…”, it should instead read “the_advanced_excerpt(‘length=x&use_words=1&…)”?
Thanks a bunch, I’m about to send out a newsletter reminding people to check our schedule, so this is definitely a priority!