Get Permalink By Page Name Or Slug
We used to write custom functions to return these values until we discovered you can...
Creating full width (100% ) container inside fixed width container.
Some times we need to add a full width containers (which spans 100% of window)...
Customize the_archive_title() . No Plugins
Rebuild the title for all the variants used in the original get_the_archive_title() function: [crayon-6874f7e22fe55224229682/] Or, simply strip...
Load More Posts with AJAX. Step by Step Tutorial. No plugins.
Creating Load More button for WordPress is really simple. As an option I will show...
HƯỚNG DẪN CÀI ĐẶT WORDPRESS MULTISITE
Việc cài đặt WordPress Multisite rất đơn giản mà chúng ta chỉ cần làm với...
Removing Paragraph Tags from the_excerpt(), Properly
You may have Googled “How to remove the p tags from the_excerpt()” or some variation...
How to use HTML 5 Form Validation on Contact Form 7 Plugin ?
By default, the contact form 7 plugin uses ajax validation to check the form entries....
Get a category name/slug/id for a post or archive page
[crayon-6874f7e230513661959471/]
How to revert “Never translate this site” in Chrome?
1. Open Chrome on the device that has the problem (smartphone, computer, tablet) 2. Enter...
Chia cột với float và clear float
Chào mừng các bạn đến với một kỹ thuật rất quan trọng trong CSS Layout,...
Dàn trang với CSS Flexbox toàn tập
Nguồn : thachpham.com Trong CSS, từ trước tới nay nếu chúng ta muốn dàn layout...
Override Template trong WordPress
WordPress rất mạnh trong việc sắp xếp và xây dựng cấu trúc theme semantic. Điều...
WordPress Hierarchy và những gì bạn cần biết
WordPress Hierarchy là cấu trúc các file nào sẽ được sử dụng trong các query...
Hướng dẫn thêm tracking code vào giao diện WordPress không cần plugin
Trong thời đại của marketing online lên ngôi, các công cụ tracking đóng một vai...
Autorenew ssl Centos Web Panel
Instructions: Make sure all your SSL’s have been set up in the SSL Cert Manager...
Hướng dẫn sử dụng Drupal 8 cho người mới bắt đầu
Nguồn : Hostinger Giới thiệu Drupal là một CMS mã nguồn mở rất tốt có...
How to solve limitations of 32-bit PHP in drupal 8
There is a “continue anyway” link at the bottom. I’ve had the same problem, but...
Drupal 8 Opcache warning (PHP OPcode caching not enabled)
Add this line into your php.ini file location [opcache] zend_extension=php_opcache.dll ;Determines if Zend OPCache in...