Static page must be recent post page - wordpress

I have a problem.
I need to make a WordPress site.
And I want in the page "News" the recent posts.
But I have a Home page and it needs to look exactly like the News page.
But is it true that I can only make one recent posts page?
Thank you in advance

No, you can have as many "recent posts" pages as you want.
You'll need to create a custom page template, and use something like WP_Query() or wp_get_recent_posts() to query the database for the most recent posts.

Related

Cannot create Elementor Posts page in Wordpress although I have selected in Reading page

I want to use my Posts page with Elementor modules.
I have done my Homepage like that
but cannot do the same with Posts page.
I have created an empty page,
added some modules.
And selected this page as Posts page in Reading page.
But when I click a page on my website,
my Elementor Posts page is not seen,
the default Wordpress page is seen.
Update :
I'm using Neve theme on Wordpress v5.8
My website address is Tubefavorites.com
My homepage with Elementor and posts page with default Wordpress has different fonts
and my homepage and posts page's components are in different order.
(In homepage its Tags, Categories, ...
In my posts page its Tags, Last Posts, ...
I'm working online in browser (its not local).
There is no error on Chrome Console.
Update end.
Currently I'm trying this in Turkish pages.
I will make the English Elementor page after I fix this.
How can I fix this?
Thanks
Do you have Elementor enabled for post?
Thus, if I understood correctly, you have created a page post and want to add it as homepage. You should go to settings - reading and select via dropdown the page you have created! Then, you will see your page as homepage and not the default one
There is also an explanation in support forum, that someone has the same problem. Please read below:
"Looks like you’re trying to edit your Posts page that has been assigned in your WordPress Reading settings (Settings > Reading). If this is the case, you may not be able to edit the assigned Posts page directly with Elementor (Basic version).
You can try deselecting the page (in the “Posts Page” box within your Reading settings) then try editing this page with Elementor"
link to the source: https://wordpress.org/support/topic/cannot-load-posts-page-with-elementor/
Thus, disable your page through Settings - Reading, edit/modify (whatever you want) your Post page. After that, you could add your page blog posts URL to the meny item (or use this URL to wherever is nessecary)
EDITED
What plugin are you using for the translations?
I saw your homepage playing correct, right? Thus, you have selected your custom page correctly, through the Settings - Reading.
Now, if you want to see the same results in Turkish, you need to translate your home page too! So, add the translation in turkish language too, or duplicate the english version for turkish one and it will play!
UPDATED
I think there is an issue with the blog page (and single post template, as I am reading in WP forum for this theme). Try to check inside Appearence -> Customize, if there is any options there, thus could change the blog template. Somehow the theme overwrites your options. Furthermore, take a look at the blog theme's doc here:
https://docs.themeisle.com/article/1306-neve-blog-archive-options
I have learned that, I have to use Templates page, in Elementor Pro.
I didn't have been selected it.
Thanks to Hakkı Uçar for this
and for installing and for helping.

How can I access wordpress blog posts url when I used stable page as my blog home page?

I chose a single page as home page in my WordPress blog setting, but I want my posts to be visible as well. Is there a url (or any other way) to access the posts list (like the homepage in normal WordPress blogs)?
In order to do so, you can use recent posts widget plugin.
This demo can help you out (Seek video to 1:00).
Yes there is.
first add new page to your website.
then go to setting>reading and select that page in post page field

CSS (Tumblr): Adding posts to pages in Tumblr account (e.g colors.tumblr.com/black)

I currently have About and Contact section. Now I would like to add News section but is it possible to add posts directly there without it showing on your blog's front page? Thank you! ^_^
You can create custom pages which are effectively a single post and add as much content to them as you want and keep adding/editing content as you go.
The other alternative is to tag posts with 'news' and then link to those posts via the navigation.
So
http://your.tumblr.com/tagged/news
However you cannot hide these posts from your main blog without using a pretty big hack.

When adding new Wordpress page, choose which category posts will be displayed?

Im aware that i can make a custom page template and choose there what category posts is displayed on that spesific page.
What im after for would be some sort of way to choose the category when creating a new page, and all of these pages would use the same page template.
I tried to search plugins etc but didn't find any. Is there a good plugin / other way to do this?
Ideal would be for example that when user is creating new page, there would be a dropdown menu where he/she could choose what posts are displayed on the page.
Cheers!
Do you want the posts actually in the page (vs a sidebar)? And would they be along with any other content that the user would enter in the page?
If so I would think there would be a plugin that allows the user to put a shortcode specifying the category of posts they wanted and probably some limit on the number.

wordpress static/post pages

Is it possible to make a wordpress page have posts and static content on it? Like have the latest posts but also have some content from the page on it too?
look here: http://codex.wordpress.org/Creating_a_Static_Front_Page
and here : http://wordpress.org/support/topic/387710
But seriously, I just google'd for "wordpress static content posts".
Yes, it's definitely possible. You need to create a custom page template, however, so that you can edit the page content and also pull in the posts. (You can make them posts in just one category, if you want, and use some other tricks to hide those posts from the main blog page.)
See http://www.smashingmagazine.com/2009/07/02/power-tips-for-wordpress-template-developers/ for details.

Resources