Dreamerz
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Get the ID of the current category in taxonomy.phpSorry No use.
I want the get the current taxonomy id in edit-tags.php page. but none of the solution is working….
Instead of relying on wp function, i go with raw php function.
I took the tag_id from the URL.
Thanks for your help Tony.
Forum: Fixing WordPress
In reply to: Get the ID of the current category in taxonomy.phpIt shows no result…
<?php $termID = get_post_meta($post->ID, 'related_category_id_meta', true); ?> <?php query_posts( 'post_type=products&cat='.$termID.'&posts_per_page=-1' ); ?>and about http://wordpress.org/support/topic/get-the-id-of-the-current-category-in-taxonomyphp?replies=6
I have seen this before but none of it is working for me….
Forum: Fixing WordPress
In reply to: Get the ID of the current category in taxonomy.phpYes… But no result…
do i need to add any thing before $term_id = get_query_var(‘term_id’); ?
If not then it is also not working….
Forum: Plugins
In reply to: [Front-end Editor for WordPress] custom buttonI too looking for the same….
I am using TinyMCE Advanced plugin , the custom buttons table is visible there. But some buttons like emotions are not visible…
And Thanks for the awesome plugin.
Forum: Plugins
In reply to: QuickPress front front end?even i am looking for the same… can anyone help…
Forum: Fixing WordPress
In reply to: Counting the number of images in a posteven i am looking for the same ….