• Skip to main content
  • Skip to primary sidebar

Technical Notes Of
Ehi Kioya

Technical Notes Of Ehi Kioya

  • About
  • Contact
MENUMENU
  • Blog Home
  • AWS, Azure, Cloud
  • Backend (Server-Side)
  • Frontend (Client-Side)
  • SharePoint
  • Tools & Resources
    • CM/IN Ruler
    • URL Decoder
    • Text Hasher
    • Word Count
    • IP Lookup
  • Linux & Servers
  • Zero Code Tech
  • WordPress
  • Musings
  • More
    Categories
    • Cloud
    • Server-Side
    • Front-End
    • SharePoint
    • Tools
    • Linux
    • Zero Code
    • WordPress
    • Musings

PHP

Remove WooCommerce Page Title From Shop Page (But Leave On Archive Pages)

December 28, 2019 by Ehi Kioya Leave a Comment

Remove WooCommerce Page Title From Shop Page (But Leave On Archive Pages) 2

The title “Shop” shown on the WooCommerce shop page is just plain ugly in my opinion. Especially if you use the WooCommerce shop page as your site’s homepage. Here’s how to change/remove it from the homepage without affecting other archive pages.

Filed Under: Backend (Server-Side), PHP, Programming, Snippets, WordPress Tagged With: PHP, WooCommerce, WordPress

Adding Excerpts To Pages In WordPress

December 28, 2019 by Ehi Kioya Leave a Comment

Adding Excerpts To Pages In WordPress

WordPress posts by default have an excerpt meta box where you can manually type in a custom excerpt. Pages don’t have this feature out-of-the-box. If you would like to enable excerpts on your WordPress pages, use the code in this post.

Filed Under: Backend (Server-Side), PHP, Programming, Snippets, WordPress Tagged With: PHP, WordPress

Fixing a3 Lazy Load For Genesis Archive Images

December 28, 2019 by Ehi Kioya Leave a Comment

Fixing a3 Lazy Load For Genesis Archive Images

If you use the a3 Lazy Load WordPress plugin with a Genesis theme, you may notice an issue with lazy loading of Genesis archive images. Single post images are lazy loaded correctly. Images on archive pages are not. Here’s the code to fix this issue.

Filed Under: Backend (Server-Side), PHP, Programming, Snippets, WordPress Tagged With: Genesis, Lazy Loading, PHP, WordPress

Fixing a3 Lazy Load For WooCommerce Archive Images

December 27, 2019 by Ehi Kioya Leave a Comment

Fixing a3 Lazy Load For WooCommerce Archive Images

If you use the a3 Lazy Load plugin on a WooCommerce shop, you may notice that while images on single product pages are nicely lazy loaded, the lazy-loading feature just doesn’t work on archive pages. This article contains code to fix the problem.

Filed Under: Backend (Server-Side), PHP, Programming, WordPress Tagged With: PHP, WooCommerce, WordPress

Modify bbPress Roles To Allow Participants Trash Their Own Topics And Replies

November 25, 2019 by Ehi Kioya Leave a Comment

Modify bbPress Roles To Allow Participants Trash Their Own Topics And Replies

Code snippet for modifying bbPress forum participants capabilities. With this snippet active, your forum participants will be able to trash (but not delete) their own topics and replies.

Filed Under: Backend (Server-Side), PHP, Programming, WordPress Tagged With: bbPress, Forums, WordPress

PHP Sitemap Crawler For Full Page Cache Warming

November 14, 2019 by Ehi Kioya Leave a Comment

PHP Sitemap Crawler For Full Page Cache Warming

Most webmasters know that caching is important for page speed. But not a lot is said about cache warming which is just as important. Here’s how to warm up your site cache by crawling your sitemap using cURL. The code can be run from a Linux Cron job.

Filed Under: Backend (Server-Side), PHP, Programming, Web Development, WordPress Tagged With: Bot, Crawler, PHP, Sitemap

  • « Go to Previous Page
  • Go to page 1
  • Go to page 2
  • Go to page 3
  • Go to page 4
  • Interim pages omitted …
  • Go to page 6
  • Go to Next Page »

Primary Sidebar

23,726
Followers
Follow
30,000
Connections
Connect
14,568
Page Fans
Like
  • Recently   Popular   Posts   &   Pages
  • Actual Size Online Ruler Actual Size Online Ruler
    I created this page to measure your screen resolution and produce an online ruler of actual size. It's powered with JavaScript and HTML5.
  • How To Execute PowerShell Scripts From PHP How To Execute PowerShell Scripts From PHP
    We can now perform PowerShell magic right inside Linux boxes. For example, here's how to execute PowerShell scripts from PHP code on Linux.
  • Fix For “Function create_function() is deprecated” In PHP 7.2 Fix For "Function create_function() is deprecated" In PHP 7.2
    As of PHP 7.2 create_function() has been deprecated because it uses eval(). You should replace it with an anonymous function instead.
  • « Go to Previous Page
  • Go to page 1
  • Go to page 2
  • Go to page 3
  • Go to page 4
  • Interim pages omitted …
  • Go to page 6
  • Go to Next Page »
  • About
  • Contact

© 2022   ·   Ehi Kioya   ·   All Rights Reserved
Privacy Policy