More tag and featured image

The featured image will only be shown before the more tag if your theme is setup to display it that way. If you want to do this manually, you will have to insert the image before the more tag yourself in the WYSIWYG editor, just as you would add any other image into the content. … Read more

the_post_thumbnail() for displaying page feautred image?

To display featured image of a specific page/post in anywhere: $the_id = 4; // The Page or post ID echo wp_get_attachment_url( get_post_thumbnail_id($the_id, ‘thumbnail’) ); hope it will work, if not work try this: $args = array(‘page_id => 4’); $featured_image = get_posts($args); foreach($featured_image as $image) : setup_postdata($image); echo the_post_thumbnail(); endforeach; wp_reset_postdata();

about featured image

It seems you have used a lot of posts & category. So, Once you update/add the post then recursion will occur. So, I suggest you should use a cache plugin. Try to put ini_set( ‘memory_limit’, ‘512M’); in wp-config header file & check it.

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