Quantcast
Channel: bbPress.org » All Posts
Viewing all articles
Browse latest Browse all 3646

Reply To: ACF shortcode in topic post frontend

$
0
0

I need this custom field in the front end of any topic post. I want it to show up underneath the bottom of the topic field.

Here is other code ACH generates. Not sure which one to use and what fle it is to be inserted into.

<div id=”view” class=”acf-view acf-view–id–57 acf-view–object-id–65″>
<div class=”acf-view__row acf-view__lake_marker_point”>
<div class=”acf-view__label”>Lake Marker Point</div>
<div class=”acf-view__field”>This is the marker location</div>
</div>
</div>

One more possible code:

echo ‘Lake Marker: ‘ .get_field( ‘lake_marker_point’ );

<div class=”acf-view__row acf-view__lake_marker_point”>
<div class=”acf-view__label”>Lake Marker Point</div>
<div class=”acf-view__field”>This is the marker location</div>
</div>


Viewing all articles
Browse latest Browse all 3646

Trending Articles