Category Archives: Wordpress

Xóa author trên link của tác giả trong wordpress

Chèn code vào file function.php của theme // The first part // add_filter(‘author_rewrite_rules’, ‘no_author_base_rewrite_rules’); function...

Sửa theme kallyas

Sửa tên theme: trong file style.css của main theme thì nó sẽ thay đổi bên...

Bài viết liên quan cho custom taxonomy trên wordpress

<!-- begin custom related loop, isa --> <?php // get the custom post type's taxonomy...

Lọc bài đăng theo danh mục trong admin wordpress

By default, the admin Posts screen allows us to filter posts by the built-in “Categories”...

Lấy url và thẻ alt trong ảnh nổi bật trên wordpress

<img width=”600″ height=”400″ src=”<?php  echo wp_get_attachment_url( get_post_thumbnail_id($post->ID)); ?>” class=”news-img” alt=”<?php echo get_post_meta( get_post_thumbnail_id($post->ID), ‘_wp_attachment_image_alt’, true...

Tạo element news trên flatsome

<?php function news_ux_builder_element(){ add_ux_builder_shortcode(‘inno_news’, array( ‘name’ => __(‘News Element’), ‘category’ => __(‘Content’), ‘priority’ => 1,...

Tạo element trong child theme kallyas

In this article, we will go trough creating a custom pagebuilder element for Kallyas. Please...

Hướng dẫn dịch custom field trên polylang

the_field(‘YOUR_FIELD’,pll_current_language(‘slug’));

plugin chặn gửi contact trong contact form 7

WP Contact Form7 Email Spam Blocker By Hardik Kalathiya Plugin chặn gửi contact trong contact form...

Nhúng file trong theme flatsome

Đây là nhúng code dành cho child themerequire_once ( get_stylesheet_directory() . ‘/shortcode/title1.php’ );require_once ( get_stylesheet_directory()...