• Resolved limevanilla

    (@limevanilla)


    Hi,

    I follow every single on your document, but I still didn’t get how to do or change the title for the Text field I made using your plugin. I also check the code and try but didn’t get the result I want.

    Here the screenshot.

    Text Fields Title

      Using Text Fields and set the Name with name_id and put it on function.php

    Front End

    I didn’t see any of your video about this. Can you share your simple code here?

    • This topic was modified 5 years, 1 month ago by limevanilla.
Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author Anh Tran

    (@rilwis)

    Hi @limevanilla

    I see in the 1st screenshot is the **post title**, not a field title. So I’m quite confused about what you’re trying to do.

    Can you please give more details about that?

    Thread Starter limevanilla

    (@limevanilla)

    Hi,

    Sorry for my English. I don’t want to use WP Title and would like to use from the Text Fields I set from Post Types. It something like changing “Post Title” the the “Name”.

    Plugin Author Anh Tran

    (@rilwis)

    If you don’t want to use the post title, you might want to remove it from the post type using remove_post_type_support function.

    To display the text field in the post list table, you need to use our MB Admin Columns extension.

    Thread Starter limevanilla

    (@limevanilla)

    Hi,

    Thanks for the link. How about to display the value to the front end?
    I’m using Child Theme. Am I have to make another page file or I can put the code on function.php?

    Plugin Author Anh Tran

    (@rilwis)

    Please see this docs for displaying fields on the front end.

    To display fields on the front end, you need to put the code in your template files at the position you want to display. It depends on the theme you’re using and there’s no universal way to do that. You can follow this article on how to work with child theme.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Change Auto Draft Title and Display at Front End’ is closed to new replies.