Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)
  • Jano007, I got this working on my custom posts following your advice. Thank you for sharing! I did spend a few minutes in trail and error because I was attempting:

    add_post_type_support( ‘post customname’, ‘front-end-editor’ );

    then realized I just needed:

    add_post_type_support( ‘customname’, ‘front-end-editor’ );

    Sharing for other newbies like me who might get confused thinking that you need to include a ‘type’ to get this fantastic little piece of code to work.

    Thanks again!

    familyarmstead

    (@familyarmstead)

    I ran across your post when hunting for an answer to the same question. Signed up here just so I could share this because I found the way through trial and error and, probably folks with experience will chuckle that we didn’t figure it out faster. Oh well, one day we will be folks with experience also. ?? Here’s what I did:

    <a href="<?php the_field ('url-field-name'); ?>"> MUST HAVE TEXT HERE</a>

    Put that ‘must have’ in caps because it is the essential part. Just like when we add a link via the wysiwyg editor, we have to have something/word for the link to ‘attach’ to so that there is something to click on.

    I hope this helps if you have not already figured it out, or at least helps the next person. ??

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