星期日 , 13 4 月 2025

WP教程

最新文章

4 月, 2025

  • 7 4 月

    wp编辑器关闭smat quote功能实现 引用号正常

    wp自带编辑器有smart quote功能, 要关闭wptexturize。 WordPress 使用 wptexturize()函数 转换 ' 到 ’, ‘, 或取决于上下文的其他实体. 比方说会将let's 转换成 let' s 符号后面有空格符号形式也会转变, 所以要在钩子中去除掉这个函数 remove_filter('the_content', 'wptexturize'); remove_filter('the_title', 'w...

    Read More »
  • 3 4 月

    如何给自定义表导入另外一个数据库的表的部分字段

    比方说其他类型网站的数据库的表里有很多没用的字段,你在wordpress里的表单的字段去除了很多没用的字段,但是部分字段都还是重叠的状态,所以要确保被导入的表的字段符合要导入的表的字段,不然无法导入; 确保两个数据库相邻,去mysql后台运行sql命令: -- Make sure you're in the WordPress database USE you...

    Read More »

2 月, 2025

  • 28 2 月

    SQL替换

    I understand - you want to go the opposite direction and replace relative URLs with absolute ones. Here's the SQL command to do that: sqlCopyUPDATE wp_posts SET post_content = REPLACE( post_content, 'wp-content/uploads/', 'http://mydomain.com/wp-content/uploads/' ) WHERE post_c...

    Read More »
  • 3 2 月

    VSCODE 扩展

    Here are some of the most useful extensions for VS Code for web development, categorized based on your needs: PHP Extensions: PHP Intelephense Provides powerful auto-completion, IntelliSense, and code navigation for PHP. PHP Debug Debugging PHP code with Xdebug directly in VS Code....

    Read More »

1 月, 2025

  • 21 1 月

    Canva slider

    https://www.canva.com/design/DAGc1iNJKzk/KSvQWmQYoibx6IWoxDInEg/view?utm_content=DAGc1iNJKzk&utm_campaign=designshare&utm_medium=link2&utm_source=uniquelinks&utlId=haa3e9ef37f

    Read More »

11 月, 2024

  • 25 11 月

    wp给菜单添加字段并控制二级菜单的输出方式wp nav menu class 教程 mega menu 教程

    菜单也是wp_post的对象,首先给菜单添加字段: 添加字段: add_action('wp_nav_menu_item_custom_fields', 'add_mega_menu_type_field', 10, 4); function add_mega_menu_type_field($item_id, $item, $depth, $args) { $mega_menu_type = get_post_meta($item_id, '_mega_menu_type', true); ?> ...

    Read More »
  • 18 11 月

    carbon fields插件

    Recommended Plugins Members (by MemberPress) Features: Allows you to create and manage roles and capabilities. Restrict access to posts, pages, or custom taxonomies (like categories). Integrates seamlessly with custom categories. How to Use: Install and activate the plugin. ...

    Read More »
  • 17 11 月

    All in one无限制上传插件扩展

    在wp-content下面新建ai1wm-backups文件夹,将备份文件上传,然后在管理面板里面点击backup,点击三个点,然后点击restore. 这个插件提示要更新点击下更新即可。 点我进行下载

    Read More »