Attachment Metadata inside of Loop

Here’s the fix. All the attachment info is now being called inside the php using wp_prepare_attachment_for_js and the info will load for each image in the loop, to display in the photo gallery. It works now. <?php $the_query = new WP_Query(array( ‘post_type’ => ‘attachment’, ‘post_status’ => ‘inherit’, ‘category_name’ => ‘arch’ )); while ( $the_query->have_posts() ) … Read more

WP Job Manager – display search results from custom search form in taxonomy-job_listing_category page

This is the finally code that is working like a chram <?php $taxonomy = get_taxonomy( get_queried_object()->taxonomy ); $term = get_term_by( ‘slug’, get_query_var( ‘term’ ), get_query_var( ‘taxonomy’ ) ); get_header(); ?> <h1 class=”page-title”>Θέσεις εργασίας για <?php echo $term->name; ?></h1> <div id=”content”> <article id=”post-<?php the_ID(); ?>” <?php post_class(‘post’); ?>> <?php echo do_shortcode(‘[jobs categories=”.get_query_var(“job_listing_category’).’ show_filters=”true”]’); ?> </article> </div> … Read more

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