On the page you will need to do it for each one apart ( if you do not want to use cloud template ).
This way will work only if the page are build with TD Composer.
Open the page with TD Composer ad a row at the bottom of article, and drag the author box in the empty column ( https://www.screencast.com/t/jCxQuFbpZi ).
Hope this will help you.
Hi,
Please check if you have set enable the Show author box in Newspaper>Theme panel> post settings> Post and Custom Post Types ( https://www.screencast.com/t/kDRMQ7OpF9f6 )
Thanks.
Hello, thanks for the response. The issue is that my pages are already very customized so I don’t want to use a new template. Is the only way to add the author box?
Hi,
One author box is for individual author, and you need to set the id of author ( get the id of author https://www.screencast.com/t/stO56rEZW1 ), the first user have the id 1
https://www.screencast.com/t/Th9zKqbY
See results: https://www.screencast.com/t/L0cmAhKmuw
Thanks.
Hi jadmac,
You can use tagDiv Cloud Library plugin ( see documentation https://forum.tagdiv.com/tagdiv-cloud-library-plugin/ ), chose a page for template from cloud and edit it, add the author box at the bottom of page ( https://www.screencast.com/t/gJPzZTMWy ).
See results: https://www.screencast.com/t/IlofbtVt
Hope this will help you.
Hi,
I see there have two type of Author box
One is fine,I can change the title.
But another one can’t?
Or I need to change the AUTHOR NAME in other ways?
https://isvoice.com/494-2
Thanks
Hi,
After change the “Custom title” please click on save and done ( https://www.screencast.com/t/hDzAPCraE https://www.screencast.com/t/G5VsxRh8o ), open a page that have set that sidebar with the author box ( https://www.screencast.com/t/Z0N5QO9hC ).
Thank you.
I would like to place an author box at the bottom of each post and page, what are my options? I’m aware of the author post option, but would also like the ability to have it on certain pages too. I have also seen the use of just an author names and images too.
Any advice would be appreciated
Hi,
I need to change the Author Name.
Here is my post page.
https://imgur.com/a/4I68pIW
I set a Author box in widgets.
But why I can’t change the name?
For good measure, I inserted the code into td_module_mx5.php and still the author name and dates do not appear on the boxes in the first block.
Hello rosiefaulkner1989,
I saw that you are using the Big Grid 6 which uses module mx5 and module mx13. If you want to display the author name and date for small article boxes you should edit the td_module_mx13.php and add this code from here -> https://www.screencast.com/t/vXe9IRTo
Thanks for the message!
Hi all! How can I add the author name and the date of all the articles to the small article boxes? Also- for the top left “Greetings” article- is there anyway to make the title appear the same as the rest of the articles even though its a “feature” article? https://lifequestjournal.com/
hi guys,
where to customize the author page, because i wanna add a few more Adsense box onto it, please show me where.
thank you in advance.
Hey Catalin,
thanks for your reply. Im AWARE that these are 2 different things. And as i wrote its working for me. The only thing i want from you guys is a php code snipped which i can put into my new page-template to show the author box + item scope meta tags on the page w that template.
I dont care if its not pefect codewise or if i cant use your backand funktions on that particular page-template that i have copy+pasted from the post-template-7. it looks as i want it on the front end and google can flawlessly read it – enough for me.
What i dont want is to build or check other templates whith editior … it would just take me hours to get a result thats allready there in your post-template-7.
<?php
/* Template Name: Page+Mainimage */
locate_template('includes/wp_booster/td_single_template_vars.php', true);
get_header();
global $loop_sidebar_position, $td_sidebar_position, $post;
$td_mod_single = new td_module_single($post);
$td_post_featured_image = td_util::get_featured_image_src($post->ID, 'full');
if (!empty($td_post_featured_image)) {
td_js_buffer::add_to_footer(
'jQuery(window).ready(function() {' . "\r\n" .
'(function(){' . "\r\n" .
'var td_backstr_item = new tdBackstr.item();' . "\r\n" .
'td_backstr_item.wrapper_image_jquery_obj = jQuery( "#td-full-screen-header-image" );' . "\r\n" .
'td_backstr_item.image_jquery_obj = td_backstr_item.wrapper_image_jquery_obj.find( \'img:first\' );' . "\r\n" .
'tdBackstr.add_item( td_backstr_item );' . "\r\n" .
"jQuery('.td-read-down a').click(function(event){" . "\r\n" .
"event.preventDefault();" . "\r\n" .
"var header_wrap = jQuery( '.td-full-screen-header-image-wrap:first' )" . "\r\n" .
"if ( 1 === header_wrap.length ) {" . "\r\n" .
"tdUtil.scrollToPosition(header_wrap.height() + header_wrap.offset().top, 1200);" . "\r\n" .
"}" . "\r\n" .
"});" . "\r\n" .
'})();' . "\r\n" .
'});'
);
}
?>
<article id="post-<?php echo $td_mod_single->post->ID;?>" class="<?php echo join(' ', get_post_class('td-post-template-7'));?> td-container-wrap" <?php echo $td_mod_single->get_item_scope();?>>
<div class="td-full-screen-header-image-wrap">
<div class="td-container td-post-header">
<div class="td-crumb-container"><?php echo td_page_generator::get_single_breadcrumbs($td_mod_single->title); ?></div>
<div class="td-post-header-holder">
<div class="td-parallax-header">
<header class="td-post-title">
<?php echo $td_mod_single->get_category(); ?>
<?php echo $td_mod_single->get_title();?>
<?php if (!empty($td_mod_single->td_post_theme_settings['td_subtitle'])) { ?>
<p class="td-post-sub-title"><?php echo $td_mod_single->td_post_theme_settings['td_subtitle']; ?></p>
<?php } ?>
<div class="td-module-meta-info">
<?php echo $td_mod_single->get_author();?>
<?php echo the_modified_date('j. F Y', '<div class="the-modified-date" itemprop="dateModified">Update: ','</div>'); ?>
<?php echo $td_mod_single->get_views();?>
<?php echo $td_mod_single->get_comments();?>
</div>
</header>
<div class="td-read-down"><i class="td-icon-read-down"></i></div>
</div>
</div>
</div>
<div id="td-full-screen-header-image" class="td-image-gradient-style7">
">
</div>
</div>
<div class="td-container">
<div class="td-pb-row">
<?php
//the default template
switch ($loop_sidebar_position) {
default:
?>
<div class="td-pb-span8 td-main-content" role="main">
<div class="td-ss-main-content">
<?php
locate_template('loop-single-7.php', true);
comments_template('', true);
?>
<footer>
<?php echo $td_mod_single->get_post_pagination();?>
<?php echo $td_mod_single->get_review();?>
<div class="td-post-source-tags">
<?php echo $td_mod_single->get_source_and_via();?>
<?php echo $td_mod_single->get_the_tags();?>
</div>
----------------------------------- this part does not get displayed :I ----------------------
<?php echo $td_mod_single->get_social_sharing_bottom();?>
<?php echo $td_mod_single->get_next_prev_posts();?>
<?php echo $td_mod_single->get_author_box();?>
<?php echo $td_mod_single->get_item_scope_meta();?>
----------------------------------- this part does not get displayed :I ----------------------
</footer>
</div>
</div>
<div class="td-pb-span4 td-main-sidebar" role="complementary">
<div class="td-ss-main-sidebar">
<?php get_sidebar(); ?>
</div>
</div>
<?php
break;
case 'sidebar_left':
?>
<div class="td-pb-span8 td-main-content <?php echo $td_sidebar_position; ?>-content" role="main">
<div class="td-ss-main-content">
<?php
locate_template('loop-single-7.php', true);
comments_template('', true);
?>
</div>
</div>
<div class="td-pb-span4 td-main-sidebar" role="complementary">
<div class="td-ss-main-sidebar">
<?php get_sidebar(); ?>
</div>
</div>
<?php
break;
case 'no_sidebar':
?>
<div class="td-pb-span12 td-main-content" role="main">
<div class="td-ss-main-content">
<?php
locate_template('loop-single-7.php', true);
comments_template('', true);
?>
</div>
</div>
<?php
break;
}
?>
</div> <!-- /.td-pb-row -->
</div> <!-- /.td-container -->
</article> <!-- /.post -->
<?php
get_footer();
Hey Team, 1st i want to thank you for your perfectly working theme! I`m very happy with my purchase.
The one thing i need and want is the Post Template 7 (its perfect for me and i want it on posts and pages) as a Page Template. Ive copy pasted it into a page-template.php and can use it successfully as a page template. BUT my copy pasted page template doesnt load the author box and the item scope meta tags are not right/missing.
What do i have to change to make the Post Template 7 working flawlessly as a Page Template with all funktions it has as a Post.
Thanks a lot!
Regards
Robert
Hi,
1. So the problem is with full grid 1, I made a test with it and disabled the author name and date in the theme panel. It looks like this for me
– https://www.screencast.com/t/qs9jamCcT6
The module meta info container is there but not visible
– https://www.screencast.com/t/nfFXdZdHXsx
I could take a look at the grid in your case, to see how this grey box you mention appears under the article title.
2/3 Are you using the latest WordPress version, theme, plugins etc? About that SEO plugin notice I can’t find much online, try to re-install it. Or turn off WP debug in the config file.
The other notice in the plugins section, there are some suggestions you can try
– https://wordpress.org/support/topic/error-on-add-plugins-page-after-update/
Thanks
Hello tagDiv team,
Your theme is awesome but I have three problems I can not solve.
1. I have a problem with my full big grid block.
I turned off the date and the author name on the homepage. It works everywhere except the full big grid block at the top.
There appears under the headline a small gray box (remains of the td-module-meta-info)
I can hide the box with ther CSS code
.td_block_big_grid_fl_1 .td-module-meta-info{
display:none;
}
The problem with the method is that when the page loads, the date still appears for about a second and then disappears. Since the big grid block is at the top of the homepage, the date is visible to everyone for a short time.
Interestingly, the little gray box appears in every browser except in Firefox.
2.) In tagDiv Composer I get the error message at the top
Notice: Undefined index: post_ID in */wp-content/plugins/wordpress-seo-premium/premium/classes/premium-metabox.php on line 146
In the file premium-metabox.php is written:
/**
* Retrieves the post ID from the globals.
*
* @return {int} The post ID.
*/
protected function get_post_ID() {
return $GLOBALS[‘post_ID’]; (<- This is line 146)
3.) At Dashboard -> Plugins -> Add New I get the error message at the top
Notice: Undefined property: stdClass::$plugin in */wp-includes/class-wp-list-util.php on line 150
In the file class-wp-list-util.php is written:
/*
* This is simple. Could at some point wrap array_column()
* if we knew we had an array of arrays.
*/
foreach ( $this->output as $key => $value ) {
if ( is_object( $value ) ) {
$this->output[ $key ] = $value->$field; (<-This is line 150)
} else {
$this->output[ $key ] = $value[ $field ];
}
}
return $this->output;
}
/*
Can you help me?
Many Thanks
best regards,
arti
Hi: I suggest to also limit posts to a certain timeframe. For example I can select to Display Articles “From Same Article” but I should also be able to add “Within past 30 days” or “Within past 6 months” or “Within past year” or “For all time”.
For example, now I have it showing articles from 7 years ago from some authors, but I only want to show the most recent 1 year from this same author.
I guess the problem with my idea is what happens if an author published many posts for a 2-year period, but stopp publishing 5 years ago? If my setting is set to show only past 12 months, then could it override that or would it create a logic problem?
Hi, I am not a moderator nor do I have anything to do with Newspaper Theme other than I have just purchased the theme a few days ago.
But to get your image in the Author box you need to go to your user profile panel in WordPress dashboard and fill your Bio in there.
To get an image I use a Plugin called WP User Avatar by flippercode this allows you to upload a profile image to your user profile.
Hello wwasabi1007,
Please check the author box element because there you will see some options that allow you to include or exclude some authors by author ID. Check here -> https://www.screencast.com/t/LrZsj2b4
Thanks for your understanding!
Hi, my site is baldhiker.com
I have decided I would like to use your share button system that is integrated now I have your theme, for speed purposes.
I can see the section n theme panel where I can add a username. However as a multi author site I don’t want it to default to @sitename (if I left this box blank) nor do I want to put a single username in this field. How do I make it stop taking the sitename as a twitter name?
Thanks
Hello,
Sorry but the authors box cannot show posts. it shows the author name and a few data about the author.
You can however change the content on the author page though. Use the cloud library plugin to change the content shown on the author template. Import a new author template and then use the tagdiv composer to add the content you want to show on that page. Then apply the author template in the theme panel under template settings.
Thank you!
Hi,
@mercure961 Something like this will do it for the authors box
– https://www.screencast.com/t/Q0btWsJUslI
It will apply to all the authors boxes once entered in the theme panel custom CSS code section. This is the code used
.td_block_authors .td-author-post-count {
display: none;
}
Thanks
Hi,
That would be all, the author box displays individual authors, while the authors box displays all or multiple authors
– https://demo.tagdiv.com/newspaper/author-box/
– https://demo.tagdiv.com/newspaper/author/marius2/
There is also a team member elements that could be used for this task
– https://www.screencast.com/t/uCcKNkyDNY
Thanks
How to display the last post of a certain category in the authors box instead of the amount of posts and comments?