Any News about Newspaper 13?
Are you guys working on Newspaper 13?
Are you guys working on Newspaper 13? when we can expect RC version?
When will be Newspaper theme V12.6.7 available for download?
any news about Newspaper 13? or next update is 12.6.7 or 12.7?
any update about Newspaper 13
Hello,
No RC 12.4.1 Update after 07.06.2023 12:16.
Can you share the changelog with the same build.
Can you make the changes so that all taxonomy is displayed after the main taxonomy category?
For the desktop, we displayed using tag div composer shortcode. but in Mobile Theme Plugin it is not possible to edit code like the composer drag and drop.

This is front end without Code Edit

I want Display Custom Taxonomy like category

This is Code Edited

This is Error

Blank Link
-
This reply was modified 3 years by
discovermh.
Hello @Bettina,
we change code into file theme>Newspaper>loop-archive.php
$post_count = 1;
$column_count = 1;
$span = ‘span3’;
$column_break = 4;
$is_404 = false;
if( is_404() ) {
$is_404 = true;
$column_break = 4;
$span = ‘span3’;
$args = array(
‘post_type’=> ‘post’,
‘showposts’ => 6,
‘ignore_sticky_posts’ => true
);
query_posts($args);
}
Still, it shows 2 columns in the post archive and category pages.
ideally it should show 4 columns as we mentioned $span = ‘span3’; & $column_break = 4;
-
This reply was modified 3 years by
discovermh.
-
This reply was modified 3 years by
discovermh.
Hello, @Bettina
any update?
wp rocket is used for cache only…
we can use WP Super Cache or WP Fastest Cache but I prefer wp rocket.
Thanks for sharing your guide with us.
If you are familiar with theme customization then just provide me code for the above query so that more articles are visible on the same screen.
currently, only 3 articles are visible in a row and 1 article is on mobile.
after changes, 4 articles on desktop and 2 on mobile will be visible.
For Speed Improvements, we use Wp Rocket and Autoptimize plugin and follow the below articles
https://forum.tagdiv.com/how-to-make-the-site-faster/
https://forum.tagdiv.com/topic/page-speed-guide-for-2023-beginners-and-advanced/
you can check our page speed here…
for the Video Post formate, there is an issue. so we avoid video formate posts.
Now my main issue is with 2 column layout on the mobile theme plugin and 4 column layout on the desktop.
Kindly suggest some code change so that I can achieve 2 and 4-column layout result
It’s Mobile Theme Plugin.
We did customization in the mobile theme plugin also but it did not reflect.
Even though we did customization for the normal theme but it did not reflect.
we change code into theme>Newspaper>loop-archive.php
$post_count = 1;
$column_count = 1;
$span = ‘span3’;
$column_break = 4;
$is_404 = false;
if( is_404() ) {
$is_404 = true;
$column_break = 4;
$span = ‘span3’;
$args = array(
‘post_type’=> ‘post’,
‘showposts’ => 6,
‘ignore_sticky_posts’ => true
);
query_posts($args);
}
Still, it shows 2 columns in the post archive and category pages.
For Mobile Theme customization we did changes in
plugins>td-composer>mobile>loop.php
Still it did not reflect yet
we can’t show the same content for all users.
so we need Follow Author and Category functionality.
and my main question is that can we add Bookmark functionality to WordPress posts?
Can We add This functionality to WordPress posts?
I want bookmark functionality so that users can read posts/articles Later.
Also, can we add follow Author and Category Functionality so that we can create recommended posts according to follow author and category?
Can you share the changelog so that we can also test and gives you feedback and report bugs?
Can you Add it to your To-Do List?
We tried all those setting and go through the video.
I want to change The default two presets that the theme comes with. I want Mukta as the default Font. How can I Do That?
If I set Global font Mukta from Website Manager then it also loads default fonts Open Sans and Roboto.
Can we add support of image and color to the default category and tag?
and can we add custom taxonomy to the Categories/tags list shortcode?
currently, it shows only the default categories/tags list using [td_block_categories_tags post_count=”yes” limit=”10″]. how can I display a custom taxonomy list?
-
This reply was modified 3 years by
discovermh.
There is Subtaxonomies Shortcode but it displays sub-countries and sub-states.

Like Subtaxonomies We want a Taxonomies shortcode that displays All Country, State, and City List with taxonomy slug. (taxonomy=country, taxonomy=state, taxonomy=city)
-
This reply was modified 3 years by
discovermh.
-
This reply was modified 3 years by
discovermh.
We have custom taxonomy Country – 
State – 
We want to display all country & state lists on the home page with its image.
Same for Category, City and Tag.
We have fields of image and color for category and custom taxonomy. How can we display that? on that page?
How can we add sticky social share bar without using tagDiv Composer?