Linking post to specific page.
-
So I have a site up and running, but I’m not quite sure how call posts to the page and I really don’t understand post page.
From what I understand this code
<?php wp_insert_post( $post, $wp_error ); ?>
tells WordPress to insert posts to a page wherever this code is inserted?
I tried that and I get nothing on the page. https://www.utahlibertylaw.com/blog/
Also, it appears to me that when I go to create a post wordpress is creating a new page each time. However, I’d only like to have posts appear on that specific page https://www.utahlibertylaw.com/blog/
So, what is the trick to getting this done and also the trick to have posts of a specific category called? thx
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Linking post to specific page.’ is closed to new replies.