Support » Fixing WordPress » Automatically convert Custom Fields into Tags

  • Resolved jakuu

    (@jakuu)


    Hi

    I would like to convert, automatically, Custom Fields into Tags.

    Anyone knows if there is some plugin that do it “automatically” or some code that could be added.
    Many Thanks

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter jakuu

    (@jakuu)

    Who knows??

    I’d like to know how too….any one?

    Thread Starter jakuu

    (@jakuu)

    I asked this because I wanted to display my custom fields in posts and pages, I have found that using:
    <?php get_post_meta(get_the_ID , ‘url’ , true) ?>
    I can display any custom field I want, just replace url for your custom field.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Automatically convert Custom Fields into Tags’ is closed to new replies.