mprysyaz

Member

Forum Replies Created

  • In reply to: Tag Archive for Custom Post Types

    #32258

    Hi everybody!

    I have just found solution of my problem.

    I put this code to my function.php file:

    function post_type_tags_fix($request) {
    if ( isset($request['tag']) && !isset($request['post_type']) )
    $request['post_type'] = 'any';
    return $request;
    }
    add_filter('request', 'post_type_tags_fix');

    It works great.

    In reply to: Custom Post Types in Slider

    #27811

    Hi Syahir,

    I have already created child theme. I have created folder and styles.css file for it. Do I need to make some php files for it?

    In reply to: Custom Post Types in Slider

    #27809

    Hi! Here is link to my test web site: http://musicnow.pl/

    As you can see there is “Books” page for all books items.

    In reply to: Custom Post Types in Slider

    #27807

    Hi! Thank you for this tip. But I have already tried to use this option of slider. I have provided ID of the post and saved all other options not changed. Slider is empty. 🙁

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