- NewspaperDesign your Post Pages using the Cloud Library Templates
- NewspaperDesign your post pages using the Default Templates
- NewsmagPage templates
- NewspaperPage templates
- NewspaperCreate a form contact page
- NewspaperCloud Library Templates
- NewspaperCloud Library – Category Templates
- NewsmagCategory templates
- NewsmagFooter templates
- NewsmagDefault post templates
- NewsmagPost templates
- NewsmagHomepage – How to build and set it
- NewspaperHomepage – How to build and set it
- NewspaperPost templates
- NewspaperDefault post templates
- NewspaperCategory templates
- NewspaperPost template ads
- Apitd_api_single_template::update_key
- Apitd_api_single_template::update
- Apitd_api_single_template::add
Hi – using a page to pull a blog-style page from a custom post type.
The template is: pagebuilder + latest articles + pagination.
However, I need to replace the permalink behind entry-title td-module-title with a different permalink – which is a custom field in my post type. The field is: wpcf-rss-url
Do I do this by adding page-pagebuilder-latest-custom to my child directory and then replacing a certain field? What is the name of the current permalink field on this template?
thanks,
Hello,
I wanted to change the mobile theme especially the slider which shows an old article.. How to do that? I can’t find a mobile theme page template to modify?
Hello efaq,
1)Please notice that the custom menu would be your custom menu, created as you wish and then the custom button you have to add it to a page with Visual Composer, like this -> http://screencast.com/t/i834fsDw and there you can see the buttons for all your menu items.
2)So, I think that you understand as our theme uses a lot of modules/blocks which have a lot of thumbnails in our theme. If you are not using some blocks, you can deactivate from Theme panel the thumbnail which uses this type of blocks. For example, if you do not want to use block 3, you can turn off the module 1 and so let of forth.
3)Unfortunately, these columns come by default with our theme and you have no control about these because this is predefined. If you want to customize your footer section, you have to use the footer template style 5 because this is a custom template and you can add in it any widgets you wish in Footer 1,2,3. For more information about our footer template, please check our documentation here -> https://forum.tagdiv.com/footer-templates/
Thanks.
Hi
You can some of WordPress’s built in functions such as is_home() if you’re using blog template or is_front_page() if you’re using a static page. For more detail about those functions and how to use them check these links: https://codex.wordpress.org/Function_Reference/is_front_page – https://codex.wordpress.org/Function_Reference/is_home
Thanks!
I feel that I can change the themes by default in the console Newpaper in “Theme Panel”, but not directly on a page for a specific template.
I am able to put a specific template on my home to differentiate the inside page.
oh you can check it on farawaytrip.com
thanks
Hi, now I used up the “default demo”.
Wanting to redo everything I removed newspaper theme from my ftp server directly.
Then I opened wordpress and reloaded a new version of newspaper and activated theme “Classic Blog Demo”. I activated Visual composer in the theme pluggin Newspaper.
But nothing happens when I created a page, I want to select a template from existing default, nothing happens.
Could you help me, thank you
This is apparently wrong info. The theme panel should tell the user the size for the logo. I’ve spent 2 hours (WASTED TIME FOR ME) TRYING TO FIGURE THIS OUT.
Footer Template Style 1,5,6,7,8
For best results use this logo size:
Footer Logo: 231 x 82px
Footer Retina Logo: 462 x 164px
Apparently, 150×82 is the correct size. It took 3 hours of my valuable time to figure this out. I only found it after inspecting the page element. I found something had programitically changed the file name of my logo. It had appended “150×82” to the end of my file name.
Here’s the location of the wrong info
https://forum.tagdiv.com/footer-templates/
Also, could you remove the .import.tagdiv website? It causes much confusion while Googling answers to user questions.
Hello,
I was replacing the date function under the post title in template #3, with human time diff function. But it is somewhat misaligned. I used the inspect tool, and finally gave an edit to .td-post-meta-info, but that seems to apply to the complete meta info, even on the homepage. So now, I am looking forward to just adjust the specific function, and only in this specific template. Any guidance please?
I want the colour of it to be white, to match the other functions. Plus, I am also willing to adjust its font size and want to realign it.

