|
You are here |
jackharner.com | ||
| | | | |
jessedyck.me
|
|
| | | | | [AI summary] The author shares a custom WordPress script to migrate blog posts from a deprecated third-party footnotes plugin to the native core footnotes block introduced in WordPress 6.3 | |
| | | | |
terrygodier.com
|
|
| | | | | Often, when I'm working on content sites, one of my initial product goals is to increase session depth. Broadly, this means decreasing bounce rates and have visitors read more than one article.Large publishers often call this content recirculation, but their goals are to take visits and push them into higher-value pages for revenue purposes.Since it's a blog without any monetization, my goal on this website is to push visitors into other content and hopefully earn an email opt-in. | |
| | | | |
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"), "",... | |
| | | | |
wiredspace.de
|
|
| | | Website of witcher | ||