Title: Permanently
Last modified: August 30, 2016

---

# Permanently

 *  Resolved [spesalvi](https://wordpress.org/support/users/spesalvi/)
 * (@spesalvi)
 * [10 years, 6 months ago](https://wordpress.org/support/topic/permanently/)
 * If is this possible what is the function to add permanently the widget of your
   plugin in a sidebar (for example like the get_searchform() for a search form 
   or else)?
 * [https://wordpress.org/plugins/posts-from-category/](https://wordpress.org/plugins/posts-from-category/)

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

 *  Plugin Author [Manesh Timilsina](https://wordpress.org/support/users/maneshtimilsina/)
 * (@maneshtimilsina)
 * [10 years, 6 months ago](https://wordpress.org/support/topic/permanently/#post-6690206)
 * 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](https://wordpress.org/support/users/spesalvi/)
 * (@spesalvi)
 * [10 years, 6 months ago](https://wordpress.org/support/topic/permanently/#post-6690213)
 * Thank you for your help. 🙂
 *  Plugin Author [Manesh Timilsina](https://wordpress.org/support/users/maneshtimilsina/)
 * (@maneshtimilsina)
 * [10 years, 6 months ago](https://wordpress.org/support/topic/permanently/#post-6690269)
 * 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.

 * ![](https://s.w.org/plugins/geopattern-icon/posts-from-category_c7e5f0.svg)
 * [Posts From Category](https://wordpress.org/plugins/posts-from-category/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/posts-from-category/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/posts-from-category/)
 * [Active Topics](https://wordpress.org/support/plugin/posts-from-category/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/posts-from-category/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/posts-from-category/reviews/)

 * 3 replies
 * 2 participants
 * Last reply from: [Manesh Timilsina](https://wordpress.org/support/users/maneshtimilsina/)
 * Last activity: [10 years, 6 months ago](https://wordpress.org/support/topic/permanently/#post-6690269)
 * Status: resolved