Viewing 2 replies - 1 through 2 (of 2 total)
  • Multiple layouts are doable, but would massively increase the complexity of the plugin, and probably reduce it’s usability.

    If you wrap any shortcode with some DIV tags, you can then apply different styles to the contents without much trouble.

    <div id="layout1">[wp-portfolio /]</div>
    <div id="layout2">[wp-portfolio /]</div>

    and then

    #layout1 {
        /* one layout */
    }
    #layout2 {
        /* another layout */
    }

    Dan

    Thread Starter spidershop

    (@spidershop)

    Thanks for the advice – much appreciated.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘[Plugin: WordPress Portfolio Plugin (WP Portfolio)] Option to set different layouts on portfolios (n’ is closed to new replies.