Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8248573
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 7, 20262026-06-07T23:13:59+00:00 2026-06-07T23:13:59+00:00

I am trying to create a dynamic wordpress front page template that has a

  • 0

I am trying to create a dynamic wordpress front page template that has a five column section in it. I am building my theme using the Reverie framework (based on ZURB’s Foundation (http://foundation.zurb.com/docs/)). In the image below you can see the five columns with icons, an h tag and a paragraph below them. I can build this statically but was hoping someone could point me in the right direction on how to do this dynamically in wordpress so the icons can be changed along with the h tag and paragraph text. Any direction or guidance would be great.

http://crothersenvironmental.com/images/crothers.jpg

Thanks in advance.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-07T23:14:02+00:00Added an answer on June 7, 2026 at 11:14 pm

    This is interesting, I’d recommend using a custom post type for that. Others would argue to use widgets, others would say keep it simple and use a category in posts, while others still would say to just add admin panel options to change it.

    With my personal option, you’d install a plugin called Custom Press. Configure a new post type (call it services or something, and make sure Title, Editor, and Thumbnail are checked under “Supports”.

    Now in your home page you’d query the custom posts (limiting it to 5), the image would be the post’s featured image, the description would be the post’s content, and the post’s title would be the service’s name.

    Create the five posts in the newly created section (should show up right under Comments in the admin panel).

    To query the posts on your home page, try something like:

    <?php
    $query = new WP_Query(array('post_type'=>'services','posts_per_page'=>'5'));
    while ($query->have_posts()) : $query->the_post();
    ?>
    <!-- Post Start -->
    <?php the_post_thumbnail(array(150,150), array("class"=>"service-image")); ?>
    <h2><?php the_title(); ?></h2>
    <p><?php the_content(); ?></p>
    
    <?php endwhile; wp_reset_query(); ?>
    

    What that does is query the five newest posts in the post type ‘services’ (that is what you set in custom press) and loops through each one printing out first the image, then the title, then the content. You’ll need to style this and change it’s structure to match yours.

    I hope this points you in the right direction, feel free to ask for any clarifications.
    Max

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am trying to create a dynamic 'page' listing for threads/comments using AJAX. in
I am trying to create a dynamic range using Excel functions that will sum
I am trying to create a dynamic query that selects a specific column based
i'm trying to create a Dynamic Sub-menu to use it in Wordpress, Something like
I am trying to create dynamic menus from the database using the following example
I am trying to create a dynamic hyperlink that depends on a value passed
I'm trying to create a dynamic grid using ExtJS. The grid is built and
I am trying to create dynamic excel sheet, with the help of php using
I am trying to create dynamic predicate so that it can be used against
So here is the problem: I am trying to create dynamic buttons that have

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.