Support » Plugin: Frontier Post » Custom Taxonomy Display

  • Resolved gailwingate1

    (@gailwingate1)


    I’ve implemented a custom taxonomy, but it’s not showing up on the add/edit post form. I get a blank space where the taxonomy list should be, but not title or list. I can email you an image if that helps.

    I’ve selected the taxonomy in the Advanced Settings page and my short code is as follows:
    [frontier-post  frontier_mode=add frontier_custom_tax=Roles frontier_custom_tax_layout=”readonly,checkbox”]

    Any ideas why the taxonomy wouldn’t show up?

    Thank you!
    Gail

    https://wordpress.org/plugins/frontier-post/

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author finnj

    (@finnj)

    Try the below, roles should be in double quotes, and with the same case as in the advanced settings. Since you anly have one custom tax, there ehould only be one layout, readonly removed.

    [frontier-post frontier_mode=add frontier_custom_tax="roles" frontier_custom_tax_layout="checkbox"]

    Thread Starter gailwingate1

    (@gailwingate1)

    Hi, thank you as always for your quick and helpful response. And it worked, but only because I pasted it into the Visual window instead of the Text window. By pasting it into the Visual window it added the HTML and around the statement. When I remove ` from the statement it looks like it did before. Below are links to the images so you can see the difference.
    With “code”
    http://tinypic.com/r/r87e6r/8
    Without “code”
    http://tinypic.com/r/2rfg09j/8
    Why is this happening and how do I fix this?`

    Plugin Author finnj

    (@finnj)

    I have no idea. It could be a plugin that changes the content on save.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Custom Taxonomy Display’ is closed to new replies.