Title: Equilibrium free wordpress theme problem
Last modified: August 21, 2016

---

# Equilibrium free wordpress theme problem

 *  [Inaris](https://wordpress.org/support/users/inaris/)
 * (@inaris)
 * [12 years, 5 months ago](https://wordpress.org/support/topic/equilibrium-free-wordpress-theme-problem/)
 * Hello. At first i would like to point that i am new on the fields of webdesignings
   😉 Creating my side i decided to use an awesome free wordpress theme [http://equilibrium.madebyon.com](http://equilibrium.madebyon.com).
   But after activation the theme at my site [http://www.volt1432.vdl.pl/](http://www.volt1432.vdl.pl/)
   i have a problem because no posts images are there. By looking at the installation
   guide (made by Autor – 1st link) on the Second step i also dont have this “Custom
   Fields” so as i suppose – thats why i cant have this images.
 * Can anyone help me with that problem?
    P.S. i went threw lots of support topicks
   here and i couldnt find the way to fix it.
 * I also found out that there is no “icon entry” option when i write a new news
   so i would be able to add an image.
 * Here is an index.php”
 *     ```
       <?php get_header(); ?>
   
       <div id="featured">
       <h2>Featured</h2>
       	 <!-- Edit Below -->
       	<?php query_posts('cat=ID&showposts=2'); ?>
           <?php while (have_posts()) : the_post(); ?>
           <div class="front-post">
           <div class="featured-post">
               <div class="featured-title">
                   <h2><a href="<?php the_permalink() ?>" rel="bookmark" title="Permanent Link to <?php the_title_attribute(); ?>"><?php the_title(); ?>
       </a></h2>
               </div>
               <div class="featured-image">
                   <?php image_attachment('image', 303, 231); ?>
               </div>
           </div> <!-- END Featured-post -->
           <div class="postMeta-featured"><span class="date"><?php the_time('F j, Y') ?></span><span class="comments"><?php comments_popup_link('0', '1', '%'); ?></span></div> <div class="clear"></div>
            <div class="featured-content">
       	 <?php the_excerpt(); ?>
       	<p class="moretext"><a href="<?php the_permalink() ?>">Continue Reading...</a></p>
           </div> <!-- END Featured-Content -->
          	</div>
           <?php endwhile; ?>
           <!-- Edit Below 2 -->
           <?php query_posts('cat=ID&showposts=1&offset=2'); ?>
           <?php while (have_posts()) : the_post(); ?>
           <div class="front-post-last"> <!-- Featured-Last -->
           <div class="featured-post">
               <div class="featured-title">
                   <h2><a href="<?php the_permalink() ?>" rel="bookmark" title="Permanent Link to <?php the_title_attribute(); ?>"><?php the_title(); ?>
       </a></h2>
               </div>
               <div class="featured-image">
                   <?php image_attachment('image', 303, 231); ?>
               </div>
           </div> <!-- END Featured-post -->
           <div class="postMeta-featured"><span class="date"><?php the_time('F j, Y') ?></span><span class="comments"><?php comments_popup_link('0', '1', '%'); ?></span></div> <div class="clear"></div>
            <div class="featured-content">
       	 <?php the_excerpt(); ?>
       	<p class="moretext"><a href="<?php the_permalink() ?>">Continue Reading...</a></p>
           </div> <!-- END Featured-Content -->
   
          	</div>
           <?php endwhile; ?>
       </div> <!-- END Featured -->
       <div class="clear"></div>
       <div id="front-bottom">
       <div id="latest-wrap">
       <h2>Latest Posts</h2>
       <div class="content">
       <!-- Edit Below 3 -->
       <?php query_posts('cat=-ID&showposts=8'); ?>
       				<?php while (have_posts()) : the_post(); ?>
           <div class="latest-post-wrap">
           <div class="latest-post">
                       <div class="latest-title">
                   <h2><a href="<?php the_permalink() ?>" rel="bookmark" title="Permanent Link to <?php the_title_attribute(); ?>"><?php the_title(); ?>
       </a></h2>
               </div>
               <div class="latest-image">
                   <?php image_attachment('image', 162, 118); ?>
               </div>
               </div>
                    <div class="latest-content">
                    <div class="postMeta-front"><span class="date"><?php the_time('F j, Y') ?></span><span class="comments"><?php comments_popup_link('0', '1', '%'); ?></span></div> <div class="clear"></div>
       				<p><?php
         $excerpt = get_the_excerpt();
         echo string_limit_words($excerpt,30);
       ?></p>
       <p class="moretext"><a href="<?php the_permalink() ?>">Continue Reading...</a></p>
           </div>
               </div>
       				<?php endwhile; ?> <!-- END -->
       </div>
        <div class="clear"></div>
        </div>
       <?php get_sidebar(); ?>
        <div class="clear"></div>
        </div>
       <?php get_footer(); ?>
       ```
   

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

 *  [Pioneer Web Design](https://wordpress.org/support/users/swansonphotos/)
 * (@swansonphotos)
 * [12 years, 5 months ago](https://wordpress.org/support/topic/equilibrium-free-wordpress-theme-problem/#post-4444775)
 * Please review:
 * [Welcome to the How-To forum (AKA forum rules)](http://wordpress.org/support/topic/welcome-to-the-how-to-forum?replies=1)
 * More specifically the section:
 * [Commercial Products](http://codex.wordpress.org/Forum_Welcome#Commercial_Products)
 *  Thread Starter [Inaris](https://wordpress.org/support/users/inaris/)
 * (@inaris)
 * [12 years, 5 months ago](https://wordpress.org/support/topic/equilibrium-free-wordpress-theme-problem/#post-4444803)
 * I have read this info already + search engine didn’t help me ;(

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

The topic ‘Equilibrium free wordpress theme problem’ is closed to new replies.

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 2 replies
 * 2 participants
 * Last reply from: [Inaris](https://wordpress.org/support/users/inaris/)
 * Last activity: [12 years, 5 months ago](https://wordpress.org/support/topic/equilibrium-free-wordpress-theme-problem/#post-4444803)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
