it-aroma
Forum Replies Created
Viewing 6 replies - 1 through 6 (of 6 total)
-
Forum: Fixing WordPress
In reply to: Get Current Page Id in Custom Widget not Workingon advise of one of my friend i’m now using the following code, following code is also working in template file but giving no result in my custom-widget or sidebar.php.
<?php // Get Current Page ID outside Loop global $wp_query; $post_obj = $wp_query->get_queried_object(); $Page_ID = $post_obj->ID; echo $Page_ID; ?>please if anybody now the problem, let me know. Thanks
Forum: Fixing WordPress
In reply to: WP 3.0 Nav Menu (Drop Down) Implementation and Stylinganybody there to guide me?
Forum: Fixing WordPress
In reply to: Images uploaded and showing indirectly but not showing directlyi have checked already by reinstalling wp and by disabling all plugins, but problem remains.
Forum: Fixing WordPress
In reply to: Category, Archive & Tag Templates showing all Postsplease can anybody help me?
Forum: Fixing WordPress
In reply to: Getting Latest Posts from different blogs on 1 pageis there anybody to answer to my problem, i want to complete my site,thanks
Forum: Fixing WordPress
In reply to: Getting Latest Posts from different blogs on 1 pagei am waiting for reply
Viewing 6 replies - 1 through 6 (of 6 total)