Kar
Forum Replies Created
Viewing 5 replies - 1 through 5 (of 5 total)
-
Forum: Fixing WordPress
In reply to: Logo and my menuChriscoyer or something:/.
Forum: Fixing WordPress
In reply to: Flexislide gone wrong!Now it is showing but it is underneath each other.
I just followed this one the first time: http://www.youtube.com/watch?v=voOQDohL4Pc
And now i am trying your method.
But am I going to get this slide in every page now?Forum: Fixing WordPress
In reply to: Flexislide gone wrong!I added this to the head.php
<div id="main"> <?php if ( is_front_page() ) { get_template_part( 'banner', 'home' ); } ?>And this to the banner-home.php
<?php $args = array( 'post_type' => 'slides', 'orderby' => 'menu_order', 'posts_per_page' => -1 ); $slides = new WP_Query( $args ); if ( $slides->have_posts() ) : ?> <div class="flexslider"> <ul class="slides"> <?php while ( $slides->have_posts() ) : $slides->the_post(); ?> <li> <?php the_post_thumbnail( 'slides' ); ?> </li> <?php endwhile; ?> </ul> </div> <?php endif; ?>Forum: Fixing WordPress
In reply to: Flexislide gone wrong!ah in functions. I have fixed it now, but now it is just a line that is all, no pictures? (sorry pretty new to this) Thanks for the help!
Forum: Themes and Templates
In reply to: Change page width and navigation bar!i really want to have a wide page and a wide slider, with no margin:)
[ Stop bumping, that’s not permitted here. Also stop creating duplicate topics, those get deleted. ]
Viewing 5 replies - 1 through 5 (of 5 total)