JavaScript to Remove Element in Array JavaScript arrays are variables that can store ordered collection of values in them which can be of different datatypes, with each having a numeric position known as indexes. We can add and remove array elements in several ways. So, how do we remove a […]
[WordPress] Display HTML Tags inside Pre
Display HTML Code in WordPress Post In WordPress posts if we write any HTML codes in Text editor, the code will not be displayed. Instead of code, WordPress, sends the HTML code as it is. The web browser compiles the code to display its output. Hence the code will not […]
PHP Check If File Exists in a Folder path – in 2 Easy ways
Get code from PHP check if file exists in a folder. This code can be used in wordpress or any php site to find if file is present in a server folder.
How to Schedule a PHP script in CRON from CPANEL?
Learn to schedule PHP script in a Cpanel CRON, Make it run at specific time interval. Once PHP completes execution in CRON, check the results in Email Inbox
How to Backup Website data Automatically to Dropbox?
Automatically backup website data to Dropbox using PHP code. Website data should be backuped up frequently to prevent years work being lost due to hacker attacks, data corruption due to hardware issues. Use this code that explains basics about how a file can be uploaded to Dropbox using PHP.
How to Create an Email Sign up Form in HTML?
Get a fully functional Email Signup form with HTML and jQuery code. This signup form appears in the page, when the user scrolls down to the end of page. An Email Signup form with animation gets more attention rather than a static form and so the number of users register with your email list get increased.
How To Scrap A Website Keywords? – Keyword Scraping Excel
Get this free Keyword scraping Excel along with with Excel macro web scraping VBA code. Learn how to scrap a Website keywords to help with your SEO tasks. How to do SEO for a Website? – Get Free VBA code that can extract web page and do basic SEO checks for your Blogs. Learn SEO basics and Build your own tools or Download & use the Tool available in this page.
Display Related Posts with Thumbnails in WordPress without Plugins
Display Related Posts with Thumbnails from Current Post Category Using the below PHP code, we can generate related post links from the current post category and add them just after the post content. This can be achieved by showing related posts link from the category of current post. Showing related […]
Extract URL Links from Sitemap.xml file using Excel
About Sitemap.xml Sitemap XML file is used by the search engines to find out the complete list of the pages of the website. Along with url link of the page, it also contains other metadata like last modified date, change frequency(monthly/daily), etc.. This information is vital for the search engine […]
Create Shortcode for Google Ad Units in WordPress
Steps to create Shortcode for Google Ad Units Shortcodes can be used for many purposes, using it for adsense is just one of them. In this article, we cover the creation of shortcode for Google Adsense Ads in WordPress blog. Lets create a shortcode to display the adunit block of […]