iskh
Forum Replies Created
-
Give your custom post type a category and exclude the others
by going to dashboard->kk star ratings->settings.
in section
Exclude following category(s)
exclude all the other category ids.or
you could use a shortcode [[kkratings]
directly in your post/pageForum: Plugins
In reply to: [WP eCommerce] [Plugin: WP e-Commerce] $wpsc->set_itemGo for the import option and add meta items.
Forum: Hacks
In reply to: WP Create Userhi, i am using wp 3.2v
i also want to create usernames as simple as user1,user2 …
using a loop.and generate corresponding passwords randomly.can u tell me where exactly (in which file)
is it in this file ?wp-includes/user.php
where do i put
wp_create_user
and
define (‘WP_IMPORTING’, true);
Forum: Plugins
In reply to: WP-Table Reloaded – Can I reference another cell?hi,
just wanted the bit of code in a loop butdo_shortcodeworks great too.thanks for the quick reply and awesome plugin
Forum: Plugins
In reply to: WP-Table Reloaded – Can I reference another cell?hi tobias great plugin !!
is there some way to achieve the same functionality with template tags as
[table_cell id=2 c=3 r=4]this works
echo do_shortcode( '[table_cell id=2 c=3 r=4]' );but can it be something like……………..
wp_table_reloaded_print_table( "id=2&print_name=false&c=3&r=4" );Forum: Plugins
In reply to: [WP-Table Reloaded] [Plugin: WP-Table Reloaded] Filter in template tag@tobias thank u for the awesome plugin made my life easy……….
@thedesigner thank you for this snippet.
heres another snippet for you from an earlier discussion.
But i think it is not working if we add the word2 in the filter too
i.e. (b)<?php echo do_shortcode( '[table id=123 filter="a&&b" /]' ); ?>