How to pass get images in homepage also in portfolio page?

You’re saying that you’ve set images in homepage admin, so I guess you’re using static page as homepage… In such case you can use this code to show these images anywhere else on your site: <div class=”container”> <div class=”journal-block”> <div class=”row”> <?php if ( have_rows( ‘gaimages’, get_option(‘page_on_front’) ) ): ?> <?php while ( have_rows( ‘gaimages’, … Read more

How to access advance custom fields with post type in a for each loop

<?php $slider = get_posts( $slider = g array( ‘post_type’ => ‘event’, ‘posts_per_page’ => – 1 )); ?> <?php $count = 0; ?> <?php foreach($slider as $slide): ?> <?php setup_postdata( $slide); $title = the_field(‘event_name’); ?> <?php endforeach; ?> <?php wp_reset_postdata(); ?> Or <?php $slider = get_posts( $slider = g array( ‘post_type’ => ‘event’, ‘posts_per_page’ => – … Read more

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)