Function usage in theme
-
Hi,
Sorry for this easy question, but i just start using WordPress. So i dont know usage of all this function in my theme.
For example;
I create an Achievement Types, called “Badges”. Then i create an archive-badges.php and a single-badges.php in my theme folder.
I wanna use some function in this files. For example, i try to use a simple function to show post thumbnail;
badgeos_get_achievement_post_thumbnail( $post_id, $image_size, $css_class )
But when i try to use this function, nothing happens.
So, could anyone tell me, how i can use these function in my theme (single-badges.php or archive-badges.php)
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘Function usage in theme’ is closed to new replies.