Authors Box 9,7 Update Need Help!

Posted in: Newspaper
Post count: 83

I send to Newsmag as an old post there…

https://forum.tagdiv.com/topic/author-box-add-latest-post-title/

With 9.7 Update We want to achive this again…

Short Desc: What i need is remove Post and Comment count and also URL of Author, and only put Authors Latest Post instead…

https://sonsoz.com.tr is the site…

TagDiv pls help…

  • This topic was modified 7 years by Smanchi.
Post count: 83

Everything works great except this…

Post count: 35449

Hi,

Please check the wp-content/themes/Newspaper/includes/wp_booster/td_module_single_base.php -> https://www.screencast.com/t/GsZE3jgck0y5
If is not what you mean please provide some more details.

Thank you!

Post count: 83

Thats not i mean, i show with example images

Sonsöz Newspaper Change Needed

We have done that before 9.7 update and other websites gets our authors posts from there… Now it’s lost…

We did that before 9.7 but now as code changes we need your support…

We used

$buffy .= '<div class="td-authors-url">';
$last_article = $wpdb->get_row($wpdb->prepare("SELECT * FROM $wpdb->posts WHERE post_author = %d AND post_status = 'publish' AND post_type = 'post' ORDER BY post_date DESC LIMIT 1", $td_author->ID), ARRAY_A);
$buffy .= '' . $last_article['post_title'] .'';
$buffy .= '</div>';

before 9.7 to set that…

  • This reply was modified 7 years by Smanchi.
Post count: 35449

Hi,

Please try this custom css to remove the comments
-> https://www.screencast.com/t/FXIP4erAy34
.td_block_authors .td-author-comments-count{
display: none;
}

You need to set the code in Newspaper>Theme panel>Custom code>Custom css
I’ll take a look in theme files for the link for latest post by author.

Thank you!

Viewing 5 posts - 1 through 5 (of 5 total)
The forum ‘Newspaper’ is closed to new topics and replies.