List all posts that doesn’t have featured image in WordPress via MySQL

I wanted to set all my posts to have featured image, at the same time I wanted to find my posts that containing any image so I could use it as featured image. The following is the simple script that I used to list all posts that doesn't have featured image in WordPress via MySQL, … Teruskan membaca List all posts that doesn’t have featured image in WordPress via MySQL

Retrieve images URL from WordPress gallery using multiple IDs

This simple query is to retrieve images URL from WordPress gallery using multiple IDs. Quite useful to convert from gallery to individual images in a post. The short-code of WordPress gallery looks similar as below: [ gallery type="rectangular" link="file" size="full" ids="7513,7514,7515,7516,7517,7518,7519,7520,7521,7522,7523,7524,7526,7527,7528,7529,7530,7531,7532,7533,7534,7535,7536,7537,7538,7539,7540,7541,7542,7543,7544,7545,7546,7547,7548,7549,7550,7551,7552,7553"] Copy the IDs without the quotes and paste into the following SQL script: SELECT … Teruskan membaca Retrieve images URL from WordPress gallery using multiple IDs

Hide WordPress header image on specific URL

Objective: Hide WordPress header image on specific URL Target URL: All URL except http://hilmanali.com/blog/ Theme: Sorbet (child) File name: header.php Original code: <body <?php body_class(); ?>>   " rel="home"> " width="width; ?>" height="height; ?>" alt="">     " rel="home">     Modified code: <body <?php body_class(); ?>> <?php global $wp; $current_url = add_query_arg( $wp->query_string, '', home_url( … Teruskan membaca Hide WordPress header image on specific URL

Selamat Tinggal Flickrit

Tak sampai setahun gunakan Flickrit, akhirnya mereka akan menghentikan servis sedia ada dan akan memperkenalkan servis yang baharu. Berikut adalah dua jenis account yang akan diperkenalkan Flickrit Free Account features Limited to 50 Images Per Slideshow Limited to 5000 Views/Day Bandwidth Limited to 5 Slideshows 5 Different Themes & Layouts Basic Analytics Flickrit Pro Account features (USD … Teruskan membaca Selamat Tinggal Flickrit

Post content without featured image header

Baru tambah template baru, "post content without featured image header" di mana semua post yang ada featured image takkan mempunyai header bila post dibaca. Tujuan utama, supaya senang untuk export posts dari sini ke blog http://darwisy.wordpress.com Seperti sedia maklum, plugin tidak boleh ditambah bagi pengguna free account di wordpress.com. Memandangkan kebanyakan featured image dalam blog ini menggunakan image dari … Teruskan membaca Post content without featured image header

WordPress Images ERROR 404

Self note Scenario: Getting reports saying most of WordPress images ERROR 404. In fact, they are exists in /wp-content/uploads/* folders. Solutions: Failed — Disabled certain plugins, disabled all plugins, change uploads folder/files permission, modify .htaccess file, delete .htaccess file, change Permalinks settings to default, etc Success — Switched the PHP Date Format in General Settings from Custom … Teruskan membaca WordPress Images ERROR 404

Tweaked header

Originally, this theme (Tracks) doesn't provide a full-width-image-header feature. Found someone raised a such request at the theme's support page. So I thought it would be great to implement on this blog. Anyway, tweaked header a little bit... hope my kids will love it (and you too). CSS used: .title-info .logo { max-width: 100%; max-height: 100%; } #title-info { position: … Teruskan membaca Tweaked header