|
You are here |
rich.blog | ||
| | | | |
richtabor.com
|
|
| | | | | I made this video to showcase building a dynamic Gutenberg block with the help of artificial intelligence using ChatGPT. I run through... | |
| | | | |
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"), "",... | |
| | | | |
leoloso.com
|
|
| | | | | Avoid polluting the WordPress editor with unneeded blocks | |
| | | | |
passthejoe.net
|
|
| | | When I go into the menu in either Chromium or Google Chrome (yes, I have both) and try to edit the bookmarks, the browser crashes. So I can't re-arrange my bookmarks in these two browsers. | ||