RewriteEngine OnRewriteCond %{HTTP_HOST} !^www.zjjxkt.com$ [NC]RewriteRule ^(.*)$ http://www.zjjxkt.com/$1 [L,R=301]
Read MoreRewriteEngine OnRewriteCond %{HTTP_HOST} !^www.zjjxkt.com$ [NC]RewriteRule ^(.*)$ http://www.zjjxkt.com/$1 [L,R=301]
Read MoreTags: office, word 若要删除包含文本、图形或空段落的页面,请选择要删除的内容,然后按 Delete。 您还可以执行此操作: 单击或点击要删除的页 .....
Read More首先去https://fonts.google.com/下载字体,比方说选择roboto,点进去, 选择字体的粗细种类,选择这个类型,下载。 在css根目录,创建fonts文件夹,将下 .....
Read More如果想学wordpress主题开发,wordpress的翻译和本地化(I18n)是必学的途径。Weblinks带你学习: 编译函数:WordPress使用了下面几个函数来功能化本地语言 .....
Read More1: get_search_form() wp直接调用搜索表格, 用法 : <div class=”container”><?php get_search_form( ); ?></div>, 对应的模板是 search .....
Read Morectrl + t 浏览器打开新的标签页 ;ctrl + h 浏览器中一键打开 历史记录;ctrl + shift +delete 一键清空历史浏览器记录;ctrl + shift + n .....
Read MorePutting a site’s logo and main navigation into a sticky header (or a fixed-position header) is a definite trend now. It’s become popular for Wor .....
Read More在wordpress的plugin文件夹创建textdomain_widget文件夹,textdomain是你wp的站点文本名字,然后在里面创建textdomain_widget.php文件夹。 首先创建widget .....
Read More自定义文章类型(custom post type): // Register post type for instructors function gymfitness_instructors() { $labels = array( 'name' => _x( 'Ins .....
Read More$the_query = new WP_Query( array( 'post_type' => 'Adverts', 'tax_query' => array( array ( 'taxonomy' => 'advert_tag', 'field' => 'slug', 'terms' .....
Read More