Rizwan

coffee writing computer blogging

Same Permalink for Different WordPress Objects with add_rewrite_rule

Have you ever found yourself in a situation where you need to present two different WordPress objects, like a custom post type and a taxonomy, under the same URL structure? If you’ve tried simply using add_rewrite_rule, you already know it’s not straightforward. I recently encountered this very challenge while working on a client’s website. The […]

Same Permalink for Different WordPress Objects with add_rewrite_rule Read More »

How to Stream Selenium Web Automation using Headless Chrome and Flask in Python

Selenium makes it easy to automate your browser and take control of web pages for testing and automation. But have you ever thought about streaming your Selenium browser sessions in real time? In this post, I’ll guide you through setting up a headless Chrome browser automated by Selenium, and streaming its output through a simple

How to Stream Selenium Web Automation using Headless Chrome and Flask in Python Read More »

How to Increase the Memory Limit on WPEngine

When managing a WordPress site on WPEngine, you might find the default memory limits insufficient for your needs. Often, this can be attributed to a memory leak—a problem I’ve personally faced on numerous occasions. Whether it’s due to resource-heavy plugins, complex themes, or intensive operations, proactively increasing the memory limit is crucial for maintaining optimal

How to Increase the Memory Limit on WPEngine Read More »

ShipHero and AfterShip Integration with Woocommerce

ShipHero is a popular order management and warehouse management system that can streamline your e-commerce business. On the other hand, AfterShip is a powerful shipment tracking platform that provides customers with timely updates on their orders. Integrating ShipHero and AfterShip is essential for seamless order management and improved customer experience. Today, I’ll be sharing a

ShipHero and AfterShip Integration with Woocommerce Read More »