Hi,
I see the date is not appearing. Are you sure it is enabled here for posts here
– http://prntscr.com/mzi86z and here for modules – http://prntscr.com/mzi8i6
For the loop in the homepage also check if the date is enabled in it’s settings
– http://prntscr.com/mziblo
Let me know.
Thanks
Hi,
Numbered pagination is available for the loop element – http://prntscr.com/mzi2jr But the loop does not have any filtering settings, just an exclude posts option.
Or if you use the page template with latest articles – https://forum.tagdiv.com/page-templates-2/
Blocks do not have a numbered pagination method, only ajax pagination
– https://forum.tagdiv.com/block-settings-guide/
Let me know if you have more questions.
Thanks
Hello,
I have imported a Category template from the Cloud Library (Category Template 2) but when I add the AD Box element I can’t find where to tell it to appear after X posts in the loop.
can you please tell me how to do it?
Thanks!!
Same problem here. The “Posts loop settings” tab just isn’t appearing.
I’m also facing the same problem. The “Duplicate title tags and Duplicate meta descriptions” error is occurring for home page alone. Instead of infinite loop is there any other solution for it. I just want to display only latest 20 posts on home page.
“Posts loop settings” not being displayed on home page template settings – what to do??
Hi,
I am trying to use 2 different styled post loops for my category templates. The first post loop only has 1 column with 1 big image and 1 post. This acts as the featured post for the category. A bit like the category grid template. I use a second post loop below with 2 columns and pagination which acts like the normal posts loop. However, because the first posts loop has a 1 limit post number, the second posts loop only shows 1 as well despite having set the posts limit number to 10. So it seems that using more than 1 posts loop on one page breaks the second posts loop. The second post loop uses the same posts limit number as the first one I think. Is this a known issue and how can I fix this? I need to use the posts loop for the first post because the category grid templates won’t let me style it the way I want it to.
Hi,
I created my single page myself. Not loop-single-1.php or 2-3-4
Now where do I put the code below?
<div class=”fb-comments” data-href=”<?php echo get_permalink($td_mod_single->post->ID); ?>” data-width=”100%” data-numposts=”5″></div>
Hello Catalin,
I don’t think you understood my issue. Please refer to these images again:
#1: https://imgur.com/6WIlOH1
#2: https://imgur.com/jQxIqhd
The second image shows how the featured image appears on the tag page. I do not want it to look like this, I want it instead to look like how it appears on the posts loop (home page). I want it to cover the container for the featured image, instead of leaving white space.
Hi,
For example if you are using post template 1 you need to set this code in wp-content/themes/Newspaper/loop-single-1.php
<?php echo $td_mod_single->get_excerpt($excerpt_length);?>
-> https://www.screencast.com/t/G8ssUdbM
-> https://www.screencast.com/t/w9KbkQ0NwQBZ
-> https://www.screencast.com/t/QDtVNmJo7LBX
So you need to set that code in the post loop for the posts template you are using.
Hope this will help you!
I was able to fix my first issue by discovering the “object-fit” CSS, so what I wanted for post template 1 is achieved with the following code:
@media (min-width:141px){
.td-post-template-default .td-post-featured-image img {
width:100%!important;
height:337px;
object-fit: cover;
margin-left: auto;
margin-right: auto;
}
}
However, I don’t have a solution for why the featured image appearance isn’t standardized for posts as they appear on pages other than the posts loop.
I want to use post template 1, however when I use vertically oriented featured images for posts, they’re too large and leave white space to the right. An example of this:
https://i.imgur.com/25D8M7w.jpg
https://personacentral.com/persona-5-the-animation-volume-7-box-art-revealed/
By using the following code, I can make the width as I want to, but if I set the height, it scales the image down and squishes it, which I don’t want:
@media (min-width:141px){
.td-post-template-default .td-post-featured-image img {
width:100%!important;
height:337px;
margin-left: auto;
margin-right: auto;
}
}
Result:
https://i.imgur.com/zlUVmAc.jpg
How do I instead crop the featured image to a dimension like this one, instead of scaling it down like this?
Tag / Search / Category Pages
Additionally, I want vertically oriented featured images that appear in the above pages to look like the ones in the posts loop. An example of this is that I want this:
https://i.imgur.com/6WIlOH1.jpg
and not this:
Hi,
All of these sections can be changed with TD Composer from here -> https://www.screencast.com/t/UpzTb5ZY8 Here is talking about Custom Title for these blocks. Also, the Latest Articles section can be changed from the Page Template, from here -> https://www.screencast.com/t/xn87crIjZ At the section Homepage Latest Articles, you have access to change the Posts Loops Settings. For more information about this, please check the following useful guide from here -> https://forum.tagdiv.com/page-templates-2/
-> https://forum.tagdiv.com/tagdiv-composer-tutorial/
Thanks for your understanding!
Hi, I have a problem with the “posts loop” that I’ve added to my Home Page using the “Cloud Library”.
I need to make a little edit to the posts that appear on the “posts loop”
Where are the files generated by Cloud Library for that element added?
Thank You
Hi,
Unfortunately ‘Posts loop’ and ‘Posts loop 2’ can not be filter like the standard blocks, sorry!
I think that the only way that you can change this will be to make some changes in theme files, and change the current filter ( “latest” ).
Thank you for your understanding!
I want to filter ‘Posts loop’ and ‘Posts loop 2’ block for category. It’s possible?
Hi,
Thank you for replay, but unfortunately I haven’t «posts loop» & «posts loop 2»
https://yadi.sk/i/3K_RRvS5f-a4zQ
What I should do to add these posts?
Hi,
What you are referring to is not possible currently, there is only one loop ad spot, displayed after the number of posts you set. Sorry for the inconvenience.
Thanks
Hi,
At the moment there is no option for in-feed ads in the theme. It could only be done by modifying the theme files, but that may not be so easy.
Another way that you could try, would be to search for an ad inserting plugin that might have an option for this.
You could try the solution mentioned in this similar topic
– https://forum.tagdiv.com/topic/ads-on-category-pages/
So you are referring to the ads that are displayed inside the post loop ( “LATEST ARTICLE” )? By itself the theme cannot do that, there are various code solutions in the forum you could try if you want to do something similar
– https://forum.tagdiv.com/topic/how-to-insert-ads-between-posts-on-the-main-categories-and-in-the-archives/
– https://forum.tagdiv.com/topic/in-feed-adsense/
– https://forum.tagdiv.com/topic/how-to-add-adsense-ad-after-5-10-articles-on-main-page/
– https://forum.tagdiv.com/topic/adsense-infeed/
Thanks
Hi,
Ensure that you have respected all of the theme’s requirements from here -> https://forum.tagdiv.com/requirements-for-newspaper/ and also, we have the problem with the non-appearance of “Posts loop settings” and TD Composer button. We will fix it as soon as possible in our future updates.
-> https://www.screencast.com/t/Ufvf1ToSx
Also this can be a plugin conflict, please deactivate all non theme plugins, clear all cache and try again.
Thank you for your understanding!
Hi,
Ensure that you have respected all of the theme’s requirements from here -> https://forum.tagdiv.com/requirements-for-newspaper/ and also, we have the problem with the non-appearance of “Posts loop settings” and TD Composer button. We will fix it as soon as possible in our future updates.
-> https://www.screencast.com/t/Ufvf1ToSx
Also this can be a plugin conflict, please deactivate all non theme plugins, clear all cache and try again.
Thank you for your understanding!
Hi,
Unfortunately our theme do not have an option for this, for the moment you can set the time ago on posts templates from tagDiv Cloud Library, this will revert automatic after 7 days -> https://www.screencast.com/t/Xaix2uBqnXDQ , in order to achieve the time ago in post loop/loop2 and category grid you’ll need to make some changes in theme files change the code for human_time_diff to work on those modules, but for this I need time to implement and test the code to work properly.
For the moment I do not have enough time for doing this, but I will be back soon enough with a working solution!
Thank you for your understanding!
Hi Fanpula,
Ensure that you have respected all of the theme’s requirements from here -> https://forum.tagdiv.com/requirements-for-newspaper/ and also, we have the problem with the non-appearance of “Posts loop settings” and TD Composer button. We will fix it as soon as possible in our future updates.
Thanks for the message!
When the cloud plugin is active, you can import/design cloud templates (for posts, categories, authors, tag) also block designs, sections etc and use them.
It will also provide additional elements in the composer such as the loop elements, the new header builder elements, header manager. Also the option for post auto-loading.
Without it none of the above can be accessed.
I want to create a page for my wordpress website homepage, but if I want to custom my latest articles, I can’t do it, because in my ‘page template settings’ I can’t get see something about ‘posts loops setings’.
It’s look like this: https://prnt.sc/mkw7bn
I hope someone can help me. Thanks in advance.