Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #301078

    Hi,
    How can I print custom field value or content value in Masonry_entries.php ?

    (or maybe ACF plugin text value)?

    Thanks
    M

    #301106

    resolved :)

    about line 690:
    $this->loop[$key]['linkedin'] = get_field( "linkedin-url", $id );

    and then to print the value of ACF field about line 580:

    $items .=	"<div class='social-icons'>";
    					
    						$items .=	$linkedin;
    					 
    					$items .=	"</div>";
    #301462

    Hey!

    Glad you figured this out. If you still have questions, let us know. :)

    Best regards,
    Ismael

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Masonry_entries.php – get custom field value or content’ is closed to new replies.