combine Code 1 with Code 2

Modified PHP code <?php // First, define these. $max_cat_count = 32; // this is ‘x’ $qty_per_column = 8; // this is ‘y’ // Then the $args array. $args = array( ‘taxonomy’ => ‘product_cat’, ‘number’ => $max_cat_count + 1, // keep the + 1 ‘hide_empty’ => 0, // … your other args here … ); // … Read more

Show full image thumbnail

These are two different things: How can I set full image thumbnail on category pages vs Image should be small in dimensions but not been cropped. In order to display the full-size image thumbnail, use: <?php the_post_thumbnail( ‘full’ ); ?> In order to display a box-resized, rather than hard-cropped, image, you need to tell WordPress … Read more

Show featured image next to post-teasers in Genesis Framework?

(Cut/pasted from the OP.) SOLUTION: As it turns out, this is very simple. Go to your Dashboard –> Genesis –> Theme Settings Now in the box labelled “Content Archives” select “Display Post Excerpts” from the drop down menu. Now make sure the “Include the Featured Image” box is checked and select your image size. Save … Read more

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