August 2022

Remove inline CSS / Style attribute in featured image (Post thumbnail) In WordPress
up 2 down 0
starvotestarvotestarvotestarvotestarvote
Thank you for voting !

Remove inline CSS / Style attribute in featured image (Post thumbnail) In WordPress

While creating my company's website, Once I was in big trouble due to Style attribute Inline CSS generating automatically on tag in Post thumbnail HTML (Featured image of Post). I tried almost every WordPress filter available online but none of them worked as expected. I never wanted to use jQuery or any Front-end script for removing ...

July 2022

Magento 2 Remove Index.php from URLs (Redirect URLs with Index.php to URLs without it)
up 3 down 0
starvotestarvotestarvotestarvotestarvote
Thank you for voting !

Magento 2 Remove Index.php from URLs (Redirect URLs with Index.php to URLs without it)

In this post, I will guide you on how to remove index.php from Magento URLs. Many times magento developers notice the issue of URLs being accessed with index.php. Optimizing the URL length always makes your website SEO friendly and google recommends clearly to redirect all versions of URLs to the preferred one. For example you can ac...

May 2020

Most convenient way to Extract URLs from webpage using PHP
up 5 down 0
starvotestarvotestarvotestarvotestarvote
Thank you for voting !

Most convenient way to Extract URLs from webpage using PHP

What is URL Extraction ? The most User friendly definition of URL extraction is the process of fetching all the links from any website page. Technically it means extracting hrefs or src attribute from anchor tags or img tags. The URL extraction procedure is used in many cases, for generating the Sitemap.xml file or displaying all the...

October 2019

Get Facebook share count of any URL - Graph API
up 5 down 1
starvotestarvotestarvotestarvotestarvote
Thank you for voting !

Get Facebook share count of any URL – Graph API

In this tutorial I will explain you about how to fetch the URL share count of Facebook using Graph API. Before we proceed let us talk about URL share counts. What are URL share counts ? On Facebook platform when any website URL is shared by someone its counted numerically and stored on Facebook server database and its knows the URL s...