子比主题 – 动态时钟与问候语小工具
<div class='dynamic-greeting'> <div class='time-section'> <div class='time-display'> <span id='hours'>00</span> <span class='colon'>:</span> <span id='minut...
子比主题 – 文章侧边倒计时小工具
教程 $widgets_files = array( 'tengfei_data.php', /*小工具文件名*/ ); foreach ($widgets_files as $file) { require get_template_directory() . '/tengfei/widgets/' . $file; }
子比主题 – 首页排行榜小工具
教程 /** 首页排行榜列表 **/ @media (min-width: 768px) and (max-width: 1200px) { .ranking-item { width: 100%!important; } } @media (max-width: 768px) { .ranking-item, .syphimg, .cla...
子比主题 – 图片文章列表栏目小工具
教程 /wp-content/themes/zibll/functions.php文件加如下面的代码 $widgets_files = array( 'tengfei_tpwz.php', /*小工具文件名*/ ); foreach ($widgets_files as $file) { require get_templa...
子比主题 – 新注册用户和会员用户小工具
教程 /wp-content/themes/zibll/functions.php文件加如下面的代码 $widgets_files = array( 'zhibi_home_users.php', /*小工具文件名*/ ); foreach ($widgets_files as $file) { require get_te...
子比主题 – 侧边动态时钟与温馨问候语
将下面的代码放到:外观->>小工具->>自定义HTML的里面然后将小工具放到你想放到的位置 <div class='greeting-container'> <div class='clock-face'> <div class='clock-time' id='cloc...












