WP_usor2
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Minamaze] Move blog to a separate pageAs mentioned in the other ‘Blog page’ topic (https://wordpress.org/support/topic/removing-blog-from-static-front-page?replies=29), I’m still struggling with moving the Blog page from the front page to a newly created ‘News’ page away from the front page.
The custom css code just hides the entire blog functionality;
body.blog #content-core{
display:none;
}So, when I config a seperate page as Posts Page, this still is empty.
And when I remove the custom css I’ll have my Blog page in the News page, but in the front page as well….Anyone knows how to ‘move’ the Blog page to another page, and keep the Blog functions, but just not on the front page??
Forum: Themes and Templates
In reply to: [Minamaze] Removing "Blog" from static front pageAnyone??
I’ve lost my blog page on the frontpage due to the main-core display:none settings, but I want to resurrect it somewhere else, in a seperate page. Is this possible??
Forum: Themes and Templates
In reply to: [Minamaze] Removing "Blog" from static front pageJust kicking this one up again, since I have similar problems as stated here previously.
This css code did remove the ‘Blog’ item from my frontpage;
body.blog #main-core{
display:none;
}But, as I had created a ‘News’ page and set this one up as my blog page, there’s also no content there anymore…
So the big question is: can I remove blog from the main page, but still have it visible in a seperate “news” page???