Mostout_DV
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Getting mad because of wordpress query_loop in category.phpThat’s not a purchased nor downloaded theme and developed from scratch by me sir. I were developing each of the page one by one and today is my day for making the category page and got this problem. If you don’t mind will you please give me your twitter id or facebook id ? Not for this but for getting some helps from you in the future. Please .. As i said it’s my own theme and even not copied any scripts from other sites. I love to be unique, that’s why
Forum: Fixing WordPress
In reply to: Getting mad because of wordpress query_loop in category.phpYou can simply have a look at my website here : http://www.mostout.com . There, when the user clicks any of the category link they need to get the list of posts from the selected category and the most recent post from the category must be in a different style. I mean that need a big image on the top and more like that. I’m only 17 and a self learner exactly. So please tell me how can i do that. Please…
Forum: Fixing WordPress
In reply to: Getting mad because of wordpress query_loop in category.phphttp://pastebin.com/y0yRFM6G , here is my category.php file and i need multiple loops there and it comes with another way sir
Forum: Fixing WordPress
In reply to: All sidebar loop post links points to one postIn single.php the posts are getting repeated too
Forum: Fixing WordPress
In reply to: All sidebar loop post links points to one postForum: Fixing WordPress
In reply to: WordPress loop in multiple css divisionsWhile checking about creating new theme in codex.wordpress.org i found one list of .php files and i created these files in my theme directory !
Forum: Fixing WordPress
In reply to: WordPress loop in multiple css divisionsYes . I’m asking about how to get same loop in different css divisions . You may check this address : http://www.mostout.com/wptest .
I need that kind of things , It’s my blog and I developed that theme , But don’t know how to get the same kind of things in my category.php plsForum: Fixing WordPress
In reply to: WordPress loop in multiple css divisionsOh . We can talk about making a new own theme right ? I wrote that code in my new themes homepage (front-page.php )
Forum: Fixing WordPress
In reply to: WordPress loop in multiple css divisionsThanks for that . I’m using the following code now for showing loop in my homepage :
<?php query_posts('showposts=1'); ?> <?php $posts = get_posts('numberposts=1&offset=0'); foreach ($posts as $post) : start_wp(); ?> <?php static $count1 = 0; if ($count1 == "1") { break; } else { ?> </li> <li> <a>" title="<?php printf(esc_attr('Permalink to %s'), the_title_attribute('echo=0')); ?>" rel="bookmark"> <li> <?php if (has_post_thumbnail( $post->ID ) ): ?> <?php $image = wp_get_attachment_image_src( get_post_thumbnail_id( $post->ID ), 'single-post-thumbnail' ); ?> <?php else : $image = get_bloginfo( 'stylesheet_directory') . '/images/default_cat_img.jpg'; ?> <?php endif; ?> <div class="postima1" style="background-image: url('<?php echo $image[0]; ?>')"> </div><!-- end #category-name --> <span class="hp1"> <?php the_title(); ?>But when i use the same script in my category.php for getting the posts of that directory in the same view it shows whole website posts there instead of that categories posts ! Please give me some easy methods I’m using a premium theme and I didn’t paid for that . I got some links from Google and got a zipped file , Really worried about that .. please …
Forum: Fixing WordPress
In reply to: WordPress loop in multiple css divisionsOh god , How to know the reason of this blacklisting ?? I were using a free server and recently switched to new paid server because facebook blocked my website because of the server . How do I get unblocked sir ? As i already said you We’re doing all these works to make some money and start our research project in Artificial Intelligence . Please ..
Forum: Fixing WordPress
In reply to: How to define a flow of recent posts but in different CSS DivisionsI’m using query_posts to get posts in my homepage , But when using the scripts in my category page it shows the same loop which we saw on the homepage instead of posts of posts of that specified category
Forum: Fixing WordPress
In reply to: WordPress loop in multiple css divisionsSucuri ??
Forum: Fixing WordPress
In reply to: WordPress loop in multiple css divisionsYes , Really nice , You can checkout my own theme here : http://www.mostout.com/wptest While searching about wordpress theme download i got a download link of that theme and I downloaded and installed that .
Forum: Fixing WordPress
In reply to: How to define a flow of recent posts but in different CSS DivisionsLet me check it out and Thank you for your response sir !