Users use blogs (WordPress, Joomla, Blogger, Dotclear, etc.) are no stranger to Tags, and Category. However, if you are a beginner, Tags and Caterogy are not entirely simple. Technical understanding of the similarities and differences between the two organizations and mark posts Tags and Category will help you not only...
Email is a legendary tool that mankind has created in the age of technological development. And to this day, in the era of technology 4.0, Email still has no rival in sending and receiving messages in work and life. For businesses and companies, they always need a solution to...
This is a CSS feature that could come in very handy when needing to create a simple shadow effect on a piece of text, Photoshop doesn’t get a look in! In this shadow effect feature the property accepts a comma-separated list for how the shadow will be applied to the...
User Experience (UX) design isn’t just the responsibility of designers—it’s a fundamental part of marketing. Why? Because no matter how brilliant your marketing campaigns are, if users land on a website that’s confusing, slow, or frustrating to navigate, they won’t convert. In today’s digital landscape, great UX equals better...
Robots.txt is used to instruct search engines to automatically discover your pages and then search the index page. Most sites have folders and files that do not need the search engine robots to visit, so creating a robots.txt file can help you with SEO. Robots.txt file is a simple file...
It takes the form: preg_match('/regularexpression/', $textstring) Note the forward slash at the start and end of the regular expression. This is a way of indicating there is a regular expression between the forward slashes. Other PHP commands used with regexs are preg_split, preg_replace and preg_match_all. You can find out more of...
Web designers use it nearly every day, but not many actually know what the div tag means and where it should be used. This article aims to de-mystify the div tag, explain when and where it should be used and compare it with the similar span tag. The Short Answer div—tag...
Although called Meta Keywords Optimization, but this is the least important part of SEO. Similar to the Meta Description, this is one hidden card, the user will not see the content of the Meta Keywords, Meta Keyword use search engines like Google, Yahoo, Bing ... Meta Keyword contains one...
Page title the most important part of SEO, is the first line you will click on in search results in Google. Page Title is the part is marked in purple in the image below. As shown below in the Google search results will include 4-5 line, the first line...
In WordPress to display the most commented posts there are many plugins to do this. Using these codes can help accelerate your Wordpress site and then display them on the page anywhere easily. Method 1 : Using the loop Allows you to use the WordPress loop to retrieve the articles that...