Forum Replies Created

Viewing 6 replies - 1 through 6 (of 6 total)
  • Thread Starter royb121

    (@royb121)

    Hey again,

    I seem to be having the same problem but with a different theme. I did everything you said and it worked on the last theme but for some reason it doesn’t seem to be working now 🙁

    Also my sidebar messes up and doesn’t display “popular” “comments” “featured” or the “tag cloud” on any page other than the home page 🙁

    Any suggestions?

    cheers

    Thread Starter royb121

    (@royb121)

    I’m an idiot. You’re a hero.

    Thankyou!

    Thread Starter royb121

    (@royb121)

    Cheers for the help! I’m afraid that didn’t work 🙁 the posts are still opening with a side bar 🙁

    Thread Starter royb121

    (@royb121)

    That’s the top bit of code in my single.php but I have no idea where to put conditional tags 🙁

    <?php get_header(); ?>
    
        <div id="content" class="col-full">
    		<div id="main" class="col-left">
    
    			<?php if ( function_exists( "yoast_breadcrumb" )) { yoast_breadcrumb('<div id="breadcrumb"><p>','</p></div>'); } ?>
    
                <?php if (have_posts()) : $count = 0; ?>
                <?php while (have_posts()) : the_post(); $count++; ?>
    
                    <div class="post">
    
                        <h1 class="title"><a href="<?php the_permalink() ?>" rel="bookmark" title="<?php the_title(); ?>"><?php the_title(); ?></a></h1><?php if(get_the_tags()) { ?>  <?php  the_tags('Tags: ', ', '); } ?>
    <?php if(get_the_tags()) { ?>  <?php  the_tags('Tags: ', ', '); } ?>
    
                        <p class="date">
                        	<span class="day"><?php the_time('j'); ?></span>
                        	<span class="month"><?php the_time('M'); ?></span>
                        </p>
    Thread Starter royb121

    (@royb121)

    Thanks for the reply! I’m not the best with coding, but I normally get there after a day of trial and error. Will this code open up the posts as full width?

    Also do I have to edit any css?

    cheers 🙂

    Thread Starter royb121

    (@royb121)

    To word that more clearly – What I meant to say was that when someone wants to use the Socialable icons and for example clicks on the Facebook icon, and a facebook page opens in a new window allowing the user to share the article from my website to the world, instead of the correct image showing up its showing a completely different image from a different part of the website…

    Any suggestions? Anyone?

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