Hey geordiemac,
you’ll lose WordPress’ default behavior when activating ALB for blogposts. With ALB you have all freedom, but you also need to do everything from scratch. If you need WP’s default behavior, then we recommend to use WP’s default editor.
Best regards,
Andy
However, you can follow this thread here: https://kriesi.at/support/topic/using-alb-with-custom-post-type-and-meta-information/#post-580144 for a workaround.
Best regards,
Andy
Hi Andy
Thanks for your help, I have managed to match up the styling and some of the behaviours, my only problem that I can not figure out is how to display the author on the custom post landing page, I tried the method in the link but it’s not quite working?
On the cpt post landing page I need to display the category and date above each post
I tried the shortcode method but not sure how to add, is that added manually to every post? Also the post_meta_infos file implementation I couldn’t get this to show, not sure how to include.
Hey!
Add the shortcode in the functions.php file:
// https://kriesi.at/support/topic/using-alb-with-custom-post-type-and-meta-information/#post-580716
After that, edit the the post then use the following shortcode:
[the_post_meta]
Best regards,
Ismael