Hey there, amazing plugin, I’m super close to what I need but I have a slight issue
I’m using a template in Page Generator Pro to generate location pages for services
Using this shortcode:
<b data-stringify-type=”bold”>[aiomatic-article seed_expre=’Write an informative article about the importance of {service} in {location_1(city_name)}’ temperature=’1′ top_p=’1′ model=’text-davinci-003′ presence_penalty=’0′ frequency_penalty=’0′ min_char=’500′ max_tokens=’2048′ max_tokens=’2048′ max_seed_tokens=’500′ max_continue_tokens=’500′ images=”0″ headings=”3″ videos=”off” static_content=”off” cache_seconds=”2592000″]</b>
I’m inserting the services and locations into the shortcode prompt and it works perfectly, but I need static content.
If I switch static_content=off, it save the generated content in the template, basically giving that same piece of generated content on each page.
So I need static content off on my template, but it needs to be on when I generate the pages.
Is it possible to make the content static AFTER the page is generated automatically?
Thanks again