WP_Query shows all posts on single post pages

please modified yoy loop to display single post which you have coded in single.php file <?php // Start the loop. while ( have_posts() ) : the_post(); /* * Include the post format-specific template for the content. If you want to * use this in a child theme, then include a file called called content-___.php * … Read more

permalink to single page

It was pretty simple. after going through the wordpress codex, just had to change the second line on single.php $categorySlugName = single_cat_title(true); TO $cateogrySlugName = get_category_by_slug($slug);

How to display category wise posts on seprarate template

You can create a taxonomy-models_categories.php file in your theme to use as a general template for displaying the posts (‘models’ in your case) of any selected term (‘model category’ in your case). Now, if you wanted to display a different template for a specific term you could create a taxonomy-models_categories-termslug.php template, replacing ‘termslug’ with the … Read more

Is possible to do this from function.php

I’m not sure why you cannot just create a child theme and then simply copy the single template to your child theme and remove the code, but anyways, this is still a very interesting approach. Regardless what have been said in comments using CSS to hide the thumbnail (which I do not support as it … Read more

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