Hi alecadd, hope you are fine, one thing which i feel we missed is how to show shortcode above wp-editor with options we have so that the shortcode is automatically build for the user, thanks hopefully see your reply asap.
Loving the series but once again having come to it late Bootstrap has moved on a bit. The code in the video does not work unless the popper.js is included. Within function sunset_load_scripts() the line: wp_enqueue_script('popper',get_template_directory_uri().'/js/popper.min.js', array('jquery'), '4.1.3', true); is needed BEFORE the bootstrap script is enqueued. Hope this helps others. Popper.js in a minified version is available cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.3/umd/popper.min.js
Always a pleasure to see the ease and clean structure you manage to use!
2 valuable lessons in 1 tutorial! GREAT!
Thank you so much
Hi alecadd, hope you are fine, one thing which i feel we missed is how to show shortcode above wp-editor with options we have so that the shortcode is automatically build for the user, thanks hopefully see your reply asap.
I'll consider making a video about it in the currently ongoing plugin series. Cheers
Cheers big brother..
Now it's easy to put next post & previous post link on blog page, thanks boss.
But how can I use this way for custom post type? Please advise.
This code should work also for Custom Post Type. Are you having some particular issue with it?
Noted with thanks. Also, no particular problem with it....
Hi, great content. I subscrive. How can I download the full code, please?
Just one minute ago uploaded and I comment on it now. LOL
You're the boss :P
You're the one. :D keep creating these kinda amazing stuff for us. :P
Loving the series but once again having come to it late Bootstrap has moved on a bit.
The code in the video does not work unless the popper.js is included.
Within function sunset_load_scripts() the line:
wp_enqueue_script('popper',get_template_directory_uri().'/js/popper.min.js', array('jquery'), '4.1.3', true);
is needed BEFORE the bootstrap script is enqueued. Hope this helps others.
Popper.js in a minified version is available cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.3/umd/popper.min.js
Thanks
Thanks this would have been good to know a lot earlier.