• Hi, I am trying to output two custom fields from a form in between posts, right after the main post content and before the date meta. I have poured over the codex but I don’t understand it.
    I am not new to wordpress, but I am not advanced with php. I am able to manipulate it following directions but can’t write it from scratch.
    I am proficient in html/css… and have gotten along just fine with wordrpess by looking through codex and other posts without asking questions on forum until now.
    I am designing a site for a client who wants reviews on her site instead of a blog. So that’s what I have set her blog page as, a review page. We’ve disabled “single posts” pages… so the reviews are all output to the listing page (theloop), with the regular meta between posts.
    We have the paid version of formidible, a plugin that makes form creation easy. It has an option to make forms that make posts. I set this up and all was great until the custom fields that I added to the form only output on the single posts page, and not on the listings page. It would be perfect if it just would output to the listings page exactly as it does to the single posts page. But we have single posts pages disabled and I want those fields to go between the posts, because it is the reviewers name and city.
    So, I poured through the code like I always do and I cannot figure out why these custom fields output to the single posts page (single.php) but not to the (index.php) page. I’m using a child theme for 2012 theme. After examining the code on both index.php, single.php, content.php and functions.php and I think the answer is on content.php or functions.php… I can’t understand why its doing it on the single page but not the listing page can anyone help me? I already tried getting help from formidible but they just told me that it was wordpress not them so they couldn’t help me.

Viewing 1 replies (of 1 total)
  • Thread Starter teebee2e

    (@teebee2e)

    if it will help someone to help me I have the ID number an the KEY. I just don’t know what line of code or lines of code to put in there and which file to put it in. I’m thinking it will go on the function file cuz thats where the other meta code for the listing page is.

Viewing 1 replies (of 1 total)
  • The topic ‘Custom Meta Form Field output inbetween posts’ is closed to new replies.