Increase In 404 Pages On… Google Bots

I received multiple “Increase in 404 pages on ‘mywebsite’” messages from Google Search Console after I’ve created new responsive theme for my blogs. I had no idea how to fix, tired of searching the answer without any solutions. I decided to check all my style.css and sure enough, the ones I used on the reported

Galleria.io, lightGallery and Fotorama in Bootstrap Collapsible

[galleria] Embed Galleries inside Bootstrap Collapsible. Galleria.io is responsive across desktop, tablets, smartphones, iPhones, iPads with lightbox option, fullscreen with doubletap. Can display multiple galleries on the same page.  [galleria_div]    [/galleria_div] Second gallery    [galleria_end] : Next

How To Set WP Super Cache To Remember Admin Editing Bar

After we install and activate WP Super Cache for WordPress, if we don’t set it correctly, it won’t remember the admin bar when go back from edit screen to the webpage. This is how I set it so it will remember the admin bar.      

How To Embed Shortcodes inside a Shortcode

I created a shortcode for Bootstrap Collapsible, I placed a shortcode inside it like fotorama plugin and fotorama didn’t work. I Googled the problem and I found the fix on WP website. In order for a shortcode to output another shortcode, you need to use ‘do_shortcode($content)’ instead of just ‘$content’ as a content inside the

Warning: Missing argument 2 for wpdb::prepare() Fixed

When I used a footer that collects the earliest to the newest year to display from the dated posts, I got the “Warning: Missing argument 2 for wpdb::prepare()” on the bottom of the footer. After Googling the problem, I found the fix for it. It’s not a good way to mask the problem like I