I need to create a single post with title, content and excerpt with this command as it's described in the utility documentation. Could you please show me an example of how to use it? I couldn't find nor in official documentation neither on Google. Thanks!
Tell me more
×
WordPress Answers is a question and answer site for
WordPress developers and administrators. It's 100% free, no registration required.
|
If you type Example:
|
|||
|
|
|
If you look at the code for the
|
|||
|
|
wp generate posts --count=1000generates 1k posts for you. Just read yourself please. – kaiser Sep 28 '12 at 12:44wp post create, that's what I am asking about. I don't want to generate dummy posts, I need to create a single post with title, content and excerpt. – Sergey Basharov Sep 28 '12 at 12:59