Tagged: blog titles
After almost one year using this awsome theme I decided to add a blog and I`m having some issues.
1. “Blog Content-length” is set to “full content” but still nothing is displayed, only the Post title and read more.
2. When opening the post, the title is not showing up at all.
3. The feature image is not displaying in the post.
4. Even in the “blog layout” the “related entries” is disable this appears.
Thank you.
Hey koanga,
I’m guessing you are using the builder to create your posts? If so then what you are experiencing is as expected, please try switching to the default editor then save there and the “default” items should show up.
Best regards,
Rikard
Using the “default” solved the issues, thank you. One more question. I notice that when selecting “related entries” side pagination appears as well. (please see the image). How can I disable that?
Hey!
Please add following code to Functions.php file in Appearance > Editor
function no_post_nav($entries){
return false;
}
add_filter('avia_post_nav_entries','no_post_nav');
Regards,
Yigit
Hi Yigit,
Strange, when Im logged in the backend the code works, but when I logged out it doesn
t. Did clear the cache and even try a different computer. Btw I for some reasons I don`t have the menu ‘Editor”. I had to put the code via ftp.