OpenLampTech Developer Interview With Alessandro Castellano – Substack Repost

Back-end web developer Alex of Alex Web Develop shares insights on PHP security, using core PHP instead of frameworks, and more in this developer interview for OpenLampTech.

(more…)

OpenLampTech issue #67 – Substack Repost

Each week, OpenLampTech is bringing you the best original and curated content from across the PHP web sphere. This week is no different than the previous 66 of this newsletter so enjoy the great reads at your leisure and please share with others. Thank you 👍

(more…)

Truncate WooCommerce Product Description With Toggle

I’ve said in previous blog posts that I enjoy reading requests and requirements from WooCommerce FaceBook groups and trying to implement them on my own as a learning experience and to gain more knowledge of WooCommerce development. In this post, we are going to truncate the long(er) product Description into a clickable ‘Read more’ type of option. Learn with me by reading below.

(more…)

Remove Single Product Short Description in WooCommerce

More small and impactful customizations in WooCommerce. In this article, I am using PHP code snippets to (temporarily) remove the product short description from displaying on the single product page. Firstly, for all products. Then we will filter for a specific product only, which may simulate a more real-world use case.

(more…)