Học Wordpress
How to Create Custom RSS Feeds in WordPress
WordPress comes with built-in default RSS feeds. You can tweak the default feeds by adding custom content...
Easy Custom Feeds in WordPress
Now that we have seen how to setup Tumblr-style posts, it would be nice to be...
How to fix Access-Control-Allow-Origin (CORS origin) Issue for your HTTPS enabled WordPress Site and MaxCDN
On Crunchify Business site we have enabled HTTPS from day one. Recently WordPress.comannounced 100% HTTPS enablement even for hosted domains...
Disable admin bar wordpress ( No Plugins )
[crayon-68f28260b46d2532468149/] Placing the above line of code in theme’s functions.php file will prevent the Toolbar from rendering...
Disable WordPress Auto Update ( No Plugins )
Add this code in function.php file [crayon-68f28260b48df791367129/]
Get Permalink By Page Name Or Slug
We used to write custom functions to return these values until we discovered you can...
Customize the_archive_title() . No Plugins
Rebuild the title for all the variants used in the original get_the_archive_title() function: [crayon-68f28260b4ed4871371900/] 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-68f28260b55ac317272429/]
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...
You Will Surely Have A Corrupted WordPress Database Issue. Here Is How You Fix it
Using WP_ALLOW_REPAIR For those who are using WordPress version 2.9 and above (if you are...
WordPress Hooks là gì ? làm sao để trở thành master ?
Khi lập trình với WordPress chúng ta thường nghe nói tới hooks, vậy câu hỏi...
Hiểu sâu về hook trong WordPress
Nếu đã từng code với WordPress thì bạn sẽ ít nhất một lần nghe nói...