Also, maybey its just because I really don’t understand WordPress completly but if I try to make my post page a different page I have to make it a static site and then my slider and features pages on the “front” page goes away. I guess I just am not understanding why I can’t move the posts off the front page if I can’t get rid of them all together.
Hi,
If you want no posts/pages on home here is the trick :
1) Create a new page (called home for example) and leave it empty
2) open the customizer > front page section
3) Select “A static page” for “Front page displays”
4) Choose the page you just created in the list of “Front page”
This should work for you!
Regards,
Thanks so much that worked perfectly! It is finally starting to make sense to me! Thanks again
I did have one more question if I may, in the footer area, is it possible to center the text in the different areas?
Maybe more of a WordPress general question than one for your theme.
Thanks again for all the fast responses and help and thanks for a great theme!
-Josh
Hi,
To center every elements in the footer, try to copy and paste those lines of code in the custom css section of the customizer screen :
footer#footer {
text-align: center;
}
Thanks for your comment on the theme! 🙂 If you feel like reviewing it, I would deeply appreciate your comments in the review section of Customizr : http://wordpress.org/support/view/theme-reviews/customizr
Best regards,
Nicolas
And just to make sure I did the instructions correctly. The process above to get the post off the home page will also disable the featured page clickable pictures on that page, correct? Just making sure because that is whats happening. So can only click on “read more” button or menus at top to move to that page.
Thanks again
Hi,
If you choose a static page (you actually have to select one in the list) instead of posts you sould still see your featured page blocks on front page.
Regards (and thanks for the great review!) 🙂
Hello,
I wish to have the “posts summary” show on the Front Page and show all the posts in a “Blog” page.
I can only get one, or the other, but not both.
Here’s the site.
Current Front Page settings are:
Front Page >> Home
Posts Page >> Blog
Front Page Displays >> A static page
Any idea what I’m doing incorrectly?