wprock
Forum Replies Created
-
Forum: Plugins
In reply to: How to activate a widget at sidebat using php script –without the WP-ADMIN UIAny?
Forum: Fixing WordPress
In reply to: how to insert my logo in the genesis themeForum: Fixing WordPress
In reply to: How to create tabs with icons on each tab?Please check this link http://premiumdomainfinder.com/blog/. Sidebar have tab options. But you want to add icon for every tabs next to the title. Am I correct?
Forum: Fixing WordPress
In reply to: How to create tabs with icons on each tab?Ok. then just need CSS changes.
Forum: Fixing WordPress
In reply to: How to create tabs with icons on each tab?Where is the four tabs on home page? I am not getting that. I saw your post at Elance.
Forum: Fixing WordPress
In reply to: i broke the popup media loadermay any plugin is creating the problem. First deactivate the all plugin and check once. If your media loader is working now then activate the plugin one by one until the defective plugin find.
Forum: Fixing WordPress
In reply to: evry time i try to update to 3.1.3 I get this error messagedownload the latest WP zip file from http://wordpress.org. Now extract the files and upload via ftp.
Forum: Fixing WordPress
In reply to: WP-admin corruptedOr you can do one thing. Re-upload the fresh wp-admin and wp-includes folder at your server.
Forum: Fixing WordPress
In reply to: How to disable comments in a pageGoto page editor first. Now click on “Screen Option arrow”, you will get Discussion check. Activate it.
Forum: Fixing WordPress
In reply to: How to import WordPress Site/database into WordPress.com ?Use Tools->Export/Import option for WP.com
use order clause
Forum: Fixing WordPress
In reply to: Show category once in a loopreplace
$cats = get_the_category('cat_name=food_menu');with
$cats = get_categories('child_of=3&hide_empty=0');Forum: Fixing WordPress
In reply to: How to insert adsenseok.. I will be changed to Activate. Then you will show it on the site.
Wait for few hours.
Forum: Fixing WordPress
In reply to: Show category once in a looptry once
<?php $cats = get_the_category('cat_name=food_menu'); foreach($cats as $c):?> <li> <div class="item"><span><?php echo $c->cat_name;?></span></div> <?php query_posts('category_name=' . $c->cat_name); if ( have_posts() ) while ( have_posts() ) : the_post(); ?> <ul style="display:none"> <li> <div class="left_block"> <div class="name"><span><?php the_title (); ?></span></div> <div class="text"><span><?php the_content (); ?></span></div> </div> <div class="price"><span><?php the_excerpt (); ?></span></div> <div class="cb"> </div> </li> </ul> <?php endwhile; wp_reset_query ();?> <div class="cb"> </div> </li> <?php endforeach;?>Modified
Forum: Fixing WordPress
In reply to: How to insert adsensecreate a normal HTML page and put it in the file, save it and open it on the browser. It will come then you sure that your adsense is activate.
Or
Login to google adsense and check the status. It will take few times for activation