1 | <?php |
||
23 | class ALNP_Poseidon { |
||
24 | |||
25 | /** |
||
26 | * Initlize Theme. |
||
27 | * |
||
28 | * @access public |
||
29 | * @static |
||
30 | */ |
||
31 | public static function init() { |
||
41 | |||
42 | /** |
||
43 | * Display the post thumbnail before the content if the |
||
44 | * theme is set to display them only in the header. |
||
45 | * |
||
46 | * @access public |
||
47 | * @static |
||
48 | * @since 1.5.9 |
||
49 | * @version 1.5.10 |
||
50 | */ |
||
51 | public static function the_post_thumbnail() { |
||
59 | |||
60 | /** |
||
61 | * Filters the template location for get_template_part(). |
||
62 | * |
||
63 | * @access public |
||
64 | * @static |
||
65 | */ |
||
66 | public static function alnp_poseidon_template_location() { |
||
69 | |||
70 | /** |
||
71 | * Add theme support by providing the theme selectors |
||
72 | * to be applied once the theme is activated. |
||
73 | * |
||
74 | * @access public |
||
75 | * @static |
||
76 | * @since 1.5.9 |
||
77 | * @version 1.6.0 |
||
78 | */ |
||
79 | public static function add_theme_support() { |
||
90 | |||
91 | } // END class |
||
92 | |||
94 |