• Hello,

    I wanted to put some custom field to my posts. I add them but i don’t know how to show them. I have read the codex but i still don’t understand the Loop editing and the the_meta() function.

    Thanks in advance.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter hexbase

    (@hexbase)

    well, help me!!!

    As the codex says, you can put <?php the_meta(); ?> inside the code for your post (The Loop, most likely found in the file titled “Single Post” on your Theme Editor page) and it will pull the Custom Fields for you. Styling them is in the CSS under the “postmeta” div (I believe, I know it’s listed in the codex) to get the colors and borders, etc. that you want.

    Positioning is another animal that I’m not too sure on, but that should be enough to help you experiment a bit.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Custom Fields Problem’ is closed to new replies.