-
AuthorPosts
-
December 12, 2019 at 8:54 am #1165131
Good Morning! I have the related entries in the Endfold menu enabled but in the news nothing comes out at the bottom, what I have to do, attached menu image
December 12, 2019 at 12:09 pm #1165176Hey juanraubeda,
Thank you for the inquiry.
Did you apply tags to your posts? Only posts that have the same tags as the current post will display in that section.
Best regards,
IsmaelDecember 12, 2019 at 1:24 pm #1165197Yes
https://ibb.co/0Y8ZjPd
yes, but nothing appearsDecember 13, 2019 at 9:37 am #1165439Hi,
Thank you for the update.
Which posts contain the same tags or etiquetas? In the screenshot, we don’t see posts containing similar tags or etiquetas.
Best regards,
IsmaelDecember 13, 2019 at 9:39 am #1165440Yes, attach file
December 15, 2019 at 4:52 pm #1166098Hi,
Sorry for the late reply, it looks like all of your posts are built using the Advanced Layout Builder, so you will have to add the related entries shortcode to each post in a code block element.
[avs_related_entries]
Best regards,
MikeDecember 15, 2019 at 7:25 pm #1166122I put it and it doesn’t work, it only appears as text, I put it in html and with the code block
can’t appear in all the news automatically?
- This reply was modified 5 years ago by juanraubeda.
December 15, 2019 at 9:21 pm #1166140Hi,
Sorry about that, it used to work, anyways I’ve got another that does work I just tested it.
Try adding this code to the end of your functions.php file in Appearance > Editor:/* related posts shortcode = [rpost] */ function related_posts_shortcode( $attr ) { ob_start(); get_template_part( 'includes/related-posts' ); return ob_get_clean(); } add_shortcode( 'rpost', 'related_posts_shortcode' );
then in a code block element use this shortcode
[rpost]
please ensure your post has a tag that some other post share.Advanced Layout Builder posts don’t show this element, only default posts show this.
Best regards,
MikeDecember 16, 2019 at 8:38 am #1166259Good morning, I will change all the news to the normal editor so that everything appears well. When changing one of them I see that the social icons do not appear well, I pass you URL.
December 16, 2019 at 10:51 am #1166300Hi,
This is due to a file change in WordPress v5.3.1, the dev team has released this fix for the missing icons, please upload the following file via FTP to
\enfold\framework\php\function-set-avia-frontend.php
https://www.dropbox.com/s/gmbg5202rjz1vou/function-set-avia-frontend.php?dl=0
Please save a copy of your old file should you encounter an upload error.
Then clear your browser cache and any cache plugin, and check.Best regards,
MikeDecember 16, 2019 at 12:14 pm #1166324Thaks! it´s correct.
December 16, 2019 at 1:56 pm #1166379Hi,
Glad we were able to help, we will close this now. Thank you for using Enfold.For your information, you can take a look at Enfold documentation here
For any other questions or issues, feel free to start new threads in the Enfold forum and we will gladly try to help you :)Best regards,
Mike -
AuthorPosts
- The topic ‘related entries’ is closed to new replies.