You are here |
digwp.com | ||
| | | |
permalinkmanager.pro
|
|
| | | | Learn how to programmatically change WordPress permalinks and handle 404 errors. Discover built-in solutions, and most useful tools & plugins. | |
| | | |
kaspars.net
|
|
| | | | Update: Ryan has made this into a plugin -- Code Comments. Add this to your theme's functions.php to allow readers post fragments of code in their comments (wrapped in ...) which are automatically encoded (think of < and <) add_filter('pre_comment_content', 'encode_code_in_comment'); function encode_code_in_comment($source) { $encoded = preg_replace_callback('/(.*?)<\/code>/ims', create_function( '$matches', '$matches[1] = preg_replace( array("/^[\r|\n]+/i", "/[\r|\n]+$/i"), "",... | |
| | | |
chrishardie.com
|
|
| | | | I built a WordPress plugin that generates a printable PDF newspaper from post content. | |
| | | |
www.tvagile.com
|
|
| |