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 8227857
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 7, 20262026-06-07T16:16:18+00:00 2026-06-07T16:16:18+00:00

I have a wordpress theme Hatch, and I’m doing it for my photography. I

  • 0

I have a wordpress theme “Hatch”, and I’m doing it for my photography. I usually do websites with HTML/CSS (in Dreamweaver), and this is the first time doing WordPress.

In My homepage, you can see the recent posts as thumbnails. I’m thinking of creating a new menu, called ‘Blog’, basically just like what normal themes do, displaying blog posts. It might be something simple, but i just can’t find what to code to make the posts display as normal display .

the website is lizettephotography.com

thanks heaps!

Liz

  • 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-07T16:16:19+00:00Added an answer on June 7, 2026 at 4:16 pm

    No need to code.
    Create new category “Blog”. Add that category to your main menu.

    After that add new post to Blog category. on click blog menu link will show all post having blog category.

    You need to format post design as you want.

    EDIT :

    In order to activate “post formats” in WordPress 3.1+, you will need to open your theme’s functions.php file and paste the following code:

    add_theme_support( 'post-formats', array( 'aside', 'gallery' ) );
    

    Note: aside, and gallery are not the only available post formats. The available list of post formats are:

    aside – Typically styled blog format.

    chat – A chat transcript.

    gallery – A gallery of images.

    link – A link to another site.

    image – A single image.

    quote – A quotation.

    status – A short status update, usually limited to 140 characters. Similar to a Twitter status update.

    video – A single video.

    For the full list of post formats, refer to WordPress Codex.
    Once you have added this code, you will see a new field in your post write panel in the right hand column where you see publish.

    Upon writing the post, you can change the format and hit publish. This will allow you to display your post in a pre-styled format.

    Edit your post loop.

    Suppose in your case blog category post format is asid

    We are going to be utilizing the conditional tag: has_post_format()

    if ( has_post_format( 'aside' ) {
    
      // Blog Category format
    
    } 
    else 
    {
    
       // Normal Formate
    
    }
    

    I hope this will help you. More Info…

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

Sidebar

Related Questions

I have just installed a custom WordPress theme (this is my first time working
this is function.php of a wordpress theme that NOD32 says this code have a
i have this problem to my wordpress theme but team points its with Custom
I'm building a Wordpress theme, and I have these snippets in my style.css: #content
I have installed a Wordpress theme in /wp-content/themes/mytheme/ I then applied this theme to
I have been working on a custom wordpress theme, this is part of a
I have this php code from a wordpress theme <?php .... $image_source = bloginfo('template_url').'/timthumb.php?src='.$slider_images[$i].'&w=940&h=400&zc=1';
I'm doing a WordPress theme and I have Share your story page, where everybody
I am developing my first wordpress theme and I have a doubt. how to
I have a wordpress theme that has a build in shortcode for creating an

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.