Forum Replies Created
Viewing 8 replies - 1 through 8 (of 8 total)
-
In reply to: Online Magazine Theme
Brilliant worked a treat !! Now to move all smf posts to bbpress 🙁
thanks Robin for all your helpIn reply to: Online Magazine Themeoh and I have moved it to a test site – http://topknotch-solutions.co.uk/test/forums/
In reply to: Online Magazine ThemeStill doesn’t work 🙁 this is driving me mad I have been trying it all day and when you re posted I thought woooohooooo , but sadly no 🙁
This is my code –<?php /** * Template Name: Full Width, no sidebar(s) */ get_header(); ?> <div id="main-fullwidth"> <?php if (have_posts()) : while (have_posts()) : the_post(); /** * Find the post formatting for the pages in the post-page.php file */ get_template_part('post', 'page'); if(comments_open( get_the_ID() )) { comments_template('', true); } endwhile; else : get_template_part('post', 'noresults'); endif; ?> </div><!-- #main-fullwidth --> <?php get_sidebar(); ?> <?php get_footer(); ?>
In reply to: Online Magazine Themeall i want is the bbpress sidebar like the image
In reply to: Online Magazine ThemeHi Robin
Thanks for getting back, I have done as you suggested however it didnt work – if you look at http://chill4uscarers.co.uk/forumtest/ you can see what I meanIn reply to: Online Magazine ThemeThanks Robin
<?php /** * Template Name: Full Width, no sidebar(s) */ get_header(); ?> <div id="main-fullwidth"> <?php if (have_posts()) : while (have_posts()) : the_post(); /** * Find the post formatting for the pages in the post-page.php file */ get_template_part('post', 'page'); if(comments_open( get_the_ID() )) { comments_template('', true); } endwhile; else : get_template_part('post', 'noresults'); endif; ?> </div><!-- #main-fullwidth --> <?php get_footer(); ?>
In reply to: Online Magazine Themeanyone able to help me with this ? 🙁
In reply to: Online Magazine ThemeThat’s the problem the theme only has the main index.php and another nor that is full width it doesn’t have one with just one sidebar
Thanks
Viewing 8 replies - 1 through 8 (of 8 total)