Forum Replies Created

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter seolobster

    (@seolobster)

    And 5 mins later already gotten the answer just by trial and error 😉

    1. Make sure you have Yosts WP SEO installed
    2. Go to youre homepage (or any page that you want to get blocked manually via “URL-Admin)
    3. Open source code of that page and copy the URL-value from the Canonical Tag (in this case “http://www.somesite.com/”)
    4. Use that URL in the “URL-Admin” menu via adding it and blocking the specific plugins that you do not want to be loaded on the homepage
    5 (if applicable) Empty cache of W3 Cachte, WP Supercache or whatever caching software you are using 🙂

    BTW: Great, great plugin 🙂

    Have you tried [slideshow post_id=”5831″ custom=1] yet?

    All right, fellas, here is the workaround 🙂

    Greetz from Munich

    <?php
    /*
    // Inclusion: Einbindung von Slideshow Gallery  Pro || Fritz || 22/11/2011
    echo "<!-- Gallery existiert GPS Start -->";
    echo do_shortcode('[gpslideshow custom=1 align=right thumbs=off caption=on auto=on]');
    echo "<!-- Gallery existiert GPS Ende -->";
    */
    ?>
    
    <?php
    // Inclusion: Slideshow Gallery Standard || Fritz || 22/11/2011
    echo "<!-- Gallery existiert Start -->";
    echo do_shortcode('[slideshow custom=1]');
    echo "<!-- Gallery existiert Ende -->";
    ?>
Viewing 3 replies - 1 through 3 (of 3 total)