.post img{box-shadow:rgba(23,43,99,.24) 0 0 20px}.single .entry-meta{margin-top:20px;border-top:1px solid #d3d3d3;border-bottom:1px solid #d3d3d3;padding:10px 0}.wp-block-latest-posts.wp-block-latest-posts__list li{border-bottom:1px solid #718aa7;padding-top:10px;padding-bottom:10px}div.iklans{margin:15px 0;clear:both}.rank-math-breadcrumb{font-size:14px}
add_filter( 'generate_copyright','tu_custom_copyright' );
function tu_custom_copyright() {
?>
© 2023 Knowbies.com
<?php
}
function dequeue_crp_style() {
wp_dequeue_style('crp-style-rounded-thumbs');
wp_deregister_style('crp-style-rounded-thumbs');
}
add_action('wp_enqueue_scripts', 'dequeue_crp_style', 20);
function custom_author_link($link, $author_id, $author_nicename) {
return home_url('/about-us/');
}
add_filter('author_link', 'custom_author_link', 10, 3);
0 komentar:
Post a Comment