• I have a demo post like:
    My bame is [post_content1]. I am a [post_content2].

    Here post_content1 and post_content will be two columns of MySQL database.

    In my MySQL database, post_content1 and post_content2 will be look like (Basically I will import data manually):
    ID, poost_content1, post_content2
    1, John, Student
    2, Hardik, Player
    3, X, Y, Z

    Finally my post will be like:
    Post 1: My name is John. I am a student.
    Post 2: My bame is Hardik. I am a player.
    Post 3: My name is X. I am a Y.

    How can I do that? Basically I want so, as my post is too long. And it’s basically same except two values.

    • This topic was modified 3 years, 7 months ago by Azad hossen.
    • This topic was modified 3 years, 7 months ago by Azad hossen.
  • The topic ‘Manual Post type’ is closed to new replies.