Cấu trúc dịch WPML và 1 số câu query hay dùng
Cấu trúc bản dịch WPML Lấy ra tất cả category Lấy sản phẩm có sku
Cấu trúc bản dịch WPML Lấy ra tất cả category Lấy sản phẩm có sku
Sorry you have no rights to view this entry!
Sorry you have no rights to view this entry!
Sau khi được duyệt domain và SSL thì website cần kích hoạt SSL để đi vào hoạt động Để kích hoạt trước tiên vào file wp_config.php, chèn đoạn code này để kích hoạt SSL Như vậy website đã đi vào hoạt động như hình dưới Chúc các bạn thành công . . . Read more
Trước tiên cần vào file wp-config.php để bật trạng thái debug Kéo xuống phần WP_DEBUG Chuyển trạng thái sang true để sang trạng thái Debug Để hiển thị lỗi, thêm đoạn code sau trên đầu trang
# WebP Express rules # ——————– location ~* ^/?wp-content/.*\.(png|jpe?g)$ { add_header Vary Accept; expires 365d; if ($http_accept !~* “webp”){ break; } try_files /wp-content/webp-express/webp-images/doc-root/$uri.webp $uri.webp /wp-content/plugins/webp-express/wod/webp-on-demand.php?xsource=x$request_filename&wp-content=wp-content ; } # Route requests for non-existing webps to the converter location ~* ^/?wp-content/.*\.(png|jpe?g)\.webp$ { try_files $uri /wp-content/plugins/webp-express/wod/webp-realizer.php?xdestination=x$request_filename&wp-content=wp-content ; } # ——————- (WebP Express ru
Thêm vào functions.php
Sửa đoạn cuối, sau hàm foreach trong hàm save() trong /wp-content/plugins/auto-upload-images/src/WpAutoUpload.php Và thêm hàm get_first_content_image_id trong file đó
Sửa file: /wp-content/plugins/auto-upload-images/src/WpAutoUpload.php Thêm 3 dòng vào hàm save: