Title: dimitris71's Replies | WordPress.org

---

# dimitris71

  [  ](https://wordpress.org/support/users/dimitris71/)

 *   [Profile](https://wordpress.org/support/users/dimitris71/)
 *   [Topics Started](https://wordpress.org/support/users/dimitris71/topics/)
 *   [Replies Created](https://wordpress.org/support/users/dimitris71/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/dimitris71/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/dimitris71/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/dimitris71/engagements/)
 *   [Favorites](https://wordpress.org/support/users/dimitris71/favorites/)

 Search replies:

## Forum Replies Created

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

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Filter Everything — WordPress & WooCommerce Filters] Scrollbars disappeared after editing settings](https://wordpress.org/support/topic/scrollbars-disappeared-after-editing-settings/)
 *  Thread Starter [dimitris71](https://wordpress.org/support/users/dimitris71/)
 * (@dimitris71)
 * [2 years, 4 months ago](https://wordpress.org/support/topic/scrollbars-disappeared-after-editing-settings/#post-17290819)
 * It was my fault. Sorry for the confusion!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Advanced Views - Display Custom Fields (ACF, Pods, MetaBox), Posts, CPT and Woo Products anywhere in Gutenberg, Elementor, Divi, Beaver...] I can;t display custom fields in the frontent](https://wordpress.org/support/topic/i-cant-display-custom-fields-in-the-frontent/)
 *  Thread Starter [dimitris71](https://wordpress.org/support/users/dimitris71/)
 * (@dimitris71)
 * [2 years, 4 months ago](https://wordpress.org/support/topic/i-cant-display-custom-fields-in-the-frontent/#post-17288389)
 * Thanks for the clarification, but is there a way to show custom fileds on every
   post article, in the frontend, without having to put a shortcode in each post?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Filter Everything — WordPress & WooCommerce Filters] Scrollbars disappeared after editing settings](https://wordpress.org/support/topic/scrollbars-disappeared-after-editing-settings/)
 *  Thread Starter [dimitris71](https://wordpress.org/support/users/dimitris71/)
 * (@dimitris71)
 * [2 years, 4 months ago](https://wordpress.org/support/topic/scrollbars-disappeared-after-editing-settings/#post-17287784)
 * Thanks for the clarification, but is there a way to show custom fileds on every
   post article, in the frontend, without having to put a shortcode in each post?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Advanced Views - Display Custom Fields (ACF, Pods, MetaBox), Posts, CPT and Woo Products anywhere in Gutenberg, Elementor, Divi, Beaver...] How to display a Custom Field for a Custom Taxonomy?](https://wordpress.org/support/topic/how-to-display-a-custom-field-for-a-custom-taxonomy/)
 *  [dimitris71](https://wordpress.org/support/users/dimitris71/)
 * (@dimitris71)
 * [2 years, 4 months ago](https://wordpress.org/support/topic/how-to-display-a-custom-field-for-a-custom-taxonomy/#post-17282649)
 * Hi there, I have been created two custom fields with acf and I want to display
   them in every post in the front end in two diferrent places (after post title
   the first and after excerpt the second) with labels explaining each value. Also
   the same when posts displaying in blog archive posts. I added the code below (
   only for the first custom field) in the file content.php under the post title
   section. I am not familiar with coding and I need your help please!
 *     ```wp-block-code
                   $custom_field_value = get_field( 'syggrafeas' );
                   if ( $custom_field_value ) {
                       echo '<div class="custom-field-label">Συγγραφέας:</div>';
                       echo '<div class="custom-field-value">' . esc_html( $custom_field_value ) . '</div>';
                   }
                   ?>
       ```
   
 * 
   Please give me a solution

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