deepakbhatt619
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Category link pagethnks rajan problem solved…
Forum: Fixing WordPress
In reply to: Category link pageyes it’s category page
Forum: Fixing WordPress
In reply to: Category link pagethakns rajan for your answer…… i solved the problem…. bt still one i choose more then 1 categories it’s showing only one post
i mean i 3 posts and i selected only one category for all three posts ..bt only one post is displaying……
my code is….<?php if(have_posts()) : while (have_posts()) : the_post(); wp_redirect(get_permalink($post->ID)); endwhile; endif; ?>thnx in advanve
Forum: Fixing WordPress
In reply to: getting error in form submissionthanks for your answers….
Forum: Fixing WordPress
In reply to: getting error in form submissionyessss
Forum: Fixing WordPress
In reply to: getting error in form submissionhttp://www.cabeeb.com/2009/09/posting-a-form-to-a-wordpress-page/
that link is not working
Forum: Fixing WordPress
In reply to: getting error in form submissionbro thanks but your solution following page is not opning…. 😀 error page
Forum: Fixing WordPress
In reply to: Get custom post query problemi’m using a themeum product prolog theme
Forum: Fixing WordPress
In reply to: getting error by image sliderohhh thanks …..
Forum: Fixing WordPress
In reply to: getting error by image sliderhi i made a custom post type products.. now i want to show all of the custom posts in a single page..want to link all custom posts in a page
i made a product-template.php template file and tried this query
<?php $args = array( 'post_type' => 'product', 'posts_per_page' => 10 ); $loop = new WP_Query( $args ); while ( $loop->have_posts() ) : $loop->the_post(); the_title(); echo '<div class="entry-content">'; the_content(); echo '</div>'; endwhile; ?>aftr using this query i’m getting the posts bt only text contents not all post layout including featured image and layout
please help me out i’m newForum: Fixing WordPress
In reply to: getting error by image sliderproblem solved…thanx for your recognization…