Go to admin → Course Application → Form Fields Menu and manage All fields. Create Page and add shortcode…
Go to admin→appearance→Theme License
The PencilPress Theme includes multiple pre-designed page templates that you can use to quickly create important pages like Blog, Contact,…
Add below code in functions.php add_filter( ‘pencilpress_learn_more_text_programs’, ‘custom_learn_more_text_pro’ ); function custom_learn_more_text_pro( $text ) { return __( ‘View Program Detail’, ‘pencilpress’…
Add this code in functions.php add_filter( ‘pencilpress_learn_more_text’, ‘custom_learn_more_text’ ); function custom_learn_more_text( $text ) { return __( ‘View Details’, ‘pencilpress’ );…
Go to appearance → Widgets and manage sidebar, footer section. Add Widgets. Footer Section Footer-1 <h5…
Go to admin→ News Menu and manage All News.
Go to admin→ Our Programs Menu and manage All Programs.
Go to admin→ Courses Menu and manage All Courses.
Go to admin→ Services Menu and manage services.