更新loper侧边栏,添加热门文章Widget
闲着蛋疼,嫌loper东西太少,而且没有更新。最近会尝试自制更新一些函数。 class loper_widget6 extends WP_Widget { function loper_widget6() { $widget_ops = array('description' => '配合主题样式,多了个悬停箭头出现'); $this->WP_Widget('loper_widget6', 'loper主题热门文章', $widget_ops); } function widget…
Tags: , , , ,