រចនា​ទំព័រ Facebook


ដើម្បី​​ធ្វើការ​រចនា​ទំព័រ Facebook នៅ​ក្នុង​ផ្នែក​គៀន​ខាង​នៃ​គេហទំព័រ​ យើង​ត្រូវ​សរសេរ​កូដ​មួយ​ចំនួន​នៅ​ក្នុង​ឯកសារ 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;
}
?>