removed blogpwad class div and center from single.php as well.
Signed-off-by: Philip M. Hofer (Frumph) <frumph_dragon@yahoo.com>
This commit is contained in:
parent
0823a14d2b
commit
7cf3aa4afc
10
single.php
10
single.php
|
@ -18,13 +18,9 @@ if (have_posts()) : while (have_posts()) : the_post();
|
|||
endwhile;
|
||||
?>
|
||||
|
||||
<?php if (function_exists('the_project_wonderful_ad')) { ?>
|
||||
<div class="blogpwad">
|
||||
<center>
|
||||
<?php the_project_wonderful_ad('blog'); ?>
|
||||
</center>
|
||||
</div>
|
||||
<?php } ?>
|
||||
<?php if (function_exists('the_project_wonderful_ad')) {
|
||||
the_project_wonderful_ad('blog');
|
||||
} ?>
|
||||
<?php get_sidebar('blog'); ?>
|
||||
|
||||
<?php
|
||||
|
|
Loading…
Reference in New Issue