Category: wordpress
WordPress must be able to write media files to `wp-content/uploads`, but files stored there should never need to execute as PHP. This article explains how to block PHP-like files …
How to Create a Lightweight Related Posts Shortcode in WordPress Display Relevant Posts in WordPress Without a Plugin A Simple WordPress Shortcode to Show Related Posts Build Your Own …
How to Make WordPress RSS /feed Output Full Text WordPress RSS Full Content Output Guide How to Show Full Text in WordPress RSS Feeds WordPress: Three Ways to Output …
The wordpress shortcode is a great feature that we can easily add via the add_shortcode function. This post introduces two shortcode functions in WordPress to get the top 10 …
Sometimes, we want to include the PHP or HTML or external files in a wordpress post or page, then we can use the following PHP code to add a …