-
Posted a reply to How do you create a block template for pages?, on the site WordPress.org Forums:
Wow, sorry, I just reread through the documentation and noticed that it does apply to… -
Created a topic, How do you create a block template for pages?, on the site WordPress.org Forums:
So, I have been having a hell of a time reading the Wo… -
Posted a reply to New to javascript in wordpress, on the site WordPress.org Forums:
Try using add_action('wp_enqueue_scripts', 'your_scripts');. The add_action function is expecting the callback that you are using…