aridas99
Forum Replies Created
-
This is the page with multiple images in the “Cooking Procedure” section. https://www.bengalirecipesonline.com/paneer/chilly-paneer/
How it can be converted to Easy Recipes?Thanks. I’ll try…
Forum: Plugins
In reply to: [EasyRecipe] Coverting Existing post To Easy Recipe PostWill try as you’ve mentioned. Thanks.
Thanks for this. Great help.
I’m looking for the same. Anyone to help?
Forum: Plugins
In reply to: [nrelate Flyout] [Plugin: nrelate Flyout] Not working properly with WP3.4Same here. Borken in 3.4
It would be nice to have bulk smush feature with existing Nextgen Gallery images. Is there any plugin which can accomplish this?
Is there anyone working on re-smush, bulk smush features in WP Smush.it NextGEN Gallery Integration.
Forum: Fixing WordPress
In reply to: How To Remove Spaces Between The Margin Border And ContentThanks. Works like a charm.
Icons came up automatically after few hours. Things are working fine now.
Update: I just turned on the Linked In option in addition to the FB, Twitter, Google+. Only Linked In button appears but None of the other sharing buttons.
Forum: Fixing WordPress
In reply to: Migrating WP in New Domain on the same hostThanks Samuel. Will follow the instructions on this page.
Thanks much esmi… got it working…
I did some research on several posts and came up with this code which i’m using in the archive.php. However, I’m unable to get thumbnails for individual post next to the Title or Excerpt. Any help with the code?
Thanks.
<?php $categories = get_the_category(); if ($categories) { foreach ($categories as $category) { // echo "<pre>"; print_r($category); echo "</pre>"; $cat = $category->cat_ID; $args=array( 'orderby' => 'title', 'order' => 'ASC', 'cat' => $cat, 'post__not_in' => array($post->ID), 'posts_per_page'=>5, 'caller_get_posts'=>1 ); $my_query = null; $my_query = new WP_Query($args); if( $my_query->have_posts() ) { echo '<center><h4 class="widget-title">'. $category->name . '</h4></center><br /><ul>'; while ($my_query->have_posts()) : $my_query->the_post(); ?> <p><li><a href="<?php the_permalink() ?>" rel="bookmark" title="Permanent Link to <?php the_title_attribute(); ?>"><b><?php the_title(); ?></b></a><br /> <?php the_excerpt(); ?></li></p> <?php endwhile; } //if ($my_query) } //foreach ($categories } //if ($categories) ?>
Forum: Fixing WordPress
In reply to: How to add a left sidebar into cordobo green park 2Thanks all.. let’s wait for the next release.