Show numbers of related post based on sub category and HIDE parent category

<?php $categories = get_the_category(); $child_cat = null; foreach ($categories as $category) { if ($category->parent != 0) { $child_cat = $category; break; // Stop after finding the first subcategory } } if ($child_cat) { $args = array( ‘cat’ => $child_cat->term_id, ‘orderby’ => ‘rand’, ‘posts_per_page’ => 7, // Correct parameter ‘post__not_in’ => array(get_the_ID()) ); $related = new … Read more

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