Since the Newspaper theme when using cloud templates does not have a way to display the Excerpt field on a single post, we would like to know the best way to go about copying the content in the Excerpt field to the TD Subtitle field. Please advise. Here is what we are seeing when we export the data that has a post that contains content in the subtitle field.
Column Header: td_post_theme_settings
Post Content: a:1:{s:11:”td_subtitle”;s:52:”Subtitle text: This text will appear under the title”;}
-
This topic was modified 4 years by
Bill Fleak.
We manually copied the Excerpt Content to the themes Subtitle section and below is what we are seeing when we export the data to look at it to review its structure. From looking at the data how would we accomplish moving the Excerpt Content into the TD Themes Subtitle content?
td_post_theme_settings
a:1:{s:11:”td_subtitle”;s:52:”Subtitle text: This text will appear under the title”;}
a:1:{s:11:”td_subtitle”;s:133:”Check back with us daily as we provide the latest news and insights to how HR can best respond for the betterment of their employees.”;}
a:1:{s:11:”td_subtitle”;s:86:”Key considerations? Communication, explaining why and remaining creative and flexible.”;}
a:6:{s:11:”td_subtitle”;s:141:”Read this guide to get expert advice from HR consultant Tamara Rasberry on how to support your people’s mental health during difficult times.”;s:18:”td_quote_on_blocks”;s:16:”Quote on blocks:”;s:9:”td_source”;s:12:”Source name:”;s:13:”td_source_url”;s:11:”Source url:”;s:6:”td_via”;s:9:”Via name:”;s:10:”td_via_url”;s:8:”Via url:”;}
a:1:{s:11:”td_subtitle”;s:47:”Date & Time: Thursday, June 10, 2021 1:00 pm ET”;}
a:1:{s:11:”td_subtitle”;s:139:”Step one? Acknowledge, acknowledge, acknowledge, says Dr. Rachelle Scott, a psychiatrist and medical director of psychiatry at Eden Health.”;}
a:1:{s:11:”td_subtitle”;s:120:”As employers strategize for business after the pandemic, this is a prime opportunity to examine pay equity, experts say.”;}
a:1:{s:11:”td_subtitle”;s:115:”A session at the upcoming Oracle users conference will explore talent, reskilling, EX and other hot-button topics. “;}
-
This reply was modified 4 years by
Bill Fleak.
-
This reply was modified 4 years by
Bill Fleak.
Hello!
Please provide more information about what you need to achieve, screenshots or an example and your website link in order to help you efficiently.
A solution for sending a screenshot/video is this:
Download, capture, send: https://www.techsmith.com/jing-tool.html
After making the screenshot, you will have a link, paste it here.
Thank you!
We would like to copy the content in a single post Excerpt Field to the TD Theme Subtitle field. In the post export file, you will see both the data in the Excerpt field and the data in the td_post_theme_settings which is where the TD theme saves the Subtitle content.
https://www.screencast.com/t/PD4pkwujU
We are using the NewsPaper Cloud Templates with our site. Which does not allow us to display the Excerpt content on a single post.
We are looking for the best solution to accomplish copying the data from the Excerpt to Subtitle.
Or how can we display the Excerpt data in the same location the Subtitle is currently displaying on the single post page under the Title. Again we are using the Cloud Templates with our site.
Link to post: https://dev.hrexecutive.com/talent-management/5-ways-to-create-a-safe-workplace-culture-for-lgbtq-employees
Is your customization team available to review the request? Since your theme is not able to copy content from the Excerpt field to the Subtitle field. Is there a chance to have custom development done to display the excerpt fields under the Title similar to the Subtitle content on a single post?
Hello!
For customization and other services you can contact our custom work team here: https://tagdiv.com/premium-customization-services/
Thank you!
Can you please assist me with letting me know the location of the Single Post file for us to review and possibly customize the code? We are using the Newspaper Cloud Templates for our pages.
Hello!
For this you have 3 options to modify the single template files:
1. If you use cloud library single template, then you will have to modify a specific element like post author, post content etc and you will find these files here wp-content/plugins/td-cloud-library/shortcodes/single
2. If you use post template default like this: https://i.imgur.com/HFH2kFE.png , then these templates are consists of single.php and loop-single.php and you will find them here: wp-content/plugins/td-composer/legacy/Newspaper/loop-single.php
3. If you have standard pack plugin, then you will find the files mentioned at point 2 here wp-content/plugins/td-composer/legacy/Newspaper/loop-single.php
Hope that helps you!
Thank you!
Since we are using Cloud Template. How many files do we have to edit to add the Excerpt field in place of the Subtitle field?