Posts
Oh no! My Code Snippet has caused a fatal error – help!
20 January 2022
No Comments
So, there you were happily coding up a little snippet in Code Snippets. It was truly beautiful until you saved the latest tweak; and now
Getting your money
1 November 2021
No Comments
Disclaimer: this article links to an online service call Wise. Following (clicking) the links may earn me a little commission from them if you go
Add snippets to different parts of the page
26 October 2021
No Comments
Want to add some extra bits in the head of your document, like tracking codes, custom javascript etc? Then use wp_head: add_action( ‘wp_head’, ‘YOUR_SCRIPT_IN_HEAD_FUNCTION’ );
Why can’t I access my Ajax data?
24 October 2021
No Comments
Why can’t I access my Ajax data? add_action( ‘wp_head’, function () { ?>
Long URL breaks mobile layout
22 October 2021
No Comments
Long URL breaks mobile layout /* These are technically the same, but use both */ overflow-wrap: break-word; word-wrap: break-word; /* This is the dangerous one