- NewspaperDesign your Post Pages using the Cloud Library Templates
- NewspaperDesign your post pages using the Default Templates
- NewspaperPage templates
- NewspaperCreate a form contact page
- NewspaperCloud Library Templates
- NewspaperCloud Library – Category Templates
- NewspaperHomepage – How to build and set it
- NewspaperPost templates
- NewspaperDefault post templates
- NewspaperCategory templates
- NewspaperPost template ads
- NewspaperSingle External Shortcode and External Shortcode
- NewspaperWP Rocket and Newspaper Theme: Optimization Guide
- NewspaperSearch setup for custom post type
- NewspapertagDiv Composer – Website Manager
- NewspaperBookmark – Save For Later
- NewspaperFlex Block Builder and Flex Loop Builder
- NewspaperModules Builder in Newspaper Theme
- NewspaperIntroduction to CPT and ACF with Newspaper Theme
- NewspaperCreate a frontend submission form
Hi,
i am new here, but despite using the search engine, I have not found a soloution to my problem. This is rather a fairly simple matter, so it was probably discussed here, but somehow I can’t find the right topic.
After installing the demo version of the template, I changed the layout of the news on the main page and since then the news in the two boxes are duplicated with each other.
For example – this same news in two boxes on my homepage:

How can I solve it? On home page I would like to have 3 big news and 7 small ones.

