Forum Replies Created

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter Donalda

    (@gechodesigns)

    Thanks so much!! I finally get it. Wow! Was I going about it the wrong way. Thanks the echo get_post_meta( get_the_ID(), 'user_address', true ) was exactly what I was looking for. Now, I can go about getting the rest of my site done. Thanks so much for your patience and looking at my eyesore of an excuse for code.

    Thread Starter Donalda

    (@gechodesigns)

    How would I go about getting CMB2 to display the information? Because I’ve been trying using templates for Single posts and everything and putting in little blurbs of code I’ve found, but nothing seems to allow me to display anything other than what WordPress already has which is title and content. No other fields will display.

    Thread Starter Donalda

    (@gechodesigns)

    Thanks, and I know it’s a horrible jumble if anything.

    What I am trying to do is that I built a directory in the admin area that contains name, address, email address, bio, and a picture. I am trying to have it show the directory listing of the person when you click their link. So far it doesn’t work. I can’t figure out where to put the template or if I’m not supposed to make a template and instead call it in functions, and then it would show up based on the page or category.

    That didn’t work for us, but this did:
    UPDATE wp_posts SET ping_status=’closed’;
    UPDATE wp_posts SET comment_status=’closed’;

    Although, if you want comments on regular pages you’ll have to turn them back on.

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