Where can I find my blog page?

That’s exactly what you need to do. The home.php file is used if you’re using the main page of your site to display posts or if you have created a separate static page – your Blog page in this case. Perhaps you find it crude but it’s perfectly normal to do this. If you don’t … Read more

How can i display gallery shortcode output under Post text

The do_shortcode() function returns the shortcode output as a string, which can be appenend to the post content with the_content filter. Here’s an example how to do that, // add filter with late priority add_filter(‘the_content’, ‘my_post_attachments_gallery’, 99); function my_post_attachments_gallery($content) { // modify only published posts if ( is_singular( ‘post’) && ‘publish’ === get_post_status() ) { … Read more

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