-
AuthorPosts
-
April 25, 2017 at 1:43 pm #782866
Hi,
I have old blog entries (events) comming up with sharing function. I want to use the sharing function only with new entries.
On WP I can’t do the settings of it. With Enfold (WP backend) I can just switch the sharing function on or off (admin.php?page=avia#goto_blog -> Share links at the bottom of your blog post).Please give me a hand. Any advise would be appreciated.
Greetings from Germany,
John-
This topic was modified 8 years, 6 months ago by
Envat0supportislameandgotanF. Reason: additions & design
April 26, 2017 at 6:41 am #783253Hi John,
I’m not sure I understand what you mean, could you post a link to the site in question so that we can take a closer look please?
Best regards,
RikardSeptember 12, 2017 at 2:58 am #850721Hi Rikard,
today I enclosed you the relevant information. Hint is dropped into the private content box.
Please have a closer look here too.Have a nice day.
Best regards,
John-
This reply was modified 8 years, 2 months ago by
Envat0supportislameandgotanF. Reason: Add further information into private content box
September 13, 2017 at 5:47 am #851358Hi,
I have old blog entries (events) comming up with sharing function. I want to use the sharing function only with new entries.
This is possible but you have to modify the includes > loop-index.php file, look for this code around line 281:
//share links on single post avia_social_share_links();Replace it with:
//share links on single post $publish = get_the_date( 'j F Y', $the_id ); if( strtotime( $publish ) > strtotime( "12 September 2017" )) { avia_social_share_links(); }The sharing section will only display if the publish date of the post is later than September 12 2017.
Best regards,
Ismael -
This topic was modified 8 years, 6 months ago by
-
AuthorPosts
- You must be logged in to reply to this topic.
