Home › Forums › General Issues › Where can I place the code? › Reply To: Where can I place the code?
Hi Lt_Core, ok so you can place the custom fields on both pages and posts. So lets say you create a page “Portfolio”. Go into Custom Fields and create a new field. You can set a rule for your field that says it will show up on “Page” and your pages will show up in a drop down menu. Then choose Portfolio and your custom field will be on your “Portfolio” content editor page. As for the code. If you create a text field, then it depends on what you call it….but lets just say you call it Top Content. then the value will be top_content
. Go to your Portfolio page and fill out your top_content
field with your content. Then you need to go into the page template that you want the content to show up on and add the following code:
<?php the_field('top_content'); ?>
Welcome to the Advanced Custom Fields community forum.
Browse through ideas, snippets of code, questions and answers between fellow ACF users
Helping others is a great way to earn karma, gain badges and help ACF development!
We use cookies to offer you a better browsing experience, analyze site traffic and personalize content. Read about how we use cookies and how you can control them in our Privacy Policy. If you continue to use this site, you consent to our use of cookies.