Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Nimble3

    (@nimble3)

    <?php
    
    if (function_exists('nimble_portfolio')) {
        $atts = array(); // array which holds the parameters
        $atts['template'] = '4colsquare'; // same parameter as for shortcode
        echo nimble_portfolio($atts);
    }
    ?>
    Thread Starter waltwooden

    (@waltwooden)

    I tried the code you gave me but it didn’t work. I emptied my cache and even tried another browser. Any other suggestions. Thanks.

    Plugin Author Nimble3

    (@nimble3)

    I can only see a blank page when browsing http://thedesignpub.com/wordpress/portfolio-4-column-grid/

    Thread Starter waltwooden

    (@waltwooden)

    I found the problem. I made a change to the nimble-portfolio.php file and it broke the ability to get to the templates. I put a fresh nimble-portfolio.php file in and it works perfectly now. Thank you for the great plug-in and the great service!

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

The topic ‘Change Default Template’ is closed to new replies.