WordPress

CMS blog system

Galleria.io In WordPress

[bs][galleria][galleria_start] Galleria.io is a very nice gallery display for website, but the classic version is very basic and not very well documented to get it working responsively like the paid version, at least in my opinion. I finally customized the classic version so I can use with WordPress, but I think I prefer Fotorama.io for my blogs.

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