星期二 , 15 4 月 2025

Masonry Layout

wordpress分页函数和教程

<?php /* Plugin >> Name: WP-PageNavi Plugin URI: http://lesterchan.net/portfolio/programming/php/ Description: Adds a more advanced paging navigation to your WordPress blog. Version: 2.50 Author: Lester 'GaMerZ' Chan Author URI: http://lesterchan.net */ /* Copyright 2009 Lester Chan (e...

Read More »

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 »

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 »

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 »

自适应美观的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 »

主题下载更新页

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 »