Title: kkhalifax's Replies | WordPress.org

---

# kkhalifax

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

 *   [Profile](https://wordpress.org/support/users/kkhalifax/)
 *   [Topics Started](https://wordpress.org/support/users/kkhalifax/topics/)
 *   [Replies Created](https://wordpress.org/support/users/kkhalifax/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/kkhalifax/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/kkhalifax/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/kkhalifax/engagements/)
 *   [Favorites](https://wordpress.org/support/users/kkhalifax/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: [How do I add a contact form in my wordpress.org site?](https://wordpress.org/support/topic/how-do-i-add-a-contact-form-in-my-wordpressorg-site/)
 *  [kkhalifax](https://wordpress.org/support/users/kkhalifax/)
 * (@kkhalifax)
 * [15 years, 2 months ago](https://wordpress.org/support/topic/how-do-i-add-a-contact-form-in-my-wordpressorg-site/#post-2007083)
 * There are TONS of plug-ins for contact forms. Go to Plug-Ins > Add New and search
   contact forms.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Pull images and text to homepage content boxes](https://wordpress.org/support/topic/pull-images-and-text-to-homepage-content-boxes/)
 *  Thread Starter [kkhalifax](https://wordpress.org/support/users/kkhalifax/)
 * (@kkhalifax)
 * [15 years, 10 months ago](https://wordpress.org/support/topic/pull-images-and-text-to-homepage-content-boxes/#post-1594110)
 * esmi,
 * This was really helpful. I plugged in <?php the_content_rss(‘cut’, TRUE, ”, 19,
   2); ?> and nothing seemed to happen, but having read the link you sent I tried
   a few different variations. I plugged in ‘3’ instead of ‘2’ and that seemed to
   do the trick.
 * Unless there are any problems you foresee with that coding, thank you so much
   for fixing a big problem of ours.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Pull images and text to homepage content boxes](https://wordpress.org/support/topic/pull-images-and-text-to-homepage-content-boxes/)
 *  Thread Starter [kkhalifax](https://wordpress.org/support/users/kkhalifax/)
 * (@kkhalifax)
 * [15 years, 11 months ago](https://wordpress.org/support/topic/pull-images-and-text-to-homepage-content-boxes/#post-1593989)
 * Thanks esmi
 * The index.php page uses the following code for each of the three boxes:
 * <div class=”grid_4 alpha”>
    <?php query_posts(‘page_id=’.get_option(‘column1’));
   while (have_posts()) : the_post(); ?> <h3 class=”title-icon1″> <?php the_title();?
   > </h3> <p> <?php the_content_rss(‘cut’, TRUE, ”, 19); ?> </p> ” class=”view-
   more”> 
 *  <?php endwhile; ?>
    </div>
 * The only difference are the names of the div classes. The line in question is
   <?php the_content_rss(‘cut’, TRUE, ”, 19); ?> which, if I swap out with an absolute
   image url I can manually override the problem. Are there changes I can make to
   that code to allow it to pull images as well as text? Thanks.

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