星期二 , 15 4 月 2025

WordPress教程

1 月, 2023

  • 14 1 月

    WordPress利用wp ajax 获取分类帖子并实现加载更多教程

    首先html的button里面要加载data-category=category_id 的参数: <button class="category-button" data-category="1">Category 1</button> <button class="category-button" data-category="2">Category 2</button> <button class="category-button" data-category="3">Category 3</button> ...

  • 12 1 月

    密码保护:最近工作总结

    此内容受密码保护。如需查阅,请在下列字段中输入您的密码。 密码:

  • 12 1 月

    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...

  • 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...

  • 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 } });

  • 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...

  • 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...

  • 11 1 月

    Hide everything

  • 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始发版...