// Add Theme Settings to CPT // // Replace yourCPTslug with your CPT slug // function my_cpt_sq_metabox_general_settings($post_types) { $post_types...
14 search results for: kleo post
For KLEO we have created a function that generates the titles for all WordPress specific pages. You just need...
Since KLEO version 4.0.7 you can enable/disable the modules from Theme options - Modules For older KLEO versions, If...
By using the next SQL query you will be able to reset whole posts to 0 love/likes COPY CODEmeta_value...
If you need to show KLEO likes/love only to logged in users you can do that by using this...
The code will be added to wp-content/themes/kleo-child/functions.php COPY CODE add_action('kleo_before_main', 'sq7rdu_show_featured_before_content'); function sq7rdu_show_featured_before_content() { if (is_single()) { if (has_post_thumbnail())...
On profile and group pages, you'll see icon bars like the one shown above. You can change these icons to...
Reach more clients by enabling multiple languages on your site Having a site available in more than one language...
If you want to change the page titles like "Archive for category:", "Tag Archive for" and other archive pages...