Skip to content

Latest commit

 

History

History
17 lines (9 loc) · 293 Bytes

File metadata and controls

17 lines (9 loc) · 293 Bytes

wp views template bind

Binds posts to the specified CT.

OPTIONS

<id> : The ID for the content template that will be duplicated.

[--posts_ids=<string>] : Comma seperated posts ids to be binded to the CT.

EXAMPLES

wp views template bind 1 --posts_ids="1,2,3,4"