How to check WordPress theme is Responsive or Not?? in Chrome & Mozilla

Responsive Web design is the approach that suggests that design and development should respond to the user’s behavior and environment based on screen size, platform and orientation. In other words, Responsive Web design is a collection of techniques Such as media queries, fluid grids and fluid images, which aim to provide the optimal viewing experience …

How to check WordPress theme is Responsive or Not?? in Chrome & Mozilla Read More »

Absolute vs. Relative Paths | Include root level file with theme folder in WP

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 …

Absolute vs. Relative Paths | Include root level file with theme folder in WP Read More »

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 */ } …

Font-face throw a 404 error for woff files in Chrome Read More »

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. …

Difference between bloginfo and get_bloginfo in WP Read More »

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 …

SQL Injection Attacks and Tips on How to Prevent Them from website Read More »

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 …

Set a Custom URL for your Google Plus Business Page and Profile Read More »

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 …

How to create Company Page on linkedin – Register company on linkedin Read More »

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 …

Prevent Search engines from indexing your XML sitemap file using Noindex x-robots tag Read More »

Scroll to Top