Skip to content

Optimize Your WordPress

Using complex themes and various plugins. Wordpress might start to feel slow. hee is a list of links and ideas to solve this and to speed up your system. Things You Should Do After Installing WordPress What’s the best Caching Plugin?…

Mehr Lesen

How to calculate google backlinks using php

There are several ways to implement a calculation of the number of backlinks via PHP. <?php $domain = "example.com"; // Enter your domain here. $url = "http://ajax.googleapis.com/ajax/services/search/web?v=1.0&rsz=large&" . "q=link:".$domain; $ch = curl_init(); curl_setopt($ch, CURLOPT_URL, $url); curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1); curl_setopt($ch, CURLOPT_REFERER,…

Mehr Lesen

Using the MOZ API

MOZ or formerly SEOmoz is obne the most useful search engine optimization (SEO) toolkits available. Itz provides various SEO tools, metrics and insights that help you in research on global most important SEO aspects. What I like the most from this service is the…

Mehr Lesen

Using WordPress Dashicons in the frontend

Usually, the beautiful WordPress dashicons are available in the backend only. So if you want to use them in the frontend you have to be logged in for the according stylesheets to be loaded properly. Nevertheless , as the dashicons can be…

Mehr Lesen
An den Anfang scrollen