Changeset 1516159
- Timestamp:
- 10/16/2016 11:08:45 PM (9 years ago)
- Location:
- likecheese
- Files:
-
- 2 edited
-
tags/2.0/like-cheese.php (modified) (2 diffs)
-
trunk/like-cheese.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
likecheese/tags/2.0/like-cheese.php
r1516119 r1516159 60 60 function ecs_owp_content($content) { 61 61 //single post and main query or Default homepage or static homepage or blog page 62 if ( (is_single() && is_main_query()) || (is_front_page() && is_home()) || is_front_page() || is_home() ) {62 //if ( (is_single() && is_main_query()) || (is_front_page() && is_home()) || is_front_page() || is_home() ) { 63 63 64 64 //$pos = strpos($newstring, 'a', 1); skip first a … … 170 170 } 171 171 return $finalstring.$checkstring; 172 }//if blog, page, post172 //}//if blog, page, post 173 173 } 174 174 -
likecheese/trunk/like-cheese.php
r1516119 r1516159 60 60 function ecs_owp_content($content) { 61 61 //single post and main query or Default homepage or static homepage or blog page 62 if ( (is_single() && is_main_query()) || (is_front_page() && is_home()) || is_front_page() || is_home() ) {62 //if ( (is_single() && is_main_query()) || (is_front_page() && is_home()) || is_front_page() || is_home() ) { 63 63 64 64 //$pos = strpos($newstring, 'a', 1); skip first a … … 170 170 } 171 171 return $finalstring.$checkstring; 172 }//if blog, page, post172 //}//if blog, page, post 173 173 } 174 174
Note: See TracChangeset
for help on using the changeset viewer.