zaikinalexander

Forum Replies Created

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • in reply to: Search box not working #51339
    zaikinalexander
    Participant

    Thanx for answer!
    And when it’s about to realese update?

    in reply to: Search box not working #51100
    zaikinalexander
    Participant

    At my site searc box is not working too

    http://latenightrabbit.ru/

    in reply to: adding tags to front page posts #51046
    zaikinalexander
    Participant

    Hello!

    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

Viewing 3 posts - 1 through 3 (of 3 total)