diff -r 000000000000 -r d970ebf37754 wp/wp-content/themes/IN-MOTION-package-u1/in-motion/index.php --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/wp/wp-content/themes/IN-MOTION-package-u1/in-motion/index.php Wed Nov 06 03:21:17 2013 +0000 @@ -0,0 +1,50 @@ + +
+ + You need the Option Tree plugin installed for this theme!
+ You can get it here: Option tree'; + } + ?> + + + +
id="post-"> + + post_title; + + $post_id = get_the_ID(); + + $content = get_the_content(); + + $pageTemplate= get_post_meta($post_id , 'page_template' , true); + + $shortDesc = get_post_meta($post_id , 'short_desc' , true); + + echo '
'; + echo '

'.$title.'

'; + if (!empty($shortDesc)) { + echo '}

'.$shortDesc.'

'; + } + echo '
'; + + ?> +
+ +
+
+ + + + + + + +

+ + +
+ + \ No newline at end of file