រចនា​របារ​ស្វែង​រក


យើង​អាច​បង្កើត​​និង​រចនា​របារ​ស្វែង​រក​មួយ នៅ​​ក្នុង​ផ្នែក​គៀន​ខាង​នៃ​គេហទំព័រ​របស់​យើង​ ដោយ​សរសេរ​កូដ​មួយ​ចំនួន នៅ​ក្នុង​ឯកសារ​ឈ្មោះ sidebar.php ដូច​ខាង​ក្រោម​នេះ៖
<?php
/**
 * The sidebar containing the main widget area
 *
 * @link https://developer.wordpress.org/themes/basics/template-files/#template-partials
 *
 * @package Lotus_Blue
 */

if ( ! is_active_sidebar( 'sidebar-1' ) ) {
	return;
}
?>