How to display posts i grid photo

You need to build the query and then loop through it afterwards. <ul> <?php //Your Args $args = array( ‘post_type’ => ‘post’, ‘category_name’ => ‘featured’, ‘posts_per_page’ => 5, ‘post__not_in’ => get_option( ‘sticky_posts’ ) ); // The Query $query = new WP_Query( $args ); // The Loop while ( $query->have_posts() ) { $query->the_post(); echo ‘<li>’ . … Read more

How to change color of a word in text after WP update

There is no such option in WordPress, you will need to consult the 3rd party plugins you have installed to identify the plugin that provided it then contact their support. But you shouldn’t need it, as WordPress already provides this feature, and it’s visible in your screenshot as highlight: Which brings up a colour picker:

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