Title: hirezolution's Replies | WordPress.org

---

# hirezolution

  [  ](https://wordpress.org/support/users/hirezolution/)

 *   [Profile](https://wordpress.org/support/users/hirezolution/)
 *   [Topics Started](https://wordpress.org/support/users/hirezolution/topics/)
 *   [Replies Created](https://wordpress.org/support/users/hirezolution/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/hirezolution/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/hirezolution/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/hirezolution/engagements/)
 *   [Favorites](https://wordpress.org/support/users/hirezolution/favorites/)

 Search replies:

## Forum Replies Created

Viewing 5 replies - 1 through 5 (of 5 total)

 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Woocommerce shop question](https://wordpress.org/support/topic/woocommerce-shop-question-2/)
 *  Thread Starter [hirezolution](https://wordpress.org/support/users/hirezolution/)
 * (@hirezolution)
 * [4 years, 10 months ago](https://wordpress.org/support/topic/woocommerce-shop-question-2/#post-14792132)
 * Bump… there has to be an answer to this!
 * I have even restored the site from a full backup and same problem, even though
   it was in the correct order.
 * No way to just reverse the query to get the results in the opposite order?
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Very strange issue when changing window site](https://wordpress.org/support/topic/very-strange-issue-when-changing-window-site/)
 *  Thread Starter [hirezolution](https://wordpress.org/support/users/hirezolution/)
 * (@hirezolution)
 * [4 years, 11 months ago](https://wordpress.org/support/topic/very-strange-issue-when-changing-window-site/#post-14725227)
 * Pls let me know where you found this [@abir43tee](https://wordpress.org/support/users/abir43tee/),
   since I don’t see it anywhere in the source. Thanks =)
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Very strange issue when changing window site](https://wordpress.org/support/topic/very-strange-issue-when-changing-window-site/)
 *  Thread Starter [hirezolution](https://wordpress.org/support/users/hirezolution/)
 * (@hirezolution)
 * [4 years, 11 months ago](https://wordpress.org/support/topic/very-strange-issue-when-changing-window-site/#post-14723435)
 * thanks for the response! where did you see this line? the bulk of it is in the
   wordpress header/index templates, but i don’t find this
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [category query not working in loop](https://wordpress.org/support/topic/category-query-not-working-in-loop/)
 *  Thread Starter [hirezolution](https://wordpress.org/support/users/hirezolution/)
 * (@hirezolution)
 * [11 years, 5 months ago](https://wordpress.org/support/topic/category-query-not-working-in-loop/#post-5778583)
 * true! here it is again
 * any help would be awesome! i’m sure it’s something simple…
 *     ```
       <?php $query = new WP_Query( 'cat=1' ); ?>
       <?php if (have_posts('category=1')) : ?>
       <?php $post = $posts[0]; $c=0;?>
       <?php while (have_posts()) : the_post(); ?>
   
       <?php $c++;
       if( !$paged && $c == 1) :?>
       <li class="firstpost">
       "><?php the_post_thumbnail(); ?>
       <h2><?php if (strlen($post->post_title) > 110) {
       echo substr(the_title($before = '', $after = '', FALSE), 0, 110) . '...'; } else {
       the_title();
       } ?></h2>
       <?php the_excerpt(); ?>
   
       <?php else :?>
       <li class="post">
       "><?php the_post_thumbnail(); ?>
       <h2><?php if (strlen($post->post_title) > 45) {
       echo substr(the_title($before = '', $after = '', FALSE), 0, 65) . '...'; } else {
       the_title();
       } ?></h2>
   
       <span class="postfooter"><?php the_time('M j, Y') ?></span>
   
       <?php endif;?>
   
       <?php endwhile; ?>
   
       <div class="navigation">
       <div class="alignleft"><?php next_posts_link('« Older Entries') ?></div>
       <div class="alignright"><?php previous_posts_link('Newer Entries »') ?></div>
       </div>
   
       <?php endif; ?>
       ```
   
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [having lots of trouble with flash….](https://wordpress.org/support/topic/having-lots-of-trouble-with-flash/)
 *  Thread Starter [hirezolution](https://wordpress.org/support/users/hirezolution/)
 * (@hirezolution)
 * [17 years, 4 months ago](https://wordpress.org/support/topic/having-lots-of-trouble-with-flash/#post-1008554)
 * VICTORY IS MINE!
    i tracked down that old code i used to use and it still works
   like a charm. i don’t know why more people arent using this and why it was so
   hard to find.
 *     ```
       <object type="application/x-shockwave-flash" data="http://avissart.com/crosswordtest/cwf_01.swf" width="500" height="600" base="http://avissart.com/crosswordtest/">
       <param name="movie" value="http://avissart.com/crosswordtest/cwf_01.swf" base="http://avissart.com/crosswordtest/" />
       <img src="banner.gif" width="500" height="600" alt="banner" />
       </object>
       ```
   

Viewing 5 replies - 1 through 5 (of 5 total)