Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Remco Tolsma

    (@remcotolsma)

    Did you tried to create an if else construction in pronamic-page-teasers.php file?

    <?php if ( is_page( 'page-1' ) ) : ?>
    
        Markup 1
    
    <?php else : ?>
    
        Markup 2
    
    <?php endif ?>
    Thread Starter niteen

    (@niteen)

    That is helpful. Thanks for the reply

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Different Themes on different pages’ is closed to new replies.