Category Archives: Wordpress

Hiện thuộc tính sản phẩm tại trang chi tiết sản phẩm trong woocommerce

Tôi đã làm việc trên một trang web thương mại điện tử lớn gần đây....

Custom admin menu plugin

wp-admin/options-general.php?page=menu_editor

Làm gì để tạo custom fields cho woocommerce trong chi tiết sản phẩm

Let’s dive into the code then. The WooCommerce API allows us to leverage built-in functions...

Thêm text input trong product data cho trang chi tiết sản phẩm

Tất cả code được đặt ở file functions.php hoặc 1 file nào được được include...

Remove custom post type – xóa custom post type

Chèn vào file functions.php trong theme.

Bật smtp gửi mail cho gmail

Vào cài đặt phần pop/imap bật 2 Sau đó, vào bật ứng dụng kém bảo...

Functions and Hooks for Comment Template

Following are the list of functions and hooks for Comment Template. get_comment_author() – Retrieve the author of...

Tạo gallery bằng custom field trong flatsome

<?php $images = get_field(‘project_gallery’); if( $images ): ?>     <ul class=”pgwSlideshow”>      ...