星期三 , 22 1 月 2025

TimeLine Layout

1 月, 2023

  • 12 1 月

    WP自定义的nav walker及讲解

    你可以利用wp的walker class来实现自定义二级甚至mage menu菜单。 class Custom_Nav_Walker extends Walker_Nav_Menu { public function start_el( &$output, $item, $depth = 0, $args = array(), $id = 0 ) { $indent = ( $depth ) ? str_repeat( "\t", $depth ) : ''; $classes = em...

    Read More »
  • 11 1 月

    Test highlight code

    add_action( 'wp_footer', function () { if (!is_admin()) { ?> <script> snowStorm.start(); snowStorm.snowFlakeWidth = 60; snowStorm.snowFlakeHeight = 60; snowStorm.flakesMax = 128; snowStorm.flakesMaxActive = 128; snowStorm.animationInterval = 30; </script> <?php } });

    Read More »
  • 11 1 月

    WordPress主题如何添加下雪特效

    添加下雪效果有很多方法,我们这里只讲用snowstorm.js来实现。 首先去Github下载snowstorm.js,或者点击这个链接下载:点击打开后点击链接另存为就可以: https://wpdev.com.cn/wp-content/themes/sahifa/js/snowstorm-min.js 首先将snowstorm.js文件上传到主题下面的js文件夹,然后在functions.php里面通过wp...

    Read More »
  • 11 1 月

    自适应美观的html表格代码

    HTML <form> <div class="form-group"> <label for="name">Name:</label> <input type="text" class="form-control" id="name" required> </div> <div class="form-group"> <label for="email">Email:</label> <input type="email" class="form-control...

    Read More »
  • 11 1 月

    用Html,css,javascript创建3秒后自动关闭的banner

    HTML代码 <div id="banner"> <p>This is a self-closing banner.</p> <button id="close-banner">X</button> </div> css代码 #banner { background-color: #f1f1f1; padding: 10px; position: fixed; bottom: 0; left: 0; width: 100%; text-align: c...

    Read More »
  • 7 1 月

    主题下载更新页

    beige.cc 导航主题hanav下载 (1.0.0.1版本+永久免费) 使用交流和主题更新群:307955538 点击按钮下载主题 [button color="green" size="big" link="https://wpdev.com.cn/wp-content/uploads/2023/01/hanav.zip" icon="fa-download" target="false" download="download"]Download[/button] 1.0.0.1始发版...

    Read More »
  • 2 1 月

    WordPress自定义文章归类和自定义分类模板详解

    wordpress框架遵循着自己的模板体系,下面是模板分层关系图: https://developer.wordpress.org/files/2014/10/Screenshot-2019-01-23-00.20.04.png wordpress自带默认文章类型有post,page(当然还有其它的,但是最主要的是这两种)。如果要自己新建文章类型,可以使用custom post type ui插件,或者用register_pos...

    Read More »
  • 1 1 月

    Post with downloads

    First Heading [button color="green" size="big" link="https://wpdev.com.cn/wp-content/uploads/2023/01/index.htm" icon="fa-download" target="false" download="download"]Download[/button]

    Read More »