• strictly-software

    (@strictly-software)


    I have two sites on the same server.

    On one site when I go to Add/Edit a post the custom fields are all shown underneath (WordPress SEO, Robots, my own plugin values etc).

    However on another site I have to always go to the top, hit “screen options”, tick the “Custom Fields” box to get them to show.

    However when the page refreshes the fields go away again. So I don’t know how I can save these settings so they are always used on every post.

    I don’t want to have to do all that work all the time to see which custom fields have been populated.

    Is there a setting somewhere OR a constant I need to set in my wp_config.php file to get them to show all the time?

    Thanks for your help!

Viewing 2 replies - 1 through 2 (of 2 total)
  • blacklinemedia

    (@blacklinemedia)

    Hi you can create a metabox to display these custom fields every time on the back end. https://codex.www.ads-software.com/Function_Reference/add_meta_box

    However if you want to avoid programming I would use a custom post type plugin to create the custom fields and meta boxes using a nice user friendly UI. I would recommend the types plugin https://www.ads-software.com/plugins/types/

    Thread Starter strictly-software

    (@strictly-software)

    Hi

    Well can you tell me why on two different sites with the same set-up I get 2 different behaviours?

    Both have the same plugins installed but one always shows the custom fields the other one never – unless I press the “screen options” button and then tick the “custom fields” option.

    That is what I don’t understand.

    Thanks

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Cannot get Custom Fields to show ALL the time’ is closed to new replies.