Forums
(@sssenthil-kumar)
17 years, 1 month ago
Not using the closing tag is one of the recommended PHP coding practice. like t31os_ told. great explanation dude :-bd
i have solved the problem with the is_single() function.
Eureka…
if(is_single($post)) { /* code */ } thanks myself.:)