One more thing, how do I replace the same on the following blocks and grids on my homepage.
Block 5
Block 20
Block 1
Big Grid 5
Big Grid 4
Regards
Dhananjay
Hi Bogdan,
A million thanks to you.
1. You are a amazing, I manage to put Facebook Comments now without having a Facebook plugin.
Guys I wanna share this to you anybody out there who tried to put FB comment instead of the default one.
Source: Link Here
Here’s what I did:
1. In order to implement facebook comments, you have to disable the theme comments and then place the facebook comments shortcode in the template files.
You have to do this for every post style you use on your site. every post style has it’s own file.
Theme Panel > Post Settings > ENABLE COMMENTS ON POSTS
Enable or disable the posts’ comments, for the entire site. > Disable – Credits to Bogdan B.
2. Add the following code to header.php located /wp-content/themes/Newspaper
after this line: <body <?php body_class() ?> itemscope=”itemscope” itemtype=”<?php echo td_global::$http_or_https?>://schema.org/WebPage”>
add this code:
<div id=”fb-root”></div>
<script>(function(d, s, id) {
var js, fjs = d.getElementsByTagName(s)[0];
if (d.getElementById(id)) return;
js = d.createElement(s); js.id = id;
js.src = “//connect.facebook.net/en_US/sdk.js#xfbml=1&version=v2.5&appId=XXXXXX”;
fjs.parentNode.insertBefore(js, fjs);
}(document, ‘script’, ‘facebook-jssdk’));</script>
end to before this line: <?php //this is closing in the footer.php file ?> – Credits to Chris S.
3. Add the following code to loop-single.php style and this depends what style number you are using, know or add it to all
styles. My style is loop-single-12.php
add this code:
<div class=”fb-comments” data-href=”<?php echo get_permalink($td_mod_single->post->ID); ?>” data-width=”100%” data-numposts=”5″></div>
end to before this line: <?php echo $td_mod_single->related_posts();?> – Credits to Andrei L.
4. If you are facing this issue “Only one issue–the comment count is appearing twice on our site (www.alaskapublic.org), once in the body of the post and once below. I’d like to delete the upper one. Our comment count is disabled in the theme panel.
Screenshot: http://www.alaskapublic.org/wp-content/uploads/2016/04/Screen-Shot-2016-04-12-at-4.12.41-PM.png” – @sarahglaser
Soln:
Try this css in theme panel > custom code > custom css to hide the first comment counter: http://screencast.com/t/ZyTOiRdT
.fb_comments_count{
display: none;
}
– Credits to Andrei L.
Note to tagdiv staff/admin: Please feel free to remove this comment if not allowed here.
Regards
Hi,
I am trying to remove the data from articles written by a certain author
In the page single_template_2.php i have modified the code so:
<div class=”td-module-meta-info”>
<?php echo $td_mod_single->get_author();?>
<?php if ($post->post_author != ’88’) {
echo $td_mod_single->get_date(false);}?>
<?php //echo $td_mod_single->get_views();?>
<?php echo $td_mod_single->get_comments();?>
It seems to work, removing the dates from the author with the id=88.
(Only problem remains the hyphen after the author’s name … how to kill?)
Now, to not show the date in google search, I think you should also hide
<meta property=”article:published_time
<meta property=”article:modified_time”
and
<meta itemprop=”datePublished”
<meta itemprop=”dateModified”
How can I do to eliminate them, again just for the author with id = 88?
Thanks!
Hi,
You will need to edit the page template and move the latest articles code above the pagebuilder content code – http://screencast.com/t/Rz4lJYdornae
Thanks!
Hi
These changes involve a new page structure and are required some customizations in theme’s core files to achieve the desired result. Basically you need to edit the file corresponding with post template used and change the elements order: http://screencast.com/t/lVnKKMMVmf7f
Note that this task require basic codding skills in order to be achieved and if you’re not aware of the steps you need to take in this regard my advice is to look for someone who can help you with implementation as we can’t offer customizations services at the moment.
Thanks!
Hello gilean,
For your first request, please notice that this type of pagination is only available for post pagination, pagebuilder+latest articles page template and not for block pagination, sorry! For more information about this post pagination, please check our documentation here -> https://forum.tagdiv.com/posts-with-pagination/ If you want to change the structure of block pagination, please notice that is not a simple task and require additional customizations through code that involve custom work. If you want to display more levels in our theme and you are not aware of the steps which are needed to take in this regard, please consider hiring a freelancer/developer to help you because we cannot provide customization services at the moment, sorry!
For your second request, please notice that this is our mega menu feature and if you want to set it on your front page, please check our documentation here -> https://forum.tagdiv.com/mega-menu/
Thank you for the message!
Hello willysawa,
For more information about how you can use our widgets/sidebar, please check our documentation here -> https://forum.tagdiv.com/sidebars-tutorial/ I am not clear about on what you want to achieve. So, if you want to add this script on the search page, you have to edit our search.php template and add this code where you want to display on your front page, like this -> http://screencast.com/t/KfyNqJNe
If is not what you mean, please provide more details in this regard, so I will be able to provide a more accurate response.
Thank you for your understanding!
Hi
Our theme load the comments section in single_template_x where is x is the number of post template used: http://screencast.com/t/mI7dM9pTI All other elements displayed on post pages are loaded in loop-single-x: http://screencast.com/t/iXBofbuoNoZd I am not sure how you added the plugin’s comments inside post content bu you can try to place its shortcode in different positions in these files and check how it goes.
I hope this helps.
Thanks!
Thank you for the support! Sorry for wasting your time. It seems I didn’t turn on the ROLE setting in the visual composer settings. Apologies, I could have sworn I did that a few times.
If I may inquire about something else.
How can I display the primary category in a single page template/loop without modifying the td_module_single_base.php file? I would like to keep everything in the plugin via the API. Is this possible? Thanks!
Hi
We didn’t tested Advanced Custom Fields Pro to work with the theme and we’re not aware of its functionality in order to provide an answer. However I’ve made a quick test and the plugin works fine but you need to use do_shortcode function to display a form on a post or page. Here is an example for a post: http://screencast.com/t/S1daz5ocjpm – http://screencast.com/t/IXkvDetDOla – http://screencast.com/t/IXkvDetDOla – http://screencast.com/t/fFipR7Fw8
Basicaly you need to edit the file corresponding with the post/page template used and add the shortcode on there using do_shortcode function.
If you want to display a form on a specific page you can use a condition like this: http://screencast.com/t/ROGHlaSJ
if (is_page("page_id")){
echo do_shortcode('[acf field="my_name"]');
}
Note that this customization require some basic coding skills in order to be achieved. If you can’t make this by yourself my advice is to look for someone which can help you wit implementation as we can’t offer customizations services at the moment.
Thanks!
Hello fajriearadea,
I suppose that you are referring to the tags page. If you want to edit this page, please notice that you can do that only from Theme panel->Template Settings->Tag Template, like this -> http://screencast.com/t/ZLYvVUqn8e
Hope this helps and let us know how it goes!
Thank you for the message!
Hello Newspaper, I love the theme! One thing I am trying to accomplish is to have the same “Post Template (8)” as my homepage. I have tried:
1) Putting the Post Template Styling into a Page, however, could not figure out how to do this.
2) Making a post the front page. The problem is that when I assign my Front Page Display to “Latest Post”, the styling does not transfer.
Example of what I am trying to make the front page look like (mainly interested in the top image header styling): http://lyvesports.com/twhs/
Any ideas?
So, for the custom fields to show up I not only have to input whatever I want into the fields while editing the post, but I also have to go up and put in code to tell those fields to show up?
Here’s what I’ve done: I installed Advanced Custom Fields Pro (the latest version) like I would install any other plugin. Then I went in and created a field group, created the post, filled some info into the fields on the post edit page, and published. When I look at the page the only thing that shows is the title.
My coding skills are still pretty limited, I know vaguely what you mean about creating a template file for that page, but I wouldn’t begin to know how to do that. I know where it would go, but I wouldn’t know what code to include or how it would be incorporated with the rest of the theme or what code to add so that ACF would work.
The ACF resources are, at least for me, not very descriptive. I get what they’re saying, but I’m not able to decipher how to do what they talk about. I would need some really in-depth, step-by-step instructions.
ACF 4 and ACF 5 Pro work for me.
Be sure to read the ACF docs in detail on how to insert either shortcode into “page” or ideally, make a new template file for that “page” (e.g., services.php) and put the actual shortcodes into the template.
Normally you should simply be able to place the shortcode for your field into the post box (in text edit mode, not visual mode),
e.g.,
[acf field="{$field_name}"]
https://www.advancedcustomfields.com/resources/displaying-custom-field-values-in-your-theme/
Hope that helps.
If it does NOT work, try disabling all plugins except visual composer (and ACF, of course!). 🙂
(( I don’t work here . . . ))
REF: ACF Support Forum:
https://support.advancedcustomfields.com/forums/forum/acf-pro/
Do you want to show randome posts below the comment section like this? http://www.mysteryofindia.com/2016/04/awe-inspiring-shiva-temple-kakanmath.html
So here is guide:
1. create new page ( you don’t have to publish it)
2. Click backend Editer to use visual composer
3. Add Block 3 and select the options according to your preferences (like Title, category, Random posts or Latest posts)
4. After you finish adding the block click on Classic Mode to return on normal page
5. You will get a code like this [vc_row][vc_column][td_block_3 custom_title="" sort="random_posts" limit="3" ajax_pagination="infinite" ajax_pagination_infinite_stop="4"][/vc_column][/vc_row]
6. add PHP tag like this: <?php echo do_shortcode('your Visual composer code goes here'); ?>
7. Here is final code that we use on our site: <?php echo do_shortcode('[vc_row][vc_column][td_block_3 custom_title="" sort="random_posts" limit="3" ajax_pagination="infinite" ajax_pagination_infinite_stop="4"][/vc_column][/vc_row]'); ?>
8. Now you have to edit your SIngle_Template.php files. We are using template number 2,5,11 so We have added this code in these files. You can add this code in all the templates that you use.
9. Paste the code at end of file Single_template_##.php after this line </div> <!-- /.td-pb-row -->
and before this line: `</div> <!– /.td-container –>
</article> <!– /.post –>`
Thats it. it will work now.
Last thing add this code in Theme > Custom Code > Advanced CSS > Phones:
.td-pb-row {
width: 100%;
margin-left: 0;
margin-right: 0;
}
It will fix some style issue in mobile phones.
-
This reply was modified 10 years by
Josan.
Hi
I assume that you’re using blog template which display latest article published. The theme don’t have an option to add blocks/grids on blog page. However this can be achieved using do_shortcode function. For more details in this regard please check this topic: https://forum.tagdiv.com/topic/big-grid-on-blog-page/
If this is not what you mean please provide your site url and more specific details about what you’re trying to do so I can inspect it closer and get back to you with a more accurate answer.
Thanks!
Hi,
This is very frustrating. My website has up-to-date NewsMag theme version 2.3.6, WordPress version 4.5.1
Right now the visual composer is not working. The template settings are not showing. I am not able to create any page with it, also can’t edit or change the pages which were built with visual composer templates.
Please help
Thanks & Regards
Debarup