Thread Starter
siewe
(@siewe)
From my understanding i can put this:
<?php if (! is_home()) { c2c_get_recent_posts(5); }
instead of the // do something part?
I can test this of course but i want to know for sure i’m on the right track. This is the first time i take a dive in php code.