Title: Missfixtrix's Replies | WordPress.org

---

# Missfixtrix

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

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

 Search replies:

## Forum Replies Created

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

 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Error message – Error establishing a database connection](https://wordpress.org/support/topic/error-message-error-establishing-a-database-connection/)
 *  Thread Starter [Missfixtrix](https://wordpress.org/support/users/missfixtrix/)
 * (@missfixtrix)
 * [12 years, 4 months ago](https://wordpress.org/support/topic/error-message-error-establishing-a-database-connection/#post-4690232)
 * [http://www.missfixtrix.com](http://www.missfixtrix.com) –
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Category will not show full posts only excerpts](https://wordpress.org/support/topic/category-will-not-show-full-posts-only-excerpts-1/)
 *  Thread Starter [Missfixtrix](https://wordpress.org/support/users/missfixtrix/)
 * (@missfixtrix)
 * [12 years, 4 months ago](https://wordpress.org/support/topic/category-will-not-show-full-posts-only-excerpts-1/#post-4688026)
 * Greyparrots you must be the best member ever 🙂 Can´t explain how lucky I am…
   THANKS THANKS THANKS and in Swedish TACK TACK TACK
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Category will not show full posts only excerpts](https://wordpress.org/support/topic/category-will-not-show-full-posts-only-excerpts-1/)
 *  Thread Starter [Missfixtrix](https://wordpress.org/support/users/missfixtrix/)
 * (@missfixtrix)
 * [12 years, 4 months ago](https://wordpress.org/support/topic/category-will-not-show-full-posts-only-excerpts-1/#post-4688020)
 * This is the code under loop.php. IS there something I should change! I am a total
   rookie on this.
 * <?php /* If there are no posts to display, such as an empty archive page */ ?
   >
    <?php if ( ! have_posts() ) : ?> <h1><?php _e( ‘Not Found’, ‘ari’ ); ?></h1
   > <p><?php _e( ‘Apologies, but no results were found for the requested archive.
   Perhaps searching will help find a related post.’, ‘ari’ ); ?></p>
 * <?php endif; ?>
 * <?php /* Start the Loop. */ ?>
    <?php while ( have_posts() ) : the_post(); ?>
 * <div id=”post-<?php the_ID(); ?>” <?php post_class(); ?>>
 *  <?php if (is_sticky()) echo __( ‘<h3 class=”sticky-label”>Featured</h3>’, ‘ari’);?
   >
    <h2>” title=”<?php printf( esc_attr__( ‘Permalink to %s’, ‘ari’ ), the_title_attribute(‘
   echo=0’ ) ); ?>” rel=”bookmark”><?php the_title(); ?>
   </h2>
 *  <?php if ( is_archive() || is_search() ) : // Only display excerpts for archives
   and search. ?>
    <?php the_excerpt(); ?> <p class=”meta”><span>“><?php the_time(‘
   d. F Y’) ?> <?php _e( ‘by’, ‘ari’ ); ?> <?php the_author() ?></span>
 *  <?php else : ?>
 *  <?php if ( has_post_thumbnail() ): ?>
    <!–“><?php the_post_thumbnail(‘thumbnail’);?
   >
   –>
    <?php endif; ?>
 *  <?php the_content( __( ‘Continue Reading →’, ‘ari’ ) ); ?>
    <div class=”clear”
   ></div>
 *  <?php wp_link_pages( array( ‘before’ => ‘<div class=”page-link”>’ . __( ‘Pages:’,‘
   ari’ ), ‘after’ => ‘</div>’ ) ); ?>
 *  <?php _e( ‘by’, ‘ari’ ); ?> <?php the_author() ?></span>
 *  <?php endif; ?>
 *  <?php if ( count( get_the_category() ) ) : ?>
    <?php printf( __( ‘Categories:%
   2$s’, ‘ari’ ), ‘entry-utility-prep entry-utility-prep-cat-links’, get_the_category_list(‘,‘));?
   > | <?php endif; ?> <?php $tags_list = get_the_tag_list( ”, ‘, ‘ ); if ( $tags_list):?
   > <?php printf( __( ‘Tags: %2$s’, ‘ari’ ), ‘entry-utility-prep entry-utility-
   prep-tag-links’, $tags_list ); ?> | <?php endif; ?>
 *  <?php comments_popup_link( __( ‘Leave a comment’, ‘ari’ ), __( ‘1 comment’, ‘
   ari’ ), __( ‘% comments’, ‘ari’ ) ); ?>
    <?php edit_post_link( __( ‘Edit →’, ‘
   ari’ ), ‘| ‘, ” ); ?></p> </div> <!–end Post–>
 *  <?php comments_template( ”, true ); ?>
 * <?php endwhile; // End the loop. ?>
 * <?php /* Display navigation to next/previous pages when applicable */ ?>
    <?php
   if ( $wp_query->max_num_pages > 1 ) : ?> <p class=”previous”><?php next_posts_link(
   __( ‘← Older posts’, ‘ari’ ) ); ?></p> <p class=”next”><?php previous_posts_link(
   __( ‘Newer posts →’, ‘ari’ ) ); ?></p> <?php endif; ?>

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