[ad_1]
[ad_2]
Hi I'm building a landing page on my site and I wanted to use dynamic data to display the current month automatically, but don't know how to do this.
Im using bricksbuilder to build the page and it has a dynamic data hook for the current date, but displays more info that I'd like.
Is there an easy way to achieve this?
Thanks

I think that you can use the Insert PHP Code Snippet free plugin for this purpose, it is pretty simple and it allows you to run PHP code via shortcodes: [https://wordpress.org/plugins/insert-php-code-snippet/](https://wordpress.org/plugins/insert-php-code-snippet/)
In the code box you can add the following code:
echo date(‘F’);
Then copy the shortcode provided by the plugin and paste it into your page or post where you want the current month to appear and that’s it! 🙂