Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author Maarten Brakkee

    (@maartenbrakkee)

    Hi GuidoCimurro,

    I can look into it. Could you give your situation as an example?

    Thread Starter GuidoCimurro

    (@guidocimurro)

    Hi, thanks for your reply.

    In my custom post type I’ve some custom fields that I use to describe an object; for example, if I would review a supplement, I could have

    Introduction custom field
    Posology custom field
    Ingredients custom field
    Price custom field
    Warning custom field

    It could be a good idea expose a function to apply substitutions on the fly in the theme, for example I use

    $Ingredients = get_the_terms( $post->ID, ‘ingredients’ );
    echo wpautop($Ingredients);

    and I’d like to have

    echo wpautop(autolink($Ingredients));

    Thank you so much for your reply and, please, forgive my English.

    hi, need this too for costum field thank’s

    I would also love this feature. Any news on this front?

    Plugin Author Maarten Brakkee

    (@maartenbrakkee)

    Hi all,

    At the moment I have little spare time to develop new futures for this plugin. I have added the request to the wishlist for future releases.

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