Forum Replies Created

Viewing 3 replies - 1 through 3 (of 3 total)
  • In case someone has the same stuggle… What Discoverkate’s was trying to do is call a second loop within a page using the exec-php plugin. Unfortunately what calling “query_posts” inside a page would do was reset the initial query used to display the post. So the same query would run once called from the template file (page.php) and once called from page content.

    To get around it we defined a new query as outlined here in the codex (example 2) and it worked like a charm ??

    All files from previous LivePress versions were deleted before 1.5.2 was uploaded, but I still get the “Cannot redeclare unt_livepress_admin()…”error message.

    Note that 1.5.1.3 did the same thing.

    Previously I had the version of 1.2.something which had been modified to work with WP 1.5+… (that worked fine)

    Put in the event you wanted to use an IMG-tag inside the excerpt, you’d have to use the_excerpt instead of the_excerpt_rss. Any other suggestions to remove the P-tags?

Viewing 3 replies - 1 through 3 (of 3 total)