where is the single post php file imported from clould library

Posted in: Newspaper
Post count: 32

Hi,

I’ve imported single post template 3 from the cloud and set as my default template for posts, and I’d like to edit this single post php file, which folder is it stored?

Thanks

Post count: 32

specifically, it’s a custom button code (it’s an additional custom share button that I use) that I’d like to insert into the bottom of the title, next to the social share icons, and also the end of the post alongside the social share icons.

  • This reply was modified 6 years by Jarrett.
Post count: 18283

Hello !

The path is the following: wp-content\plugins\td-composer\legacy\Newspaper\parts

Thank you !

Post count: 32

Thanks Vlad, the single.php looks very different from the other theme I used to use, so I couldn’t figure out how to manage it. What I actually wanted is to add a custom social sharing shortcode after the post title.
I have my shortcode or php code:
<?php xh_social_share(); ?>

I wonder how do I edit the post template, or where should I insert this php.

Thanks a lot

Post count: 18283

Hello !

You can add you code after the get title function which can be found in the LOOP files here: https://www.screencast.com/t/t9m5wfs6

This should work for your customization.

Thank you !

Post count: 32

Hi,

I see, but the post template I’m using is not from the existing 13 templates, I imported and customized one from cloud library, where do I find that loop-single file? Thanks

Post count: 18283

Hello !

Unfortunately on Cloud Library Templates the file does not generate.

You cannot add the customization you want on a Cloud library template.

We are sorry for the inconvenience !

Thank you !

Post count: 32

Then what’s the single post php file being used? What do you do if you want to add a shortcode to your current post?

I tried with no avail adding from control panel -> appearance -> theme editor -> loop-single.php

Post count: 18283

Hello !

The single post php file is for the default single posts.

You can code the cloud library templates but those will require serious coding skills. If you really want to add that code I would suggest to either hire a freelancer or you can contact our developers team in order to provide the custom work over a fee: https://tagdiv.com/premium-customization-services/

We are sorry for the inconvenience !

Thank you !

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