Already costomised my theme's main page from Reading option in Settings tab(on Dashboard) and now how to display all posts under Blog link on it(ie, how to show all posts under blog).
Thanks
In reading options set blog to be the posts page.
Here you can set front page, and posts page. Both need to be static pages that you have created in Pages admin panel. Blog is just another page that you have specified in reading settings to show posts.
Related
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
After reading many posts and reading tutorials on the WWW, I still can't seem to get my posts to go to my alternative blog page.
I currently have a front static page called "Home" and a blog page
called "Blog"
I set the Reading settings as follows:
Front Page Displays - A Static Page
Front page: Home
Posts Page: Blog
Now when I create posts, I do not getting any of them to show up on my blog page. Instead the page displays a menu with the following items:
Pages
Archives
Categories
Meta
What am I doing wrong.
In order to use a blog page template, you need to have a page template for it. You can create page templates by following this link.
Can i able to change the default landing page of my wordpress blog from 'mydomain.com' to a page 'mydomain.com/about'
By default in wordpress, 'mydomain.com' shows up with the list fo blog posts, but rather I need a page 'domain.com/about' to be my default landing page and using some link i need the blog posts to shown. Is it possible to change it??? if so how???...
In your dashboard got to settings (bottom left sidebar) and then under the reading tab there are options to change your front page.
read this
http://codex.wordpress.org/Creating_a_Static_Front_Page
http://bloggingexperiment.com/archives/wordpress-page-as-home-page.php
and you can ask worpress questions here
https://wordpress.stackexchange.com/
I didn't think I would encounter this kind of problem in creating a static front page because this seems to be a very trivial customization of wordpress. I am using Thematic as my parent theme. I created a home.php template and pasted the code from the parent's page template into it. I also created two new blank pages named Home and Blog. I set home.php as the template for page Home. Then I went to Settings->Reading and set my front page to a static page and selected page Home. I also set posts page to page Blog. Now when go to my Blog page, I only see a single post?
What is set for "Blog pages show at most" in Settings>>Reading? Do you have more than one post?
I need to have custom page as homepage and I know how to do that (http://www.lancelhoff.com/how-to-set-a-wordpress-static-front-page/), but when I set custom page as homepage, I cannot have latest posts page. So how can I link to latest post pages, because it's address isn't anymore root path?
Create a new Page, for example "Blog", then goto:
http://yourdomain.tld/wp-admin/options-reading.php
and change "Front Page" to for example Home (your homepage) and Posts page to your Blog Page (in this example "Blog")
Now you can link in your header.php your Blog Page:
Blog
and if you save this, you can click on this and will see your Posts. Or you can create a custom Page Template like this Code: WordPress Custom Theme and set this as your Page Template of your Blog. But the First way is easier...