Forum Replies Created

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter pigsta

    (@pigsta)

    Heres where I call the shortcode

    `
    <?php
    /**
    * Single post template
    */

    ?>
    <?php get_header(); ?>
    <center>

    <?php if (have_posts()) : while (have_posts()) : the_post(); ?>

    <div id=”post-<?php the_ID(); ?>” <?php post_class(); ?>>
    <?php if ( has_post_thumbnail() ) { ?>

    <h1>“><?php the_title(); ?></h1>

    <?php
    if (function_exists(‘adkingpro_func’)){
    echo do_shortcode(“[adkingpro type=’TopPost’ rotate=’true’ ]”);
    } ?>

    <?php the_content(‘Read more’); ?>
    <div class=”post-nav”>
    <div class=”post-prev”><?php previous_post_link(‘%link’, ‘←’); ?></div>
    <div class=”post-next”><?php next_post_link(‘%link’, ‘→’); ?></div>
    </div>
    <div class=”tapiture_tapit_button”></div>
    <script type=”text/javascript” src=”//static.tapcdn.com/mosaic/tap_button.js”></script>
    <div class=”pinbin-copy”>
    <?php } else { ?>
    <div class=”post-nav”>

    <div class=”post-prev”><?php previous_post_link(‘%link’, ‘←’); ?></div>
    <div class=”post-next”><?php next_post_link(‘%link’, ‘→’); ?></div>
    </div>
    <div class=”pinbin-copy”>
    <div class=”pinbin-category”><p><?php the_category(‘, ‘) ?></p></div>
    <?php } ?>

    <div class=”pagelink”><?php wp_link_pages(); ?></div>
    <div class=”posttags”><?php the_tags(); ?></div>
    <div class=”clear”></div>

    <?php comments_template(); ?>

    </div>

    </div>

    <?php endwhile; endif; ?>
    </center>

    <?php get_footer(); ?>

    Thread Starter pigsta

    (@pigsta)

    Hi Again, Sorry about the delay, I was away from the net for a week.

    Sorry to be a pain, but i cant find where to change this, i have used the Inspect element to find what to change but cant find it in any CSS?

    I am currently just using a text editor to find the elements, but may have to step up to a more visual editor.

    Thanks

    Thread Starter pigsta

    (@pigsta)

    Hi Ash,

    I cant seem to find anything, heres a link to the page with ad

    http://www.thepigsta.com/2014/01/22/1662/

    still looking

    Thanks

    Thread Starter pigsta

    (@pigsta)

    Thanks!

Viewing 4 replies - 1 through 4 (of 4 total)