Today, I’m explaining what is Absolute Path and Relative Path? where to use Absolute path and Relative Path and How to include root level any file (or folder file) with theme folder file by using relative path in WordPress. Absolute Path : Absolute world explain what is it. it is full path of any… Continue reading Absolute vs. Relative Paths | Include root level file with theme folder in WP
Set a custom 404 not found error page
In this article we will discuss how to set up a custom 404 not found errror page via 1) a .htaccess file for Apache linux server and 2) web.config file for IIS Windows Server. For the good SEO and positive user-experience with our website, custom 404 error pages are usually required. There are many benefits… Continue reading Set a custom 404 not found error page
How to add Breadcrumbs in WordPress without plugin
Breadcrumbs is a great navigation aid that we can mostly see in horizontally pattern across the top of a web pages, often below title bars or headers. Home >> Category >> Sub Category >> Product Breadcrumb trail provide users an alternative method of navigation. It help visitors to track their current location in website hierarchy… Continue reading How to add Breadcrumbs in WordPress without plugin
Font-face throw a 404 error for woff files in Chrome
@font-face css rule use for stylish custom font instead of have to use one of the “web-safe” fonts. @font-face { font-family: myCustomFont; src: url(‘webfont.eot’); /* IE9 Compat Modes */ src: url(‘webfont.eot?#iefix’) format(’embedded-opentype’), /* IE6-IE8 */ url(‘webfont.woff’) format(‘woff’), /* Modern Browsers */ url(‘webfont.ttf’) format(‘truetype’), /* Safari, Android, iOS */ url(‘webfont.svg#svgFontName’) format(‘svg’); /* Legacy iOS */ }… Continue reading Font-face throw a 404 error for woff files in Chrome
Difference between bloginfo and get_bloginfo in WP
In WordPress, bloginfo and get_bloginfo are use for get information about your site, which can then be used anywhere within a template file for either Print Site information to the Browser or use in your PHP code respectively. Syntax Difference between bloginfo() and get_bloginfo() in WP – bloginfo() always prints a result to the browser.… Continue reading Difference between bloginfo and get_bloginfo in WP
SQL Injection Attacks and Tips on How to Prevent Them from website
Hello Friends, today i’m going to write on what is SQL injection? and developer must need to take care of few thing during the development of website for prevent attacking on website by the way of SQL Injection. What is SQL injection? SQL Injections is one of the easiest and most effective ways for hacking… Continue reading SQL Injection Attacks and Tips on How to Prevent Them from website
Set a Custom URL for your Google Plus Business Page and Profile
A Custom URL (Vanity URL) for a Business page or Profile is a way that condenses your profile URL into something easily remember able, readable and link directly to your Google +page of Profile( like google.com/+Lathiyasolutions) and increase traffic to your Business Page. For example, A normal Google Plus URL looks like. https://plus.google.com/107814851680343771694/about And this… Continue reading Set a Custom URL for your Google Plus Business Page and Profile
How to create Company Page on linkedin – Register company on linkedin
Hello friends Are you looking for your company or organization have Company Page on Linkedin and it name getting in search result with linkedin name? than you are at right place and just few step away from your company or organization page registered on Linkedin. LinkedIn offer Company page with new design layout and more… Continue reading How to create Company Page on linkedin – Register company on linkedin
Prevent Search engines from indexing your XML sitemap file using Noindex x-robots tag
We know very well as sitemap is an important file for Seo to submit it to any search engine and it contain link for website all pages, images and videos. Sitemap also have text content and due to submit it in search engine it has higer possibility to index their content first before indexing other… Continue reading Prevent Search engines from indexing your XML sitemap file using Noindex x-robots tag