• I got this template below

    [Link]
    type = text
    size = 35
    [Title]
    type = textfield
    size = 35
    [Photo]
    type = file
    
    [Link]
    type = text
    size = 35
    [Title]
    type = textfield
    size = 35
    [Photo]
    type = file
    
    [Link]
    type = text
    size = 35
    [Title]
    type = textfield
    size = 35
    [Photo]
    type = file

    they’re the same fields repeated 3 times.

    When adding new post, all these fields are bunched up together.
    How do I separate them a little? into 3 groups.

    Also, the title in the “handle” of the meta box is always “Custom Field Template”, how do I change it to something more descriptive?
    Like “Bottom Left Section”, “Center section” etc.

    Thanks

    https://www.ads-software.com/extend/plugins/custom-field-template/

Viewing 4 replies - 1 through 4 (of 4 total)
  • Also, the title in the “handle” of the meta box is always “Custom Field Template”, how do I change it to something more descriptive?

    This I would like to know as well. Did you figure it out yet?

    You can change the name of the meta box by going to ‘Settings – Custom Field Template’ then changing the ‘Template Title:’ field to whatever you want it to be called.

    McSalty

    (@mcsalty)

    Under “Global Settings”, check “In case that you would like to replace the box title with the template title.:
    Replace the box title”

    Passageiro

    (@passageiro)

    Not, not… see:

    [Link01]
    type = text
    size = 35
    label = title to Link 01
    [Title01]
    type = textfield
    size = 35
    label = title to Title 01
    [Photo01]
    type = file
    hidekey=true
    relation=true
    medialibrary=true
    blank=true
    class=file
    label= Path to image “Photo01”

    [Link02]
    type = text
    size = 35
    label = title to Link 02
    [Title02]
    type = textfield
    size = 35
    label = title to Title 03
    [Photo02]
    type = file
    hidekey=true
    relation=true
    medialibrary=true
    blank=true
    class=file
    label= Path to image “Photo02”

    [Link03]
    type = text
    size = 35
    label = title to Link 03
    [Title03]
    type = textfield
    size = 35
    label = title to Title 03
    [Photo03]
    type = file
    hidekey=true
    relation=true
    medialibrary=true
    blank=true
    class=file
    label= Path to image “Photo03”

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘[Plugin: Custom Field Template] How to separate fields? and rename handle title?’ is closed to new replies.