royb121
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Full width page for specific categoryHey 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
Forum: Fixing WordPress
In reply to: Full width page for specific categoryI’m an idiot. You’re a hero.
Thankyou!
Forum: Fixing WordPress
In reply to: Full width page for specific categoryCheers for the help! I’m afraid that didn’t work 🙁 the posts are still opening with a side bar 🙁
Forum: Fixing WordPress
In reply to: Full width page for specific categoryThat’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>Forum: Fixing WordPress
In reply to: Full width page for specific categoryThanks 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 🙂
Forum: Plugins
In reply to: [Plugin: Sociable] Socialble grabbing wrong imageTo 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?