Category Archives: Web Development
Tạo gallery bằng custom field trong flatsome
<?php $images = get_field(‘project_gallery’); if( $images ): ?> <ul class=”pgwSlideshow”> ...
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’));
Hướng dẫn chèn facebook messeger vào blgospot
Chú ý: page ID – page id phải kèm theo domain trong page chọn
