Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Manesh Timilsina

    (@maneshtimilsina)

    Its like calling any dynamic sidebar.
    – Simply create any widget,
    – Go to “Appearance >> Widget”,
    – Drag “Post From Category” to the widget you want to assign.
    – Call widget in the sidebar you want. Refer following code for example:

    if ( is_active_sidebar( 'pfc-sidebar' ) ) :
        dynamic_sidebar( 'pfc-sidebar' );
    endif;

    Thread Starter spesalvi

    (@spesalvi)

    Thank you for your help. 🙂

    Plugin Author Manesh Timilsina

    (@maneshtimilsina)

    Feel free to contact me if you need further help.

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

The topic ‘Permanently’ is closed to new replies.