Please copy exact code from my last post into aol_ad-single.php file & make sure you have switched to Parent Theme.
Also try this code without <?php the_content(); ?>
-
This reply was modified 7 years, 6 months ago by
Farhan Noor.
-
This reply was modified 7 years, 6 months ago by
Farhan Noor.
done i’m still on the parent theme, those codes are in the right pages, tried it with and without <?php the_content(); ?> still getting three forms.
I wonder if its best if I provide you login to the ftp.
My Mistake, rename file to single-aol_ad.php.
Side Note: Without the_content() template tag, wordpress do not show post content.
File name was the issue
I’ve updated the coding to
<?php
/**
* The template for display single Apply Online content
*
* @package WordPress
* @subpackage Apply Online
*/
get_header();
while ( have_posts() ) : the_post();
// Include the single post content template.
?>
<div id="wrapper-content" class="clearfix ">
<div class="gf-page-title">
<div class="container">
<?php the_content(); ?>
</div>
</div>
<div>
<?php
endwhile;
get_footer();
?>
Now its fine.
How do I get the meta data to show again
Perfect.
Dont forget to write review for this plugin HERE. For more advanced features, check extentions on plugin’s website.
Best Regards.
Try code from single.php.