Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi,

    I’d like to do something similar – showing a list of posts on the index page which changes when I select the categories.

    Did you resolve this issue?

    Thanks

    You can try setting this in the php file `<?php if ( is_active_sidebar( ‘YourSidebar’ ) ) : ?>
    <?php dynamic_sidebar( ‘YourSidebar’ ); ?>
    <?php endif; ?>`

    Then add the list category widget to YourSidebar.

    Hopefully I have pointed you in the general direction.

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

The topic ‘Placing Shortcode in index.php or page.php’ is closed to new replies.