Vagnok
Forum Replies Created
-
Forum: Plugins
In reply to: [Contact Form 7] [Plugin: Contact Form 7] Customize file attach inputCanutedechou, how did you sytle file attach input?
Forum: Fixing WordPress
In reply to: Need Icon HelpI don’t quite understand your explanation, can you elaborate your full explanation?
I tought you were talking about favicon or navigation…
Forum: Fixing WordPress
In reply to: Query post in "Voodoo, Thank you a lot for your help!
Forum: Fixing WordPress
In reply to: Query post in "Actually, i tried to replace with this :
<div id="slider_on"> <?php global $post; $tmp_post = $post; $myposts = get_posts('posts_per_page=1&category=6'); foreach($myposts as $post) : setup_postdata($post); ?> <?php endforeach; ?> <?php $post = $tmp_post; ?> <div class="entry"> <?php the_content() ?> </div> <?php wp_reset_query(); ?> </div>
Then it worked everything, well i wasted my time too much, but i’m very happy now ??
Forum: Fixing WordPress
In reply to: Query post in "I implemented with your method and the pagination worked!
…But there a problem, the different pages won’t display this one post except the first page.
There is a snippet that i changed it:
<div id="slider_on"> <?php query_posts( array( 'posts_per_page' => 1, 'cat' => '6', 'paged' => ( get_query_var('paged') ? get_query_var('paged') : 1 ), )); ?> <?php if (have_posts()) : ?> <?php while (have_posts()) : the_post(); ?> <h2><?php the_title(); ?></h2> <div class="entry"> <?php the_content() ?> </div> <?php endwhile; ?> <?php endif; ?> <?php wp_reset_query(); ?> </div>
I think it could to have 2 options:
1- This <div> is hidden on next pages
2- Is possible to add separated pages for this code, for example‘paged’ => ( get_query_var(‘paged’) ? get_query_var(‘paged’) : 1,2,3,4,5
Forum: Fixing WordPress
In reply to: Query post in "Ouch, the title of this thread is broken, i think i left a <div> in this field
Oops, 2 days without fixing my issue…
Actually, i uploaded some images on their posts and it goes very well.
I wanted to do with HTML templates on their posts, but there no way to do with this slider.
Thanks!
Hello, i have this problem too, when i inserted a shortcode in index.php but it showed a background with css image and it didn’t show some promotions are already published… it’s frustraring =/
I’m using wordpress 3.0.1 and Promo slider 3.1.0