×

php up to date

Angular js contact form example

Angular js contact form example
var aax_size='728x90'; var aax_pubname = 'elbstore-21'; var aax_src='302';  Angular js contact form example (adsbygoogle = window.adsbygoogle || []).push({}); Before copy this code download angular js file and mention the path within the script. with...

Remove category from url

Remove category from url
Remove category from url wordpress  Method 1 .htaccess RewriteRule ^category/(.+)$ http://www.yourblog.com/$1 [R=301,L] Method 2 Using permalink Select post type custom    /%category%/%postname%/category base put dot(.) Method 3  Use plugin to solve this.  ...

Blog Template with post thumbnail

Blog Template with post thumbnail
Blog Template with post thumbnail <?php  /* Template Name: Blog */ ?> <?php get_header(); ?> <div id="container"> <div id="content" role="main"> <article> <?php // Display blog posts on any page @ http://m0n.co/l $temp = $wp_query; $wp_query=...

What is Angular Js? And Why we use it?

What is Angular Js? And Why we use it?
What is Angular Js? And Why we use it? Angular js is Javascript Framework ( the self-proclaimed “superheroic JavaScript framework” ).1. Unit Testing is ready2. Write less code3. Flexibility with filters4. Behaviour with directives5. Data models6. Mvc Architecture Next post we...