I would like the news in blocks 23 and 12 above to not duplicate itself.
Thanks a lot!
Thanks. Did you copy the code directly in the text area?
I tried the new code in a post and in a page but it doesnt works. Maybe is a problem with the header? I never changed it.
It tried here: https://www.mochilero.info/test-2/
And here: https://www.mochilero.info/test3/
But nothing happend.
My header is the original from the theme:
<!doctype html >
<!–[if IE 8]> <html class=”ie8″ lang=”en”> <![endif]–>
<!–[if IE 9]> <html class=”ie9″ lang=”en”> <![endif]–>
<!–[if gt IE 8]><!–> <html <?php language_attributes(); ?>> <!–<![endif]–>
<head>
<title><?php wp_title(‘|’, true, ‘right’); ?></title>
<meta charset=”<?php bloginfo( ‘charset’ );?>” />
<meta name=”viewport” content=”width=device-width, initial-scale=1.0″>
<link rel=”pingback” href=”<?php bloginfo( ‘pingback_url’ ); ?>” />
<?php
wp_head(); /** we hook up in wp_booster @see td_wp_booster_functions::hook_wp_head */
?>
</head>
<body <?php body_class() ?> itemscope=”itemscope” itemtype=”<?php echo td_global::$http_or_https?>://schema.org/WebPage”>
<?php /* scroll to top */?>
<div class=”td-scroll-up”><i class=”td-icon-menu-up”></i></div>
<?php locate_template(‘parts/menu-mobile.php’, true);?>
<?php locate_template(‘parts/search.php’, true);?>
<div id=”td-outer-wrap” class=”td-theme-wrap”>
<?php //this is closing in the footer.php file ?>
<?php
/*
* loads the header template set in Theme Panel -> Header area
* the template files are located in ../parts/header
*/
td_api_header_style::_helper_show_header();
do_action(‘td_wp_booster_after_header’); //used by unique articles
-
This reply was modified 9 years by
MochileroInfo.
Hi,
If you want to display custom content in the post pages, probably you need to edit the post template files in the theme. Each post template has a corresponding single and loo-single file – https://www.screencast.com/t/P4ZNnRzOb
The code most likely has a part that needs to be entered in the header file, and maybe something that needs to be placed in the post files, in order to appear on the posts. Try inserting that part in the loop-single file corresponding to the post template you are using. Editing one of the loop files you can see the post structure
– https://www.screencast.com/t/KTW2wRw5ZXyD
Thanks
Hello Jacob,
Unfortunately, our theme does not have any such an option that allows you to use the modules which create a block on 2 columns, sorry! Notice that the modules compose the blocks and if you want to use only the modules, you should use the Page Builders + Latest Articles + Pagination as page template. For more information about this, please check the documentation here -> https://forum.tagdiv.com/page-templates-2/
Thanks for your understanding!
Hi,
I have a problem with the facebook video upload.When I upload the video this works fine but the problem begins from the settings.If I choose the video format that video shows twice in the same post .If I choose the standard format that video shows once .After that, The feature video doesn’t show me the video at the page even if I paste the link in the required field.this happens with my other video format as well.I am choosing the required video post template as well.here is the link,http://www.imhnews.com/wp-admin/post.php?post=1082&action=edit.
As seen in a previous post, I’m using this code to remove the category name from the cagegory-container:
.category .td-page-title{
display:none!important
}
But using Category Template Style 8, the category container still holds the names of the active categories. I would like to remove those names from the container. Example image:
Any custom css? Thanks in advance!
Hello, please help reply
i’m not use wordpress.
i want to use only template file. how can i use. i c ur description in ThemeForest Files Included: PHP Files, CSS Files, JS Files, but when i use it it error.
Error message:
Fatal error: Call to undefined function get_header() in /Applications/XAMPP/xamppfiles/htdocs/rasmeinews_v2/page.php on line 7
please help
Dear admin,
I’m developing region filter for posts in my category page http://theccompany.site/category/conflict/ using Ajax. I finish all things and I need to display results exactly like category page. So I need a function that I give it the type of block or template that I want to display and to give it the Id of posts that my filter return. I find this example of function :
echo td_global_blocks::get_instance(‘td_block_7’)->render(array(
‘custom_title’ => __td(‘POPULAR POSTS’, TD_THEME_NAME),
‘limit’ => 3,
‘sort’ => ‘popular’
));
So I want to know how to add to this function id of posts that my filter return,or if there’s other function that it can help me to do what I want. Thank you
Best regards,
Version 8 is a new version, not an update, so this is always possible with any major update to anything, whether it’s WP, WooCommerce, or themes. You don’t have to update theme if you don’t want to; it’s not mandatory.
The new theme has option of continuing use of Visual Composer page builder for custom home page or pages; or use new light-weight version the TD Composer. If using the TDC, yes, you will need to test and adjust any page using VC, as some modules are carried over but not all – so you would need to change the pages which have any VC element which TDC does not have.
Options
a) don’t upgrade if you have no compelling reason to do so
b) upgrade and use Visual Composer vs TDC — but yes, any custom code added to any core files always has to be moved to new version as new page templates over-ride old ones; this is common with any customization done to any theme
c) setup test area, with clone of site (such as sub-domain, or folder on existing site); switch to TDC, then adjust pages which have broken elements to alternative option from the TDC builder; then once done – copy the clone dbase into the original dbase and replace old theme with the dev theme. Anybody who knows what they are doing as webdev would know how to do all of that.
Hope that helped!
(I don’t work here; but accept tips of cookies and pies!)
Hi, I want add in, ads only in home page, and to in other posts category, but I have a customer that want only on home page. How can i do this it ? Need be in Header.
I’m using the Plugin WP PRO ADVERTISING SYSTEM and their speaking to add this shortcode [pro_ad_display_adzone id=”18836″] or/and …
…but I don’t know where !!
looking the explication their.
_____________________________
Using the Template Tag
The “template tag” is the solution to add adzones to places on your website where you can’t use shortcodes or widgets. It allows you to hard code the adzone into your theme files on the exact location where you want the adzone to be.
To use the template tag first create the shortcode for your banner with all the options you like. Once you have the shortcode just copy and paste it into the template tag.
<?php
echo do_shortcode(“add the shortcode here”);
?>
Note: The template tag requires some PHP knowledge. It has to be added into your theme files so if you don’t know how to add the template tag contact your theme developer, provide him the template tag and ask where it should be added to show the adzone where you want it to be.
Default Template Tag Example
<?php
/**
* id = {adzone_id}
*/
echo do_shortcode(“[wpproads_banner id=123]”);
?>
Hello,
There is no option to hide them on all pages nor is this recommended. The page title is added in the page template.
The default page template will show the page title only when no page builder is detected. If you do not want a page title, please either use the page builder or change the page template: https://forum.tagdiv.com/page-templates-2/
Thank you!
Hi,
@Flyer381 To have the comments section on pages the setting has to be like this
– https://www.screencast.com/t/4Iyro4irw0
Enabling it will disable the comments on pages. Also the page template cannot be the one containing the Latest articles section, you need to select a different template, like the default one – https://www.screencast.com/t/Zn51ngcwdIK
Check as well in the page settings if the allow comments is enabled
– https://www.screencast.com/t/Tf1yWHJq
Thanks
I’m getting the same problem. Completely blank page when using TD Composer. No other plugins loaded, clean out of the box installation using the default template.
Hi,
The number of posts displayed on the category page can be changed here
– https://www.screencast.com/t/eeZFNXLmc6j3
Some footer templates like the one you mention, come with predefined content. You can select a different footer template style and add the widget elements you want in the three footer sections
– https://www.screencast.com/t/wD19pyP5
– https://www.screencast.com/t/JWOWlZfMsl
More about the available footer templates here
– https://forum.tagdiv.com/footer-templates/
Thanks
Buna,
1) Article bottom ad are display:none pe mobile ca setare default: https://www.screencast.com/t/thTtGZuU
Poti reactiva acest ad cu urmatorul cod css:
@media (max-width: 1018px) and (min-width: 768px){
.td-visible-phone {
display: block!important;
}
2)Acest lucru se intampla deoarece folosesti un block text with title. Acest element are nevoie de continut. Mesajul poate fi sters de aici: https://www.screencast.com/t/hAfE0Khbtp
3) Prin builder-ul nostru nu am incercat sa copiem visual composer si de aceea anumite elemente nu se vor regasi ca de exemplu, tab-uri, acorioane sau alte galerii si grid-uri specifice de visual composer. In viitor vom adauga propriile noastre elemente.
4) Modificarea elementelor predefinite din footer nu este posibila dar este posibila eliminarea lor si inlocuirea lor cu alte elemente. https://forum.tagdiv.com/footer-templates/
5) Depinde de cod. Daca codul este un css, atunci cel mai probabil o sa mearga. Daca sunt modificari in fisierele temei, atunci acestea vor trebui adaptate la noul cod daca este cazul.
6) “Ultimele articole” este un element predefinit ce vine din template-ul paginii: https://forum.tagdiv.com/page-templates-2/
Textul se poate traduce din sectiunea de translations din theme panel
7)Daca folosesti tema mobila, ea nu foloseste nici visual composer nici tagdvi composer. Aces aspect este prezentat aici: https://forum.tagdiv.com/the-mobile-theme/
8) Spatierea functioneaza fara probleme pe toate platfoirmele noastre de test: https://www.screencast.com/t/8ZKDDZXr – https://www.screencast.com/t/aZCiC9B4Xt4
9) Nu recomandam editarea continutuilui cu ambele builder-e. Probabil te refereai la tagdiv composer, nu la visual . Daca nu, ar fi bine ca o pagina sa foloseasca un singur builder. Aceasta optiune functioneaza fara probleme pe toate platformele noastre: https://www.screencast.com/t/Eqg6Zpb9
Pentru cele 2 probleme referitoare la spatierea pe text with title si culorile pe news ticker te rugam sa ne contactezi pe email la contact@tagdiv.com si sa ne oferi un link, username si parola sa putem sa investigam problema direct pe site.
Multumim
Can you please make popular post more advanced like this plugin: WordPress Popular Posts
link to plugin:
https://wordpress.org/plugins/wordpress-popular-posts/
I know you maybe tell me, use plugin but it would be nice to have it from you in the theme as one package.
So we customers would be happy and you theme would have another level to beat competition
MAIN FEATURES of WordPress Popular Posts Plugin
Multi-widget capable.
That is, you can have several widgets of WordPress Popular Posts on your blog – each with its own settings!
Time Range
– list those posts of your blog that have been the most popular ones within a specific time range (eg. last 24 hours, last 7 days, last 30 days, etc.)!
Time Range Especially this feature would be really really nice!!!
Custom Post-type support.
Wanna show other stuff than just posts and pages?
Display a thumbnail of your posts! (see the FAQ section for technical requirements).
Use your own layout! WPP is flexible enough to let you customize the look and feel of your popular posts! (see customizing WPP’s HTML markup and styling the list for more).
WPML support!
WordPress Multisite support!
OTHER FEATURES
Check the statistics on your most popular posts from the dashboard.
Order your popular list by comments, views (default) or average views per day!
Shortcode support – use the [wpp] shortcode to showcase your most popular posts on pages, too! For usage and instructions, please refer to the installation section.
Template tags – Don’t feel like using widgets? No problem! You can still embed your most popular entries on your theme using the wpp_get_mostpopular() template tag. Additionally, the wpp_get_views() template tag allows you to retrieve the views count for a particular post. For usage and instructions, please refer to the installation section.
Localizable to your own language (See the FAQ section for more info).
WP-PostRatings support. Show your visitors how your readers are rating your posts!
I use Newspaper Theme, and I have selected one of the module type on 404 template..
but the link to my 404 page is not working.
there is no “Ooops… Error 404, Sorry, but the page you are looking for doesn’t exist.” message, just like this: http://imgur.com/a/T5xeC
Hi,
in category blog page I’ve this situation:
http://www.awesomescreenshot.com/image/2541452/d7656f18cc7de71c49860f26ecf6b94a
in themepanel/categories/category template (header), if I select for example “style 6” I’ve a situation like this:
http://www.awesomescreenshot.com/image/2541490/79b5109b2c396603868a49dbae1c3c41
I need to include a photo and a description before a post in a blog category post.
The photo and the text must always be different in each category.
I would something like this …
http://www.karmaweb.net/tmp/text_category.jpg
How can I obtain this in your theme?
tnx
Thanks Bogdan,
Actually, it does help. The Newspaper Theme has forced me into using WordPress in a different way than I had before, and to tell you the truth, it’s working quite nicely. I learn more every day. I was under the impression that I had to use static pages for pretty much everything, probably because of the limitations of the previous theme I was using. I’m switching the entire site over to using categories and category templates, and it’s really starting to come together.
I’m a long way from being a beginner with WordPress, but I think I learned it in the wrong way, which is in many ways far worse than being a beginner. As I’m re-learning to do this in the way that Newspaper seems to want to work, it’s starting to look pretty good.
I have quite a bit of work to do, but here’s what it looks like so far:
It’s already way better than the look of my previous theme, and I’m still learning. By the time I get around to writing a review on this theme, it’ll be pretty close to 5 stars.
Thanks for the help,
Don Fink
Hello Don,
I understand what you mean about the docs and videos, but they are all created with the assumption people who use wordpress theme,s know what wordpress is and what can be done through the wordpress settings. If you lack the basic knowledge I would suggest starting with a few basic wordpress tutorials to learn how pages are made, how posts are created and how they belong in categories, and how to build and set a homepage. For the homepage for instance, wordpress provides 2 options. Either a list of your latest posts, or a page you create and select for it. I assume you have the list and do not know where to dfind the settings for it. OPur theme uses templates for all the wordpress specific pages such as the one you use. These templates are found in the theme panel-> template settings: https://www.screencast.com/t/mh1qwGmDX9
Under the wordpress templates, you will find the theme way of setting the default predefined templates used by wordpress. The theme ad’s it;s style to these pages but since they are predefined by wp, they cannot be edited in the page builder. The same goes with the categories for posts.
The standard pages however are built in the page builder like so: https://www.youtube.com/watch?v=N2wGizMz4X0&t=104s
You can set a static page as a homepage from here: https://www.screencast.com/t/nvdvrIAZpY
I hope this helps.
Thanks.
Hi,
I have a weird ‘ghost’ image that turns up on every blog page and i can’t get my website to be 100% secure.

