Community Forums › Forums › Archived Forums › General Discussion › Create a second Page Like a "Blog"
- This topic has 23 replies, 4 voices, and was last updated 10 years, 3 months ago by black9design.
-
AuthorPosts
-
August 30, 2014 at 7:08 am #121834pfitznerkMember
Whenever I put up a new Post it goes automatically onto the Blog page.
Now Id like to have a second page called Buying Advice with the same setup as the Blog Page.
I created a new page "Buying Advice" and the page is empty. Then I go to posts and start a new post but it still lands on Blog. How do I connect the posts to my new page Buying Advice?
Thanks,
KateAugust 30, 2014 at 7:09 am #121836Brad DaltonParticipantAugust 30, 2014 at 7:24 am #121842pfitznerkMemberI have about 10 different categories. Thats not the issue. The issue is how to connect a post to a certain page NOT BLOG page up in the nav menu. So it shows up same as a Blog page.
Or if I have a certain Category ...lets say "Buying Advice" and have this category come up in the nav menu.
August 30, 2014 at 7:34 am #121845Genesis DeveloperMemberYes. You can add the category name in your nav menu. Go to menus page, there have Categories section. Expend it and you'll get all your categories. Now check the checkbox and add the item in your nav bar. that's it.
August 30, 2014 at 7:44 am #121850pfitznerkMemberI did that....but my post still shows up under BLOG and not the new page Buying Advice!!!
How do I get it out of the BLOG page?
I also don't want it to show up in the side bar "Recent Posts" but it does!!
August 30, 2014 at 8:02 am #121853black9designMemberhttp://allthingsgenesis.com/create-a-single-category-blog-page/
This will allow you to have your blog posts show up on the page you want. You will be able to display a single category on a single blog page. You can do this for each category if you want. Just repeat the process for each.
If you follow the steps in my Additional Options you will be able to remove that category from the blog page.
I specialize in child theme customizations and The Dynamik Website Builder
Visit me here: Black9Design.com | ParkerWadeSmith.com | AllThingsGenesis.comAugust 30, 2014 at 8:27 am #121863pfitznerkMemberGreat....but dont have query_args.....i am stuck here!
August 30, 2014 at 8:45 am #121868black9designMemberYou need to add it yourself. You click enter new and type it in manually
I specialize in child theme customizations and The Dynamik Website Builder
Visit me here: Black9Design.com | ParkerWadeSmith.com | AllThingsGenesis.comAugust 30, 2014 at 8:47 am #121870pfitznerkMemberonly have:
ad_block_display
chi_post_setting_ 1,2,3
hefo_after and beforewhere is query_args ...in custom fields?
August 30, 2014 at 8:53 am #121871black9designMemberhttp://allthingsgenesis.com/create-query_args/
I specialize in child theme customizations and The Dynamik Website Builder
Visit me here: Black9Design.com | ParkerWadeSmith.com | AllThingsGenesis.comAugust 30, 2014 at 9:05 am #121873pfitznerkMemberIt still shows the post on two pages BLOG and BUYING ADVICE
I only want it to show in BUYING ADVICE. I did exclude this category ID # from the BLOG template in theme settings...
Any idea how to change this?
August 30, 2014 at 9:10 am #121876black9designMemberwhen you exluded it you only entered the number correct? Make sure on the blog post as well that it's only category is the one you excluded otherwise it will still show up for the other categories.
I specialize in child theme customizations and The Dynamik Website Builder
Visit me here: Black9Design.com | ParkerWadeSmith.com | AllThingsGenesis.comAugust 30, 2014 at 9:27 am #121881pfitznerkMemberyes only the cat number....
my post still displays twice on two pages in the main menu
August 30, 2014 at 9:38 am #121883pfitznerkMemberOh....and it also displays in the sidebar Recent Posts...
Need to get it out of the BLOG page
There is one weird thing I noticed. All my Categories including the new one "Buying Advice" I can edit or delete...and yes I did create a new page also for Buying Advice...
EXCEPT The Page BLOG....Blog shows up in categories but cant edit it.
August 30, 2014 at 10:07 am #121890black9designMemberthat means each of the other categories is a child of "buying advice". On the recent posts I recommend you install https://wordpress.org/plugins/genesis-featured-widget-amplified/ which will let you exclude the categories you want as well.
You may need to edit your menu as well if it's showing up and it's not supposed to be.
I specialize in child theme customizations and The Dynamik Website Builder
Visit me here: Black9Design.com | ParkerWadeSmith.com | AllThingsGenesis.comAugust 30, 2014 at 10:13 am #121892pfitznerkMemberit says : This plugin hasn't been updated in over 2 years. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.
Is there anything else? you mean all categories are child to BLOG page at the moment...."Buying Advice Page" Blog Template does not show up in categories unless I create one.
August 30, 2014 at 11:42 am #121897black9designMemberto resolve your recent posts problem:
import this code into your functions.php and it will give you the ability to exclude categories on your recent posts.
: http://pastebin.com/jxDnqPqR
Please send a link to your site so I can see better what is happening or take screen shots please.
I specialize in child theme customizations and The Dynamik Website Builder
Visit me here: Black9Design.com | ParkerWadeSmith.com | AllThingsGenesis.comAugust 31, 2014 at 6:34 am #122048pfitznerkMemberIt did not work...I did everything described in your answers...
Pls send me your skype ID so I can send you my information.
August 31, 2014 at 7:06 am #122055pfitznerkMemberHELP needed....I have been playing around to exclude this post and used this method and put it in the Functions.php
<?php
function excludeCat($query) {
if ( $query->is_home ) {
$query->set('cat', '-3,-5,-23');
}
return $query;
}
add_filter('pre_get_posts', 'excludeCat');
?>I got this error now and my wp dashboard is gone:
Parse error: syntax error, unexpected '<' in /home3/pfitzner/public_html/wp-content/themes/beautiful-pro/functions.php on line 257
I deleted what I have added and I still get this error: Parse error: syntax error, unexpected '<' in /home3/pfitzner/public_html/wp-content/themes/beautiful-pro/functions.php on line 257
What happened? Why can I not access my WP admin anymore?
August 31, 2014 at 7:11 am #122056pfitznerkMember...and Now my whole site is gone...
-
AuthorPosts
- The forum ‘General Discussion’ is closed to new topics and replies.