How to display custom taxonomy and terms using/creating plugin template

In the taxonomy-user_image_category.php the get_queried_object method will return the term object, which you can incorporate to your WP_Query. From top of my head, in your case it may look like this: $queried_object = get_queried_object(); $term_id = $queried_object->term_id; $args = array( ‘post_type’ => ‘user_images’, ‘post_status’ => ‘publish’, ‘tax_query’ => array( array( ‘taxonomy’ => ‘sui_image_category’, ‘field’ => … Read more

Styling own template

I have seen you Html structure, You need to change structure like this.. Follow this structure for you own template file… <div id=”wrapper”> <div id=”header”> <!– Here goes the header part –> </div> <div id=”main”> <!– Here goes the main content part –> </div> <div id=”sidebar”> <!– Here goes the sidebar part –> </div> </div>

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