Page creation automatization in WordPress
-
Hello to all!
I need to automatize page creation process on WordPress website.
I have a page with a title, content, permalink and some other attributes (like Social buttons plugin disabled/enabled, page template, comments allowed/disallowed etc.).
Everything is static, but I have to change 1 variable word in title and content for each new page.
Example:
Title: My article about {VARIABLE} Content: Hello! Today we will talk about {VARIABLE}.So I need to automatize the process of page creation, for example, if I set variable to “coffee” and then generate such a page, it would be like this:
Title: My article about coffee Content: Hello! Today we will talk about coffee.Any ideas how can I do that? Maybe a WordPress plugin? Or maybe SQL query to duplicate a page (preserving all the attributes) and change {VARIABLE} to a desired word?
Thanks in advance!
The topic ‘Page creation automatization in WordPress’ is closed to new replies.