Forum Replies Created
Viewing 3 posts - 1 through 3 (of 3 total)
-
AuthorPosts
-
zaikinalexanderParticipant
Thanx for answer!
And when it’s about to realese update?zaikinalexanderParticipantAt my site searc box is not working too
zaikinalexanderParticipantHello!
I’m need to show tags at post excerpts too so i’ve putted string “add_action( ‘cryout_post_excerpt_hook’, ‘verbosa_posted_tags’ );” into file “function.php” but nothing has changed – still no tags showed.
Please, help. Thanks in advance!My file “function.php” now looks like this:
<?php /* * Functions file - Calls all other required files * * PLEASE DO NOT EDIT ANY THEME FILES * unless you are prepared to lose all changes on the next update * * @package Verbosa */ // variables for theme identification - do NOT edit unless you know what you are doing define ("_CRYOUT_THEME_NAME", "verbosa"); define ("_CRYOUT_THEME_VERSION", "0.9.10"); require_once( get_template_directory() . "/admin/main.php" ); // Admin side // Frontend side require_once( get_template_directory() . "/includes/setup.php" ); // Setup and init theme require_once( get_template_directory() . "/includes/styles.php" ); // Register and enqeue css styles and scripts require_once( get_template_directory() . "/includes/loop.php" ); // Loop functions require_once( get_template_directory() . "/includes/comments.php" ); // Comment functions require_once( get_template_directory() . "/includes/core.php" ); // Core functions require_once( get_template_directory() . "/includes/hooks.php" ); // Hooks add_action( 'cryout_post_excerpt_hook', 'verbosa_posted_tags' );
Website: latenightrabbit.ru
-
AuthorPosts
Viewing 3 posts - 1 through 3 (of 3 total)