1. Advertising
    y u no do it?

    Advertising (learn more)

    Advertise virtually anything here, with CPM banner ads, CPM email ads and CPC contextual links. You can target relevant areas of the site and show ads based on geographical location of the user if you wish.

    Starts at just $1 per CPM or $0.10 per CPC.

How To Show All Posts From the Category(category of current post) In a Post

Discussion in 'WordPress' started by mack.verma, Oct 23, 2010.

  1. #1
    I want to display all posts filed under the category (of the current post) in a post.

    for example I have a post http://www.xyz.com/category1/post1 which is filed under ctegory1

    when i click on the above link it should show me all the posts filed under category1 like it would have shown when i click on http://www.xyz.com/category1

    i do not want redirect the post url to category url .
    i want somehow to embed the content of the page http://www.xyz.com/category1 into the post

    please let me know how this can be done.
     
    mack.verma, Oct 23, 2010 IP
  2. Buy Websites Online

    Buy Websites Online Peon

    Messages:
    6
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #2
    What if the category has 100s of posts? How can you show 100s of posts in single page? It goes a kilometer down the webpage if you show all those posts from one category in a single post.

    Anyways, you can show as many as you want with a simple method.

    1) Go to the category page of your website.
    2) Check the source code and copy the "Archive" code.
    (You can find archive code somewhere in the middle of page. This code actually constructs the Title,excerpt and thumbnail (if any) of the category page)
    3) Now set the post to HTML, and past the copied code, and publish!

    Done!!
     
    Buy Websites Online, Oct 23, 2010 IP
  3. mack.verma

    mack.verma Peon

    Messages:
    60
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #3
    this is being too much technical to me. :( however this is the source code of my category page.

    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml" dir="ltr" lang="en-US" xml:lang="en-US">
    <head profile="http://gmpg.org/xfn/11">
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
    <title>How I &#8220;Sell&#8221;</title>
    <link rel="Shortcut Icon" href="http://www.mamasnewbag.net/wp-content/themes/familytree/images/favicon.ico" type="image/x-icon" />
    <link rel="stylesheet" href="http://www.mamasnewbag.net/wp-content/themes/familytree/style.css" type="text/css" media="screen" />
    <link rel="alternate" type="application/rss+xml" title="Mama&#039;s New Bag! &raquo; Feed" href="http://www.mamasnewbag.net/feed" />
    <link rel="alternate" type="application/rss+xml" title="Mama&#039;s New Bag! &raquo; Comments Feed" href="http://www.mamasnewbag.net/comments/feed" />
    				
    	<script type="text/javascript">//<![CDATA[
    	// Google Analytics for WordPress by Yoast v4.06 | http://yoast.com/wordpress/google-analytics/
    	var _gaq = _gaq || [];
    	_gaq.push(['_setAccount','UA-18478483-1']);
    	_gaq.push(['_trackPageview']);
    	(function() {
    		var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
    		ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
    		var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
    	})();
    	// End of Google Analytics for WordPress by Yoast v4.0
    	//]]></script>
    <link rel="alternate" type="application/rss+xml" title="Mama&#039;s New Bag! &raquo; How I &quot;Sell&quot; Category Feed" href="http://www.mamasnewbag.net/category/how-i-sell/feed" />
    <script type='text/javascript' src='http://www.mamasnewbag.net/wp-includes/js/jquery/jquery.js?ver=1.4.2'></script>
    <link rel="EditURI" type="application/rsd+xml" title="RSD" href="http://www.mamasnewbag.net/xmlrpc.php?rsd" />
    
    <link rel="wlwmanifest" type="application/wlwmanifest+xml" href="http://www.mamasnewbag.net/wp-includes/wlwmanifest.xml" /> 
    <link rel='index' title='Mama&#039;s New Bag!' href='http://www.mamasnewbag.net' />
    <meta name="generator" content="WordPress 3.0.1" />
    
    <!-- All in One SEO Pack 1.6.12.1 by Michael Torbert of Semper Fi Web Designob_start_detected [-1,-1] -->
    <meta name="description" content="All blog postings related to helping others sell products" />
    <!-- /all in one seo pack -->
    
    <!-- platinum seo pack 1.3.4 -->
    <meta name="robots" content="noindex,follow,noodp,noydir" />
    <meta name="description" content="All blog postings related to helping others sell products" />
    <link rel="canonical" href="http://www.mamasnewbag.net/category/how-i-sell" />
    <!-- /platinum one seo pack -->
    <link rel="pingback" href="http://www.mamasnewbag.net/xmlrpc.php" />
    <!-- begin wp geolocation script -->
    <script language="javascript" src="http://j.maxmind.com/app/geoip.js"></script>
    
    <script language="javascript">
    mmjsCountryCode = geoip_country_code();
    mmjsCountryName = geoip_country_name();
    mmjsCity = geoip_city();
    mmjsRegion = geoip_region();
    mmjsRegionName = geoip_region_name();
    mmjsLat = geoip_latitude();
    mmjsLong = geoip_longitude();
    mmjsPostalCode = geoip_postal_code();
    mmjsIPAddress = "117.196.238.50";
    </script>
    <!-- end wp geolocation script -->
    			</head>
    <body class="archive category category-how-i-sell header-image content-sidebar">
    
    <div id="wrap">
    <div id="header"><div class="wrap"><div id="title-area"><h1 id="title"><a href="http://www.mamasnewbag.net/" title="Mama&#039;s New Bag!">Mama&#039;s New Bag!</a></h1><p id="description">Ivette Muller, ThirtyOne Independent Consultant</p></div><!-- end #title-area --><div class="widget-area"></div><!-- end .widget_area --></div><!-- end .wrap --></div><!--end #header-->
    <div id="nav"><div class="wrap"><ul class="nav superfish"><li class="home"><a href="http://www.mamasnewbag.net/" title="Home">Home</a></li><li class="page_item page-item-2"><a href="http://www.mamasnewbag.net/about" title="About">About</a><ul class='children'><li class="page_item page-item-15"><a href="http://www.mamasnewbag.net/about/contact-me" title="Contact Me">Contact Me</a></li><li class="page_item page-item-49"><a href="http://www.mamasnewbag.net/about/my-31-story" title="My 31 Story">My 31 Story</a></li></ul></li><li class="page_item page-item-6"><a href="http://www.mamasnewbag.net/shop" title="Shop">Shop</a><ul class='children'><li class="page_item page-item-8"><a href="http://www.mamasnewbag.net/shop/specials" title="Specials">Specials</a></li></ul></li><li class="page_item page-item-12"><a href="http://www.mamasnewbag.net/opportunity" title="Opportunity">Opportunity</a><ul class='children'><li class="page_item page-item-4"><a href="http://www.mamasnewbag.net/opportunity/faq" title="FAQ">FAQ</a></li></ul></li><li class="page_item page-item-10"><a href="http://www.mamasnewbag.net/blog" title="Blog">Blog</a></li></ul></div></div><div id="inner">	<div id="content-sidebar-wrap">
    
    				<div id="content" class="hfeed">
    			<div class="breadcrumb">You are here: <a href="http://www.mamasnewbag.net">Home</a> / How I "Sell"</div>	<div class="post-128 post type-post hentry category-how-i-sell">
                        
    				<h2 class="entry-title"><a href="http://www.mamasnewbag.net/test-2" title="Test" rel="bookmark">Test</a></h2>
    		
    		<div class="post-date-wrap"><div class="post-date post-date-background" style="background:url(http://www.mamasnewbag.net/wp-content/themes/familytree/images/dates/October/21.png) no-repeat 4px -3px">2010</div></div><div class="post-info"><span class="post-comments"><a href="http://www.mamasnewbag.net/test-2#respond">Leave a Comment</a></span> </div>		<div class="entry-content">
    
    			<p>thius is test http://www.geobytes.com/geodirection.htmhttp://www.geobytes.com/geodirection.htmhttp://www.geobytes.com/geodirection.htm</p>
    		</div><!-- end .entry-content -->
    		<div class="post-meta"><span class="categories">Filed Under: <a href="http://www.mamasnewbag.net/category/how-i-sell" title="View all posts in How I &quot;Sell&quot;" rel="category tag">How I "Sell"</a></span>  </div> 
    
    	</div><!-- end .postclass -->
    	<div class="post-67 post type-post hentry category-how-i-sell tag-how-to-sell-2">
                        
    				<h2 class="entry-title"><a href="http://www.mamasnewbag.net/the-secret-to-selling" title="The Secret to Selling" rel="bookmark">The Secret to Selling</a></h2>
    		
    		<div class="post-date-wrap"><div class="post-date post-date-background" style="background:url(http://www.mamasnewbag.net/wp-content/themes/familytree/images/dates/September/10.png) no-repeat 4px -3px">2010</div></div><div class="post-info"><span class="post-comments"><a href="http://www.mamasnewbag.net/the-secret-to-selling#respond">Leave a Comment</a></span> </div>		<div class="entry-content">
    
    			<p><a href="http://www.mamasnewbag.net/wp-content/uploads/2010/09/pennywise-photo-for-blog.jpg" ><img class="alignleft size-thumbnail wp-image-68" title="Money in hand" src="http://www.mamasnewbag.net/wp-content/uploads/2010/09/pennywise-photo-for-blog-150x150.jpg" alt="pennywise photo for blog 150x150 " width="150" height="150" /></a>If you&#8217;ve read my <a href="http://www.mamasnewbag.net/about/my-31-story" >ThirtyOne story</a>, you know I&#8217;ve been a &#8220;student&#8221; of selling for a very long time.</p>
    <p>Within the last few weeks, I&#8217;ve learned all about what I&#8217;ve been doing wrong and now I want to share it with you.   It doesn&#8217;t matter what you do, you are always &#8220;selling&#8221; something.  If you are a ThirtyOne consultant, your physical product is our fantastic line of bags and accessories (yes, I am a little biased).  However, what you&#8217;re really selling is yourself.</p>
    
    <p>YOU are your very best product that you have.  No matter what the situation, people want to do business with other people that they know, like and trust.  If YOU are someone who is truly genuine, you care about others, you remember birthdays and special occasions and you work at building relationships with people  - business will come.</p>
    <p>Whether your friends (and network of people) need your service or not, the sales will follow.</p>
    <p>Why?</p>
    <p>Because they know you, they like you and they will refer others who need your goods and services to you.  They will feel comfortable sending <em>their </em>friends and family to you because they know you will take care of them.  They know you will treat them well and they know it will be a good transaction.</p>
    <p>The thing about selling is not about talking about how wonderful your product is, the key is finding out how your product can help someone else.  With ThirtyOne, we don&#8217;t just sell pretty bags, we&#8217;re selling an organizational tool for busy moms who are on the go and want something pretty and economical to carry their stuff around in.</p>
    <p>Do you see the difference?</p>
    <p>When a customer contacts me about wanting to purchase a bag, I take the time to find out about them, their lifestyle and what they want to use the bag for.  That way I can help make sure they get the bag they need.</p>
    
    <p>For example, a lot of moms love the Cindy Tote for a diaper bag.  I have the Cindy Tote and let them know that it is really big and can carry a lot of stuff, but there&#8217;s not many compartments.  Depending on their organizational needs (like new moms) I recommend the Organizing Utility Tote because of all the pockets on the outside that can be perfect for bottles, pacifiers, etc.  Some moms want the Cindy Tote no matter what, and that&#8217;s fine because I know they will be happy with their purchase.</p>
    <p>And that&#8217;s the whole goal.</p>
    <p>As a mom with more than 5 diaper bags I know what it&#8217;s like to have a diaper bag that isn&#8217;t functional.  I spent way more than the price of the one I finally chose but it cost me a lot of stress trying to make the ones I had work, and finding a new one.</p>
    <p>I&#8217;m trying to spare moms that hassle. So my customers come back to me because&#8230;they know I will help them find the best bag for their needs and they know I&#8217;m not just trying to make money by selling them something.</p>
    <p>And at the end of the day, I have happy customers and a happy Ivette because I don&#8217;t feel like the sales process is stressful.  I&#8217;m just trying to help a friend. <img src='http://www.mamasnewbag.net/wp-includes/images/smilies/icon_smile.gif' alt="icon smile " class='wp-smiley' title="The Secret to Selling" /> </p>
    
    <p>This same process works no matter what you sell.  But this is what I teach my team and friends to help them make the sales process a little easier for everyone.</p>
    <p>Did this help you?</p>
    		</div><!-- end .entry-content -->
    		<div class="post-meta"><span class="categories">Filed Under: <a href="http://www.mamasnewbag.net/category/how-i-sell" title="View all posts in How I &quot;Sell&quot;" rel="category tag">How I "Sell"</a></span>  <span class="tags">Tagged With: <a href="http://www.mamasnewbag.net/tag/how-to-sell-2" rel="tag">how to sell</a></span> </div> 
    
    	</div><!-- end .postclass -->
    		</div><!-- end #content -->
    
    		<div id="sidebar" class="widget-area">
    		<div id="advanced_text-4" class="widget advanced_text"><div class="widget-wrap"><div class='AdvancedText'><script language="Javascript" src="http://gd.geobytes.com/gd?after=-1&variables=GeobytesCountry,GeobytesCity">
        </script>
        <script language="Javascript">
    var d = sGeobytesCountry;
    var city = sGeobytesCity 
    if (d =='United States')
      {
      document.write("Now looking for Consultants in "+city+", "+d);
      }
    else
      {
      document.write("Now looking for U.S. consultants in "+city+", "+d);
      }    
        </script></div></div></div>
    
    						<div id="text-3" class="widget widget_text"><div class="widget-wrap">			<div class="textwidget"><!-- Begin MailChimp Signup Form -->
    <!--[if IE]>
    <style type="text/css" media="screen">
    	#mc_embed_signup fieldset {position: relative;}
    	#mc_embed_signup legend {position: absolute; top: -1em; left: .2em;}
    </style>
    <![endif]--> 
    <!--[if IE 7]>
    <style type="text/css" media="screen">
    	.mc-field-group {overflow:visible;}
    </style>
    <![endif]-->
    <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.2.6/jquery.min.js"></script>
    <script type="text/javascript" src="http://downloads.mailchimp.com/js/jquery.validate.js"></script>
    
    <script type="text/javascript" src="http://downloads.mailchimp.com/js/jquery.form.js"></script>
    
    <div id="mc_embed_signup">
    <form action="http://wahmbahm.us1.list-manage.com/subscribe/post?u=862b71f60d5dce1971866b090&amp;id=935469a8cb" method="post" id="mc-embedded-subscribe-form" name="mc-embedded-subscribe-form" class="validate" target="_blank" style="font: normal 100% Arial;font-size: 12px;">
    	<fieldset style="-moz-border-radius: 4px;border-radius: 4px;-webkit-border-radius: 4px;border: 1px solid #000000;padding-top: 1.5em;margin: .5em 0;background-color: #ffffff;color: #333333;text-align: left;">
    	<legend style="text-transform: capitalize;font-weight: bold;color: #ffffff;background: #B0C4DE;padding: .5em 1em;border: 1px solid #000000;-moz-border-radius: 4px;border-radius: 4px;-webkit-border-radius: 4px;font-size: 1.2em;">Join our mailing list to receive updates and monthly specials!</legend>
    <div class="indicate-required" style="text-align: right;font-style: italic;overflow: hidden;color: #333333;margin: 0 9% 0 0;">* indicates required</div>
    <div class="mc-field-group" style="margin: 1.3em 5%;clear: both;overflow: hidden;">
    <label for="mce-EMAIL" style="display: block;margin: .3em 0;line-height: 1em;font-weight: bold;">Email Address <strong class="note-required">*</strong>
    </label>
    
    <input type="text" value="" name="EMAIL" class="required email" id="mce-EMAIL" style="margin-right: 1.5em;padding: .2em .3em;width: 90%;float: left;z-index: 999;">
    </div>
    <div class="mc-field-group" style="margin: 1.3em 5%;clear: both;overflow: hidden;">
    <label for="mce-FNAME" style="display: block;margin: .3em 0;line-height: 1em;font-weight: bold;">First Name <strong class="note-required">*</strong>
    </label>
    <input type="text" value="" name="FNAME" class="required" id="mce-FNAME" style="margin-right: 1.5em;padding: .2em .3em;width: 90%;float: left;z-index: 999;">
    </div>
    <p style="font-size: 1.1em;margin-left: 30%;clear: left;">Powered by <a href="http://eepurl.com/EpS9" onclick="javascript:_gaq.push(['_trackEvent','outbound-widget','eepurl.com']);" title="MailChimp - email marketing made easy and fun" style="color: #0000FF;">MailChimp</a></p>
    		<div id="mce-responses" style="float: left;top: -1.4em;padding: 0em .5em 0em .5em;overflow: hidden;width: 90%;margin: 0 5%;clear: both;">
    			<div class="response" id="mce-error-response" style="display: none;margin: 1em 0;padding: 1em .5em .5em 0;font-weight: bold;float: left;top: -1.5em;z-index: 1;width: 80%;background: #FFEEEE;color: #FF0000;"></div>
    			<div class="response" id="mce-success-response" style="display: none;margin: 1em 0;padding: 1em .5em .5em 0;font-weight: bold;float: left;top: -1.5em;z-index: 1;width: 80%;background: #;color: #529214;"></div>
    
    		</div>
    		<div><input type="submit" value="Subscribe" name="subscribe" id="mc-embedded-subscribe" class="btn" style="clear: both;width: auto;display: block;margin: 1em 0 1em 5%;"></div>
    	</fieldset>	
    	<a href="#" id="mc_embed_close" class="mc_embed_close" style="display: none;">Close</a>
    </form>
    </div>
    <script type="text/javascript">
    var fnames = new Array();var ftypes = new Array();fnames[0]='EMAIL';ftypes[0]='email';fnames[1]='FNAME';ftypes[1]='text';fnames[2]='LNAME';ftypes[2]='text';fnames[3]='MMERGE3';ftypes[3]='radio';var err_style = '';
    try{
        err_style = mc_custom_error_style;
    } catch(e){
        err_style = 'margin: 1em 0 0 0; padding: 1em 0.5em 0.5em 0.5em; background: FFEEEE none repeat scroll 0% 0%; font-weight: bold; float: left; z-index: 1; width: 80%; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; color: FF0000;';
    }
    var mce_jQuery = jQuery.noConflict();
    mce_jQuery(document).ready( function($) {
      var options = { errorClass: 'mce_inline_error', errorElement: 'div', errorStyle: err_style, onkeyup: function(){}, onfocusout:function(){}, onblur:function(){}  };
      var mce_validator = mce_jQuery("#mc-embedded-subscribe-form").validate(options);
      options = { url: 'http://wahmbahm.us1.list-manage.com/subscribe/post-json?u=862b71f60d5dce1971866b090&id=935469a8cb&c=?', type: 'GET', dataType: 'json', contentType: "application/json; charset=utf-8",
                    beforeSubmit: function(){
                        mce_jQuery('#mce_tmp_error_msg').remove();
                        mce_jQuery('.datefield','#mc_embed_signup').each(
                            function(){
                                var txt = 'filled';
                                var fields = new Array();
                                var i = 0;
                                mce_jQuery(':text', this).each(
                                    function(){
                                        fields[i] = this;
                                        i++;
                                    });
                                mce_jQuery(':hidden', this).each(
                                    function(){
                                    	if ( fields[0].value=='MM' && fields[1].value=='DD' && fields[2].value=='YYYY' ){
                                    		this.value = '';
    									} else if ( fields[0].value=='' && fields[1].value=='' && fields[2].value=='' ){
                                    		this.value = '';
    									} else {
    	                                    this.value = fields[0].value+'/'+fields[1].value+'/'+fields[2].value;
    	                                }
                                    });
                            });
                        return mce_validator.form();
                    }, 
                    success: mce_success_cb
                };
      mce_jQuery('#mc-embedded-subscribe-form').ajaxForm(options);
    
    });
    function mce_success_cb(resp){
        mce_jQuery('#mce-success-response').hide();
        mce_jQuery('#mce-error-response').hide();
        if (resp.result=="success"){
            mce_jQuery('#mce-'+resp.result+'-response').show();
            mce_jQuery('#mce-'+resp.result+'-response').html(resp.msg);
            mce_jQuery('#mc-embedded-subscribe-form').each(function(){
                this.reset();
        	});
        } else {
            var index = -1;
            var msg;
            try {
                var parts = resp.msg.split(' - ',2);
                if (parts[1]==undefined){
                    msg = resp.msg;
                } else {
                    i = parseInt(parts[0]);
                    if (i.toString() == parts[0]){
                        index = parts[0];
                        msg = parts[1];
                    } else {
                        index = -1;
                        msg = resp.msg;
                    }
                }
            } catch(e){
                index = -1;
                msg = resp.msg;
            }
            try{
                if (index== -1){
                    mce_jQuery('#mce-'+resp.result+'-response').show();
                    mce_jQuery('#mce-'+resp.result+'-response').html(msg);            
                } else {
                    err_id = 'mce_tmp_error_msg';
                    html = '<div id="'+err_id+'" style="'+err_style+'"> '+msg+'</div>';
                    
                    var input_id = '#mc_embed_signup';
                    var f = mce_jQuery(input_id);
                    if (ftypes[index]=='address'){
                        input_id = '#mce-'+fnames[index]+'-addr1';
                        f = mce_jQuery(input_id).parent().parent().get(0);
                    } else if (ftypes[index]=='date'){
                        input_id = '#mce-'+fnames[index]+'-month';
                        f = mce_jQuery(input_id).parent().parent().get(0);
                    } else {
                        input_id = '#mce-'+fnames[index];
                        f = mce_jQuery().parent(input_id).get(0);
                    }
                    if (f){
                        mce_jQuery(f).append(html);
                        mce_jQuery(input_id).focus();
                    } else {
                        mce_jQuery('#mce-'+resp.result+'-response').show();
                        mce_jQuery('#mce-'+resp.result+'-response').html(msg);
                    }
                }
            } catch(e){
                mce_jQuery('#mce-'+resp.result+'-response').show();
                mce_jQuery('#mce-'+resp.result+'-response').html(msg);
            }
        }
    }
    </script>
    <!--End mc_embed_signup--></div>
    		</div></div>
    <div id="text-6" class="widget widget_text"><div class="widget-wrap">			<div class="textwidget"><script language="Javascript" src="http://gd.geobytes.com/gd?after=-1&variables=GeobytesCountry,GeobytesCity">
        </script>
    
        <script language="Javascript">
    var d = sGeobytesCountry;
    var city = sGeobytesCity 
    if (d =='United States')
      {
      document.write("Now looking for Consultants in "+city+", "+d);
      }
    else
      {
      document.write("Now looking for U.S. consultants in "+city+", "+d);
      }    
        </script>
          </div>
    		</div></div>
    </div>	</div><!-- end #content-sidebar-wrap -->
    	</div><!-- end #inner -->
    <div id="footer"><div class="wrap">
    <div class="wrap-inside"><div class="creds">Copyright &copy; 2010 Mama&#039;s New Bag! | <a href="http://www.studiopress.com/themes/familytree" target="_blank">Family Tree Child Theme</a> by <a href="http://www.creativityincluded.com" target="_blank">Creativity Included</a> | <a href="http://wordpress.org/" title="WordPress">WordPress</a> | <a rel="nofollow" href="http://www.mamasnewbag.net/wp-login.php">Log in</a></div></div><div class="gototop"><a href="#wrap" rel="nofollow">Return to top of page</a></div></div><!-- end .wrap --></div><!-- end #footer -->
    
    </div><!-- end #wrap -->
    <script type='text/javascript' src='http://www.mamasnewbag.net/wp-content/themes/genesis/lib/js/menu/superfish.js?ver=1.4.8'></script>
    <script type='text/javascript' src='http://www.mamasnewbag.net/wp-content/themes/genesis/lib/js/menu/superfish.args.js?ver=1.3'></script>
    <script type='text/javascript' src='http://www.mamasnewbag.net/wp-content/themes/familytree/js/jquery.flow.1.1.js?ver=1.1'></script>
    		<small>SEO Powered by <a href="http://techblissonline.com/platinum-seo-pack/" target="_blank">Platinum SEO</a> from <a href="http://techblissonline.com/" target="_blank">Techblissonline</a></small>
    	<script type='text/javascript'>jQuery(document).ready(function($) { $("div#controller").jFlow({slides: "#slides", width: "900px", height: "300px", timer: 3000, duration: 5000 });});</script><!--stats_footer_test--><script src="http://stats.wordpress.com/e-201042.js" type="text/javascript"></script>
    
    <script type="text/javascript">
    st_go({blog:'15801973',v:'ext',post:'0'});
    var load_cmc = function(){linktracker_init(15801973,0,2);};
    if ( typeof addLoadEvent != 'undefined' ) addLoadEvent(load_cmc);
    else load_cmc();
    </script>
    </body>
    </html>
    <!-- Dynamic page generated in 0.394 seconds. -->
    <!-- Cached page generated by WP-Super-Cache on 2010-10-23 10:41:51 -->
    
    Code (markup):
    also I want to know will this method auto update my post when I add any post a category?

    thanks for your help.
     
    mack.verma, Oct 23, 2010 IP
  4. ebizer

    ebizer Peon

    Messages:
    11
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    0
    #4
    There is a much easier way. Use the plugin "List category posts" which uses shortcodes to generate the output directly onto a page. You can then truncate the output and split it across multiple pages using a pagination plugin called "WP-Paginate".
     
    ebizer, Oct 23, 2010 IP
  5. mack.verma

    mack.verma Peon

    Messages:
    60
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #5
    Thanks You That Really Worked.
     
    mack.verma, Oct 23, 2010 IP