Tagged: ALB, comments, related entries
Hey autopilotdk,
You can use Classic editor for posts and add the Advanced Layout Builder elements with the help of the magic wand tool if you don’t want to add the comment box manually.
Best regards,
Victoria
Hi Victoria!
Thanks for the suggestion :)
The magic wand adds shortcode, which, once inserted, can only be edited by editing the text – you can’t use the graphical GUI to edit inserted shortcode.
Right?
Just asking because the users are not code savvy, and prefer graphical editors :)
Also: How do I use the magic wand to insert Related Entries?
Thanks :)
Hi autopilotdk,
Yes, the magic wand does not have a gui, and related entries should show up or can be added by the blog posts element with the proper category.
Best regards,
Victoria
Alright – thanks :) So using ALB kind of breaks the built in functionality of blog posts. Or at least means you’ll have to do a bit of manual work. I get it now!
I ended up adding to template-builder.php
After:
echo $content;
Added:
//show related posts based on tags if there are any
if(is_singular(‘post’)) get_template_part( ‘includes/related-posts’);
That’ll add the Related Posts to a post created using ALB.
Is there a similar trick for adding the Social media sharing buttons?
Thanks in advance :)
Hi autopilotdk,
Please have a look at the following thread
Best regards,
Victoria