• themandelgroup

    (@themandelgroup)


    I’m trying to input links into a form in the post called “Title page and details” which I believed is tied to Meta-Box. For better input the theme I’m using is this and where I’m trying input links is in the black box underneath the logo and navigation where it reads “Blog” This the link for the visual.

    My dilemma is that I went into the functions.php page and found:

    echo '<input type="text" name="', $field['id'], '" id="', $field['id'], '" value="', $meta ? $meta : $field['std'], '" size="30" style="width:97%" />', '<br />', $field['desc'];

    The input form that this outputs on the edit page area underneath the body section is where I’m inputing code like my subpage and while the links are saved to the page the actual form deletes the links when I save unless I refill the links again. The brackets below is to show you where the form starts and where it ends, after that the code that follows [] the form input area writes itself onto the page – hope that makes sense

    This is what the form looks like after I hit save on the page:
    [<a href=]CARE MANAGEMENTTHERAPEUTIC SERVICESSENIOR CONCIERGE SERVICES" size="30" style="width:97%" />

  • The topic ‘meta form does not render html’ is closed to new replies.