Posts by WilliamDavis 2
Identify The BasicsThe WordPress API allows you to define a wide array of options when manually inserting pages. Odds are, you’ll need more in some cases than in others.For the most part, I usually roll with the following parameters:comment_statusping_statuspost_authorpost_namepost_titlepost_statuspost_typeI’ll show these in more detail later, but one of the most important parts in programmatically creating a post in WordPress is to identify exactly what parameters are relevant to y
To get started creating your first WordPress post, locate the Posts menu in the left-hand side of the WordPress Dashboard. You can either hover over the Posts link or click to expand it to reveal the submenu.The Add New Posts page can also be found from the + New link in the WordPress Admin Bar, also.Click the Add New link.Now you’ll see the Add New Post page where you can create your first post.The first box is where you’ll want to enter the title of your post.Next is the Post form
3 comments