http://www.quiddivinum.it/?page_id=5014
This is the link to my "Collezioni" page. It's built with the template builder, I chose the categories to display in the "Natura" row. Now the post
http://www.quiddivinum.it/?p=4029 (category Natura) doesn't appear where it is supposed to.
Can you please help me and show me where is my fault?
Thank you very much.
Mara
Category doesn't display in overview page
11 posts from 3 voices-
Posted 1 year ago #
-
More, is it possible to remove the heading: "Blog, latest news" appearing on blog posts as in : http://www.quiddivinum.it/?p=4029 and others?
Thanx!Posted 1 year ago # -
Hi there! :) Is everything ok?
May I have some help?Posted 1 year ago # -
Need to see your custom template layout to figure out the first issue.
Blog, latest news
You can create a custom template for your blog. Using the Template Builder.
Add element Heading + (Social Media and Search Bar)
Set a Page Title = Custom Heading
Set the heading to a single Space (This will keep your search bar a social icons but clear the heading)Add element Blog.
Set your blog page to use the new dynamic template. If you don't want the heading or search bar don't include them in the template.
Posted 1 year ago # -
Hey,
you can remove the "Blog, latest news" in template_blog.php. Open up the file and delete following code:$title = __('Blog - Latest News', 'avia_framework'); //default blog title $t_link = "<a href='".home_url('/')."'>".$title."</a>"; if(avia_get_option('frontpage') && $new = avia_get_option('blogpage')) { $title = get_the_title($new); //if the blog is attached to a page use this title $t_link = "<a href='".get_permalink($new)."'>".$title."</a>"; } avia_title($t_link);Posted 1 year ago # -
Thank you gobigfoot. I'll give it a try (Blog, latest news) I don't know how to
And, finally, thank you Dude. No news for my first issue?
Bye.Posted 1 year ago # -
I think you just need to change the publish date - it's the oldest post in the category and all other post will be displayed before: "Natura a colori".In addition Propulsion excludes posts which are displayed somewhere else (i.e. in another column and/or category). This avoids duplicate posts/content.
Posted 1 year ago # -
Sorry Dude, but I tried to remove the code as you told me in template_blog.php but It didn't work :(
Any tip?
Thank you!
MaraPosted 1 year ago # -
You probably left the code in single.php
Posted 1 year ago # -
Thank you gobigfoot for the tip, finally it works! :)
Posted 1 year ago # -
Happy to help.
Posted 1 year ago #
Reply
You must log in to post.














