alezander
Forum Replies Created
-
In Twentyfourteen Theme (and russian domain .rf) if I add shortcode
[nggallery id=1] the gallery not working.If I add [nggallery id=1 images=5] all working correctly.
I need to display posts and post views on front page
So, I wrote this code at the front page template
echo get_post_meta( $post->ID, '_count-views_all', true );That’s it.
Thanks for your answer. Nice plugin.
Forum: Networking WordPress
In reply to: Create new site in new languageuse qTranslate
Forum: Plugins
In reply to: [WooCommerce] How to display a list of the products of the current category?function widget at the class-wc-widget-product-categories.php and wp_list_categories( apply_filters( ‘woocommerce_product_categories_widget_args’, $cat_args ) ); – all I need to solve this problem
Forum: Plugins
In reply to: [WooCommerce] Display all products just in one product category.Woocommerce widget products categories will help you.
It is in Widgets menuForum: Plugins
In reply to: [WooCommerce] How to add shop categories to the nav menu?splashingpixels.com
Thank you very much! Your advice helped me!
I thought I knew very well the WordPress. I was wrong )Forum: Plugins
In reply to: [qTranslate] how to translate a sliderI implemented a slider in a page without using a plugin. And translated the entire text of the slider.
You can use for this qtranslate functions, but I prefer to supplement “po”-files in the
\wp-content\languagesSomething like this
<?php
_e(‘Social networks’, ‘twentyeleven’);
?>Forum: Plugins
In reply to: [qTranslate] the blog link is not multilingualThe solution proposed by weeix works. Thanks
Hello b-tag
In my breadcrumb_navxt_class.php
line 31 is
public $linked;and line 33 is
public $url;I have not changed anything in this file.
Just added to my theme’s functions.php your code.
The problem was not solved.Hello mtekk
When do you plan to fix the problem with breadcrumb ?
Forum: Plugins
In reply to: [Polylang] Orginize page URL structureHello
wp 3.5.1
polylang 1.0.4
I read topics
http://wordpress.org/support/topic/non-unique-slugs-and-an-other-question?replies=6
http://wordpress.org/support/topic/plugin-polylang-identical-page-names-in-different-languages?replies=8It does not work
I have the same question: how to make the correct slug?