gpt4 book ai didi

python - 使用 Wordpresslib 编辑 WordPress 帖子

转载 作者:太空宇宙 更新时间:2023-11-03 17:38:16 25 4
gpt4 key购买 nike

我正在使用wordpresslib库来向我的 WordPress 网站发帖。

我现在正在尝试使用该库编辑旧帖子,但不确定从哪里开始。
他们的示例不展示如何编辑帖子,仅展示如何创建基本帖子。

我环顾四周,似乎找不到任何人发布有关 wordpresslib 的文章。如果有人对此有任何经验并且可以指出我正确的方向,那将非常有帮助!

最佳答案

查看 wordpresslib.py 后文件我想出了如何编辑以前的帖子。任何需要执行相同操作的人请参阅下面的示例:

include wordpresslib

wp = wordpresslib.WordPressClient(*URL*, *USERNAME*, *PASSWORD*)

lastPost = wp.getLastPost() #access the last post created
lastPost.description = "edits to be made" #edit the post description

postEdit = wp.editPost(lastPost.id, lastPost, True) #post edit

关于python - 使用 Wordpresslib 编辑 WordPress 帖子,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/30904427/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com