Speed issues because of CSS & JavaScript

There are so many errors, image are not optimized and some links are returning 404. eg: http://julietloves.co.in/wp-content/uploads/2016/08/55-1.png http://julietloves.co.in/wp-content/uploads/2016/08/TAG-168×42.png I will recommend you to optimize all images using optimizilla.com and re-upload it. After that install “W3 Total Cache” it will help fix server response time issue. howlthemes.com/wordpress-caching-w3-total-cache-setup-guide/ Still there are lots of issue best solution is … Read more

Translation Function missing text-domain [closed]

From WordPress Codex (Link): <?php $translated_text = esc_attr_x( $text, $context, $domain ) ?> The $domain is optional. That´s the reason it´s a warning. Do you have debug set to true? If you want to fix it you have to add the text-domain. esc_attr_x( ‘Search for:’, ‘label’, ‘TEXT-DOMAIN-FROM-THEME’ ) You can find the text-domain in other … Read more

How to validate field when create post

You can check post data in $_POST array on save_post_{custom_post_type_name} action hook. And if data is not appropriate or according to server side validation and redirect page with custom error args using wp_redirect and , you can grab the errors and display admin notices using admin_notice.

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