Gam3r
Forum Replies Created
Viewing 3 replies - 1 through 3 (of 3 total)
-
Forum: Plugins
In reply to: Application PluginAnyone?
Forum: Fixing WordPress
In reply to: Post wont show Full On HomepageThank you sooo Much, that worked
Forum: Fixing WordPress
In reply to: Post wont show Full On HomepageThis is the FULL post.php
<div id="posts-col"> <!--post box 1 begin--> <div class="post-box"> <div class="post-category"> <?php _e(stripslashes(get_option('qx_post-left_category1')),''); ?> </div> <?php $postleft1 = get_option('qx_post-left_category1'); $num = get_option('qx_post1_items'); $my_query = new WP_Query('category_name= '. $postleft1 .'&showposts='. $num.''); while ($my_query->have_posts()) : $my_query->the_post();$do_not_duplicate = $post->ID; if (in_category($postleft2)) continue; if (in_category($postleft3)) continue; if (in_category($postleft4)) continue; if (in_category($postleft5)) continue; if (in_category($postleft6)) continue; if (in_category($postleft7)) continue; ?> <div class="box1"> <div class="post-entry"> <a href="<?php the_permalink() ?>" rel="bookmark" title="Permanent Link to <?php the_title(); ?>"> <img src="https://gphosting.net/wp-content/themes/Quarx/images/news.png" alt="<?php the_title(); ?>" /></a> <h3 class="post-box-title"><a href="<?php the_permalink() ?>" rel="bookmark" title="Permanent Link to <?php the_title(); ?>"><?php the_title(); ?> </a></h3> <?php content_limit(220, ""); ?> <div class="read-more"><a href="<?php the_permalink() ?>" rel="bookmark" title="Permanent Link to <?php the_title(); ?>"><img src="<?php bloginfo('template_directory'); ?>/images/read_more_posts.jpg" alt="Read More" /></a></div> </div> </div> <?php endwhile; ?> </div> </div> <!--end posts-col--> <!-- your widget start from here --> <?php if ( function_exists('dynamic_sidebar') && dynamic_sidebar('Sidebar') ) : else : ?> <?php endif; ?> </div><!-- #sidebar-home -->
Viewing 3 replies - 1 through 3 (of 3 total)