Welcome to STAR ONE WEB Blog.
Connecting ideas and people.How To Fix The WordPress Internal Server Error
Well, when my site was hacked and then some how I restored it but I got the “Internal server Error” when I clicked on any link. Here I found the solution of it. This is the kind of message you will see if you have an Internal Server Error : Internal Server...
Sms Gateway Integration In Codeigniter
In CodeIgniter It is very easy to integrate SMS facility to your application. Since SMS gateway follows different methods, here are some steps to get an idea that how you can do it. Controller: 1. Create Controller 2. Now you can create a...
How To Make Diamond Shape Image With Css?
Some times as a web designer it is very important to display our images uniquely. Now let’s see how to display image in diamond shape? And this is the solution. This is the code below <div class=”square”> <div class=”pic”> <img...
What Is Search Engine Optimization (SEO)?
Definition Search engine optimization (SEO) is the process of affecting the visibility of a website or a web page in a web search engine‘s unpaid results — often referred to as “natural,” “organic,” or “earned” results Methods Getting indexed The leading...
Remove WordPress Logo From Admin Bar And Pages
As a part of branding process, as a developer, I was searching that how I can remove the wordpress logo situated in top left corner in admin bar and page bar. If you can still not find please see the bellow image. So as you can see, we are going to remove...
Put Your Own Logo On WordPress Admin Page
If you want to keep your own logo on wordpress admin page, it is quite simple. It is very good for branding and total uniformity, if you are providing any solution to your clients!!. To change the wordpress logo on admin page here are the steps: Open the...