php 移动Jetpack Share for Genesis
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了php 移动Jetpack Share for Genesis相关的知识,希望对你有一定的参考价值。
<?php
// Move Jetpack Share
// Add to functions.php
// Hook in Genesis Meta
add_action( 'genesis_meta', 'vft_filtre_partage' );
function vft_filtre_partage() {
// Remove default sharing
remove_filter( 'the_excerpt', 'sharing_display', 19 );
remove_filter( 'the_content', 'sharing_display', 19 );
// Add sharing at the end of the post
add_action( 'genesis_after_entry_content', 'vft_change_place_partage' );
function vft_change_place_partage(){
if ( function_exists( 'sharing_display' ) ) {
echo sharing_display();
}
}
}
以上是关于php 移动Jetpack Share for Genesis的主要内容,如果未能解决你的问题,请参考以下文章
Android jetpack Navigation 动画与参数 效果与安全
Swiper 中文API手册(share)
移动开发 Jetpack Compose 组件布局
php 删除Jetpack css
php Jetpack共享按钮。
php facetwp jetpack lazy load compat