AutoBlogging problems

kriespy10

Registered Member
Joined
Mar 29, 2022
Messages
88
Reaction score
44
Hi, since ChatGPT was around I've been trying to make a python bot to create AI articles via DaVinci model 3. However I stumbled upon a frustrating problem which I have no idea how to fix it.

The problem is as followed: When I send the generated output to my wordpress site it does not have a format. There are no H2 headers. How can I make the post outline into H2 headers?
I'm still not sure if I can do it when I specifically ask for it in the prompt. Or do I have to add additional code in order for it to work?
 
Title is h1 tag, conclusion is h2, sections are h2s, subsections are h3.
Are you able to identify all these elements after blog post generation?
If so, set your website to used old WordPress editor and upload the blog post with the right tags.
 
Title is h1 tag, conclusion is h2, sections are h2s, subsections are h3.
Are you able to identify all these elements after blog post generation?
If so, set your website to used old WordPress editor and upload the blog post with the right tags.
Thanks will try this.
 
Back
Top