Viewing 3 replies - 1 through 3 (of 3 total)
  • Find a different static front page plugin d:

    His plugin makes a mess of the where clause* before my plugin can tell his not to**.

    *instead of adding to it, he replaces it; which removes all sorts of other useful bits that ought to be in the where clause, allowing draft/unpublished things to display…
    ** his adds where clause stuff when wordpress tells it that its the homepage. My plugin knows to tell wordpress that it isn’t the homepage

    A hackery way around, which makes me grumpy; is in the
    ultimate_posts_where function, in ultimate-tag-warrior-actions.php file is to add

    global $wp_query;
    $wp_query->is_home=false;

    after the check for

    if (get_query_var("tag") != "") {

    Thread Starter ebes

    (@ebes)

    Thanks a lot for your help Christine.

    And thanks for your great UTW ??

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Conflict between Ultimate Tag Warrior (UTW) and Sem. Static Front Page plugin’ is closed to new replies.