WordPress (category)
Batch moving records (posts) from one taxonomy to another (from category to tag)
The article discusses how to programmatically move multiple posts from one category to another in WordPress, using a custom function and different methods.
Search Results Highlighting Without Using Plugins
Enhancing search functionality in WordPress by implementing search results highlighting without using plugins.
Change HTML symbols (< >) to special symbols when commenting
The article explains how to replace HTML tags PRE and CODE symbols with special characters in comments and articles, and provides a code example that demonstrates the...
Cutting text and/or replacing the standard the_excerpt() function
This article discusses the trimming of text in WordPress and the replacement of the standard the_excerpt() function with a more efficient method.
Function for displaying recent comments
Explanation of how to retrieve and display the latest comments using custom functions in WordPress.
Allow special HTML tags in comments
This article explains how to add additional HTML tags to comments and allowed tags for post content in WordPress.
404 trap for non-existent files
The article talks about handling 404 errors for non-existent files in WordPress and suggests two methods for dealing with this issue: using .htaccess or in PHP.
Alternative to WP-pagenavi Plugin (Pagination for WordPress)
How to create a custom pagination function as an alternative to the wp-pagenavi plugin in WordPress, enabling optimized navigation and CSS styling.
Kama Quicktags: Code on your website pages
The article discusses the challenges faced while inserting and highlighting code in WordPress posts and introduces the Kama Quicktags plugin to simplify the process.