• three types of problem!

    1. I have to put such code in the category.php <?php get_template_part( 'normalposts' ); ?> that each category should show itself posts, not all. what to add to do this?

    2. When you mouse over the menu and it shows up, after it doesn’t go back and stucks (check http://www.mobinews.tj. if deactivate the plugin, problems disappear.

    3. Tabs widget problems after switching to other tabs and back, it’s stuck

    http://wordpress.org/extend/plugins/post-tiles/

Viewing 1 replies (of 1 total)
  • Thread Starter pearlexx

    (@fxtrad3r)

    problem 1 resolved:

    put such code:

    <?php
    $category_id = get_cat_ID(single_cat_title( '', false ));
    $catnum = '[post-tiles categories="' . $category_id . '" posts="12"]';
    echo do_shortcode( $catnum );
    ?>
Viewing 1 replies (of 1 total)
  • The topic ‘Menu, Tabs, Category’ is closed to new replies.