I have went into the file directory to change the file name to ’10x’.

as i try to get rid of it. I think that image has been “embedded” into the blog page template?
my website is at http://www.theseatinthemiddle.com
You can do it in visual composer as well. The woocommerce plugin is open to custom pages as shop pages so you can create it with whichever builder you want.
If you want to use the default templates, you cna change the sidebar from the theme panel:https://www.screencast.com/t/igfFZEUUZSbT
Thank you!
Hi,
The category pages are not available for edit at the moment. The category templates can only be customized through the theme panel. These templates can be found in the theme folder here – https://www.screencast.com/t/kitUM93y
If you would like to add content to a category page you could enter it directly in the category template file. You can find multiple solutions here on the forum. Here are a few
– https://forum.tagdiv.com/topic/how-can-i-use-shortcodes-in-category-descriptions/
– https://forum.tagdiv.com/topic/trending-now-on-category/
– https://forum.tagdiv.com/topic/how-to-add-or-created-ad-block-in-category-page/
I have no solution if that particular plugin does not work with the theme. Some plugins are simply not compatible. Not all themes and plugins offer the same level of compatibility unfortunately.
Maybe in future updates the category pages may offer options for more advanced customization, but I could not say for sure when this will happen.
Thanks
Hi,
I’m not sure what you mean.
If you want to create a custom author page and not use the author page template https://www.screencast.com/t/Uzd0bO5wCeJt then you will have to create a custom page and add your own content to it and then create a redirect between the author link and your new custom page.
Thank you!
Is there a beginning “how-to” for this theme? I clearly don’t know what I’m doing. For example: For the main menu, I use a specific page to display the most recent blog entries, but when I go to a specific blog entry, I have no idea where it’s getting the template to display that actual blog. Maybe a category template? I dunno. The same hold true for the Featured articles menu item. I display a custom page for the featured articles page, then have no idea what template is being used to display an article when one is selected.
I guess the question is, could someone (who has nothing better to do) describe their process? What templates are used to display posts? To display the menu pages? i started using WordPress with a different theme, and ended up using custom hand built pages and a plugin with lots of short codes to get things displayed, but I’m getting the feeling that Newspaper is not intended to used in that fashion.
My site can be viewed at: http://www.hiddenmesa.com
Thanks in advance, and be kind. Oh, and to be clear, I’m not asking for someone to do a lot of hnd holding. I would be very happy if someone could just point me in the right direction in terms of finding the proper, starting documentation. A “how to begin” paper would be great..