Category Archive for: "Snippets"

  1. PHP

    PHP Validate Twitter Username Example

    If you want to validate Twitter username using PHP i.e check whether its available for registration or not, this can be easily achieved using CURL. The following function will check whether twitter username exists for registration or if it is already registered.

  2. Snippets

    WordPress Change logo on Login page (2 Ways)

    If you ever wanted to make WordPress change logo on Login page or customize it, this snippet can help you. 

  3. Snippets

    Remove WordPress.org link From Register/Login Pages

    If you have noticed, by default the links/logo point to wordpress site in Register/Login pages or in some of the default WordPress themes. Did you ever wonder how can remove WordPress.org link? If yes, then the following snippet of code can help you.

  4. Snippets

    WordPress: Display Blogroll without default heading

    Did you ever want to make WordPress display Blogroll without default heading but could not find a way to do this? Here’s a little snippet that you can copy and paste in your theme to instantly generate a Blogroll without the default heading.