Support ForumI need to make main page like a blog page – Support Forum https://support.ishyoboy.com/forums/topic/i-need-to-make-main-page-like-a-blog-page/feed Thu, 02 Jan 2025 18:57:22 +0200 http://bbpress.org/?v=2.5.12-6148 en-US https://support.ishyoboy.com/forums/topic/i-need-to-make-main-page-like-a-blog-page/#post-11101 <![CDATA[I need to make main page like a blog page]]> https://support.ishyoboy.com/forums/topic/i-need-to-make-main-page-like-a-blog-page/#post-11101 Mon, 11 Jan 2016 08:33:53 +0000 neformatkg Hello, please, tell me how can i setup tha layout of my main page?

My web site is neformat.kg

Now I made in wordpress options to show latest post on main page, but i need to stay in the layout which I have now, nut I need to make articles on the mane page not from blog feed.

Could you help me with it?

]]>
https://support.ishyoboy.com/forums/topic/i-need-to-make-main-page-like-a-blog-page/#post-11105 <![CDATA[Reply To: I need to make main page like a blog page]]> https://support.ishyoboy.com/forums/topic/i-need-to-make-main-page-like-a-blog-page/#post-11105 Mon, 11 Jan 2016 08:43:23 +0000 IshYoBoy Hey,

If we understand it correctly you need to have this layout that is now but not display posts but different Custom Post Type? Is that right?

In this case you will have to modify the PHP loop in oder to load the details from a different place, not the regular WordPress posts. It will involve PHP and WordPress API changes inside the templates.

Cheers

A 5 star rating is always a great motivation for us if you are happy with our theme or support!
Themeforest | MojoMarketplace | Creative Market

]]>
https://support.ishyoboy.com/forums/topic/i-need-to-make-main-page-like-a-blog-page/#post-11106 <![CDATA[Reply To: I need to make main page like a blog page]]> https://support.ishyoboy.com/forums/topic/i-need-to-make-main-page-like-a-blog-page/#post-11106 Mon, 11 Jan 2016 08:47:05 +0000 neformatkg Could you help me with it?

]]>
https://support.ishyoboy.com/forums/topic/i-need-to-make-main-page-like-a-blog-page/#post-11108 <![CDATA[Reply To: I need to make main page like a blog page]]> https://support.ishyoboy.com/forums/topic/i-need-to-make-main-page-like-a-blog-page/#post-11108 Mon, 11 Jan 2016 08:58:03 +0000 IshYoBoy Hey,

We could provide information on which file to change (home.php) and link to the documentation about custom loops and queries:
https://codex.wordpress.org/Class_Reference/WP_Query

But if you need us to help you with the exact implementation we’re afraid this will be a paid service as customisations like this are not part of the standard support.

If you need our help with the implementation please contact us via hello@ishyoboy.com to discuss the details and pricing.

Cheers

A 5 star rating is always a great motivation for us if you are happy with our theme or support!
Themeforest | MojoMarketplace | Creative Market

]]>
https://support.ishyoboy.com/forums/topic/i-need-to-make-main-page-like-a-blog-page/#post-11112 <![CDATA[Reply To: I need to make main page like a blog page]]> https://support.ishyoboy.com/forums/topic/i-need-to-make-main-page-like-a-blog-page/#post-11112 Mon, 11 Jan 2016 09:02:21 +0000 neformatkg Hey, I will write in 5 mins. thank you.

]]>
https://support.ishyoboy.com/forums/topic/i-need-to-make-main-page-like-a-blog-page/#post-11114 <![CDATA[Reply To: I need to make main page like a blog page]]> https://support.ishyoboy.com/forums/topic/i-need-to-make-main-page-like-a-blog-page/#post-11114 Mon, 11 Jan 2016 09:04:33 +0000 neformatkg I did write you

]]>
https://support.ishyoboy.com/forums/topic/i-need-to-make-main-page-like-a-blog-page/#post-11117 <![CDATA[Reply To: I need to make main page like a blog page]]> https://support.ishyoboy.com/forums/topic/i-need-to-make-main-page-like-a-blog-page/#post-11117 Mon, 11 Jan 2016 09:17:52 +0000 IshYoBoy Hey,

You wrote:

I need change main page, I want to leave the layout like now, but I want to choose which post would be showed on the main page.

In this case it should be enough to put the posts you want to be displayed on the homepage in a new category (E.g.: Featured) and then modify the home.php to show posts from this category only.

E.g. after the line:
$page = get_post( get_option( 'page_for_posts' ) );

Add:
query_posts('category_name=featured');

Of course make sure the category slug is correct. This shall show only posts from this category.

Cheers

A 5 star rating is always a great motivation for us if you are happy with our theme or support!
Themeforest | MojoMarketplace | Creative Market

]]>
https://support.ishyoboy.com/forums/topic/i-need-to-make-main-page-like-a-blog-page/#post-11130 <![CDATA[Reply To: I need to make main page like a blog page]]> https://support.ishyoboy.com/forums/topic/i-need-to-make-main-page-like-a-blog-page/#post-11130 Mon, 11 Jan 2016 15:54:27 +0000 neformatkg Wow, thank you.

I will try now and tell you then.

]]>
https://support.ishyoboy.com/forums/topic/i-need-to-make-main-page-like-a-blog-page/#post-11131 <![CDATA[Reply To: I need to make main page like a blog page]]> https://support.ishyoboy.com/forums/topic/i-need-to-make-main-page-like-a-blog-page/#post-11131 Mon, 11 Jan 2016 16:01:24 +0000 neformatkg But in this case I need activate kopy theme, not kopy-child?

]]>
https://support.ishyoboy.com/forums/topic/i-need-to-make-main-page-like-a-blog-page/#post-11132 <![CDATA[Reply To: I need to make main page like a blog page]]> https://support.ishyoboy.com/forums/topic/i-need-to-make-main-page-like-a-blog-page/#post-11132 Mon, 11 Jan 2016 16:08:30 +0000 neformatkg I made it, but my blog page is empty now.

in reading settings i puted show on main page latest post. I think I am incorrect.

What i should do, if I choosed for tha front page – home

for tha blog – blog page.

?

]]>