Hello,
Unfortunately it is not as simple as that. You will have to specify which post template you use, because all of them are different . The PHP files will need to be edited in order to change the title position.
Please provide more details (post template, and screenshot) so we will be able to assist.
Thank you!
Hi,
If it’s a custom template, i cannot provide a solution for it as i do not know how you set it up. You will need to access the template file like for example: http://screencast.com/t/xIpSCsYgL and move the position of the title. The article top ad is usually displayed below the post title. http://screencast.com/t/CfFravMVfSVB
Provide a link or a screenshot so we know how you want the title.
PS. the from panel option gets the post template from the theme panel so you did not specify which template you used in the theme panel.
Thank you!
I’m really not sure how to find out which template I started with because it’s just a custom template now set to ‘from panel’ , but I will keep digging around to see if I can figure it out.
— hopefully these screenshots above help
THANKS
Hello,
I see you used visual composer on posts. You can change the post template if you wish from the post settings.
You are placing the ad in visual composer inside the content. You cannot move it above the content from the files if you use it like this. What you can do is edit the default template (i assume that one is specified in the panel) and add your visual composer shortcode to the file: http://screencast.com/t/dRb58PAz4
code: <?php echo do_shortcode('[td_block_ad_box spot_id="custom_ad_2"]')?>
And then remove the ad box from your post as it will be picked up from the code you insert.
This will make every post that has the default template specified display the ad.
I hope this helps. If the default template is not specified in the panel you can apply the customization to the other loo-single files depending on the template specified. loop-single is the default template, loop-single-1 is template 1, so on and so forth.
Thank you!