<?xml version="1.0" encoding="UTF-8"?> <rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" ><channel><title>Let&#039;s start again... &#187; Search</title> <atom:link href="http://manchumahara.com/search/feed/" rel="self" type="application/rss+xml" /><link>http://manchumahara.com</link> <description>&#34;Manchumahara&#34; ...... The virtual, crazy, vagabond and  an emotional stupid!</description> <lastBuildDate>Thu, 02 Feb 2012 13:47:24 +0000</lastBuildDate> <language>en</language> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.3.1</generator> <item><title>Playing with worpdress permalink</title><link>http://manchumahara.com/2010/01/17/playing-with-worpdress-permalink/</link> <comments>http://manchumahara.com/2010/01/17/playing-with-worpdress-permalink/#comments</comments> <pubDate>Sun, 17 Jan 2010 11:10:40 +0000</pubDate> <dc:creator>Manchumahara(Sabuj Kundu)</dc:creator> <category><![CDATA[Permalink]]></category> <category><![CDATA[Search]]></category> <category><![CDATA[Tips and Tricks]]></category> <category><![CDATA[wordpress]]></category> <category><![CDATA[author base]]></category> <category><![CDATA[category base]]></category> <category><![CDATA[post slug]]></category> <category><![CDATA[seo]]></category> <category><![CDATA[slug]]></category> <category><![CDATA[worpdress]]></category><guid isPermaLink="false">http://manchumahara.com/?p=414</guid> <description><![CDATA[Today I will show how to play with wordpress permalink. If you are just working with a fresh wordpress installation then certainly you need to do some work with wordpress permalink structure. Just check in admin left menu Settings-&#62;Permalinks Here &#8230; <a href="http://manchumahara.com/2010/01/17/playing-with-worpdress-permalink/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description> <content:encoded><![CDATA[<p>Today I will show how to play with wordpress permalink. If you are just working with a fresh wordpress installation then certainly you need to do some work with wordpress permalink structure. Just check in admin left menu <strong>Settings-&gt;Permalinks</strong><br /> Here is first look of your <em>default</em> permalink structure. Check your post and page url is like:<br /> <span id="more-414"></span><br /> <a href="http://manchumahara.com/wp-content/uploads/2010/01/1.jpg"><img class="aligncenter size-full wp-image-416" title="1" src="http://manchumahara.com/wp-content/uploads/2010/01/1.jpg" alt="wpdefaultpermalink" width="612" height="428" /></a><br /> <code>Post: http://sitename.com/?p=<strong>N</strong>, where N = post id<br /> Page: http://sitename.com/?page_id=<strong>N</strong>, where N = page id<br /> Category: http://sitename.com/?cat=<strong>N</strong> , where N =  category id<br /> Tag: http://sitename.com/?tag=<strong>TAG SLUG</strong>, pls check bellow what is slug<br /> Author:http://sitename.com/?author=<strong>N</strong>, where N = author id</code><br /> <br /> Now, let&#8217;s change the permalink structure to any custom format&#8230; here I am choosing the <strong>Month and name</strong> format and see screenshot bellow<br /> <a href="http://manchumahara.com/wp-content/uploads/2010/01/2.jpg"><img class="aligncenter size-full wp-image-417" title="wpcustompermalink" src="http://manchumahara.com/wp-content/uploads/2010/01/2.jpg" alt="wpcustompermalink" width="546" height="83" /></a><br /> Oh, check another thing before and after changing permalink structure,if you are in edit more of any post or page, check bellow the subject box<br /> For default permalink: there is a option &#8220;Change permalinks&#8221;<br /> For custom permalink: there is a option &#8220;Edit&#8221;<br /> Check the screenshot bellow:</p><p><a href="http://manchumahara.com/wp-content/uploads/2010/01/3.jpg"><img class="aligncenter size-full wp-image-418" title="wpcustompermalink2" src="http://manchumahara.com/wp-content/uploads/2010/01/3.jpg" alt="wpcustompermalink2" width="570" height="210" /></a></p><p>Please check here what we are editing or getting automatic after saving first time(or auto save) the post &#8230; is called <strong>slug</strong> for that article, we use article name alias for joomla same way. if seo enabled in joomla then that alias is used. Ok ,now check after changing permalink to any custom format what happened to all permalinks like posts, page, author, category, tags etc. Let&#8217;s check<br /> Post and Page will get as the screenshot above (example http://localhost/blog/2010/01/playing-with-wordpress-permalinkslug-quick-seo/)<br /> <code><br /> Category: http://localhost/blog/<strong>category</strong>/<em>category slug</em>/<br /> Tag: http://localhost/blog/<strong>tag</strong>/<em>tag slug</em>/<br /> Author: http://localhost/blog/<strong>author</strong>/<em>author username(nick name) is here</em>/<br /> </code><br /> Check here for category,tag, author etc the bold part we are telling base like catgory base, tag base or author base. and the italic part is slug, Sometimes that base is also called slug for simplicity.</p><p><strong>Making post link .html</strong><br /> If think you cheked some wordpress site has post link as .html &#8230; more like static and more friend for google .. I mean search engines. No worry, it&#8217;s just easy. Put a .html in the custom permalink format of your post.<br /> Just write this in custom field<br /> <code>/%year%/%monthnum%/%postname%.html</code><br /> and my current blog post url is now<br /> <code>http://localhost/blog/2010/01/playing-with-wordpress-permalinkslug-quick-seo.html</code><br /> <strong>Making the url more short</strong><br /> I think now our url got too long and sometimes that is bad for serach engines. So while we write blog post we can keep the title <strong>long</strong>(not more than 160 may be&#8230; 160 length is good for search engines) but we will edit post or page slug <strong>as short as possible</strong>. That the trick &#8230; taking specially care as  do for your girl friend or your baby.<br /> Oh another way we can make the url short&#8230; let&#8217;s change the permalink again. Let change custom permalink as<br /> <code>/%postname%.html</code><br /> and my post link is more short now<br /> <code>http://localhost/blog/playing-with-wordpress-permalinkslug-quick-seo.html</code><br /> for news site we can use like this<br /> <code><br /> /<strong>newid</strong><em>%post_id%</em>/%postname%.html<br /> now link is like</p><p>http://localhost/blog/newid160/playing-with-wordpress-permalinkslug-quick-seo.html</p><p></code><br /> So I think we played too much with post permalink and now we know how to change the post permalink as we need. Isn&#8217;t it easy ?</p><p><strong>Chaning page link to .html</strong><br /> There is no easy way to change page link .html like post from wordpress but we can do it via a  plugin, acutally wordpress has that support to change permalink for page or others &#8230; so plugin authors can hack easily. To change page link like .html you can use this plugin<a rel="nofollow external" href="http://wordpress.grandslambert.com/plugins/custom-page-extensions.html" target="_blank">Custom Page Extensions</a></p><p><strong>Working with Category,Tag and Author base</strong><br /> Let&#8217;s play with category and tag base that is available in wp permalink.</p><p><a href="http://manchumahara.com/wp-content/uploads/2010/01/5.jpg"><img class="aligncenter size-full wp-image-419" title="categorytagbase" src="http://manchumahara.com/wp-content/uploads/2010/01/5.jpg" alt="categorytagbase" width="558" height="82" /></a><br /> <code>So now tag link be like<br /> http://localhost/blog/<strong>postbytag</strong>/<em>tag slug</em><br /> Category  link<br /> http://localhost/blog/<strong>topics</strong>/category slug<br /> </code><br /> Hei we are not finished yet. How about removing category base from category permalink ?<br /> let me explain if you don&#8217;t change category base that means default is &#8220;category&#8221; then<br /> <code>http://sitename.com/category/category slug<br /> and for child cateogory<br /> http://sitename.com/category/parent category slug/child category slug</code><br /> and now what I want to do is like bellow<br /> <code><br /> http://sitename.com/category slug<br /> http://sitename.com/child category slug<br /> </code></p><p>Yes we can do that I mean remove category base using plugin. I like to use <a rel="external nofollow" href="http://wordpress.org/extend/plugins/no-category-parents/" target="_blank">No category parents</a>. I have tested in a client&#8217;s site and it&#8217;s working fine.</p><p>Yap we can change author slig(base actually) too ,,, not remove, just change default author base &#8220;author&#8221; to any custom word like &#8220;blogger&#8221;, &#8220;contributors&#8221; etc.<br /> <code><br /> Old: http://www.sitename.com/<strong>author</strong>/manchupagla/<br /> New: http://www.sitename.com/<strong>contributors</strong>/manchupagla/<br /> </code></p><p>For this so many wordpress plugins are available. But I like to use <a rel="external nofollow" href="http://www.microkid.net/wordpress/author-slug/" target="_blank">Author Slug</a>, in codex check <a rel="external nofollow" href="http://wordpress.org/extend/plugins/author-slug/" target="_blank">here</a>. You can search codex for <a rel="external nofollow" href="http://wordpress.org/extend/plugins/search.php?q=Author+slug" target="_blank">such plugins</a>.</p><p>Heh heh talked too much today. I will recommend you to use another two plugins</p><ul><li>One for quick SEO <a href="http://wordpress.org/extend/plugins/all-in-one-seo-pack/" target="_blank">ALL in one SEO</a></li><li>For faster loading/caching <a href="http://wordpress.org/extend/plugins/wp-super-cache/" target="_blank">WP Super Cache</a></li></ul><p>Note: Check this post in bengali in amaderprojukti forum from <a href="http://forum.amaderprojukti.com/viewtopic.php?f=60&amp;t=4999&amp;p=42461#p42461" target="_blank">here</a>.</p><p>thank you for having patience to read this blog. Don&#8217;t forget to click share in social network and I like donation(check right col donation box <img src='http://manchumahara.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> )</p>Comment is open. You can participate in the discussion by visiting <a href='http://manchumahara.com/2010/01/17/playing-with-worpdress-permalink/'>here</a> ]]></content:encoded> <wfw:commentRss>http://manchumahara.com/2010/01/17/playing-with-worpdress-permalink/feed/</wfw:commentRss> <slash:comments>3</slash:comments> </item> <item><title>আমাদের প্রযুক্তিতে সার্চ করুন ফায়ারফক্স থেকেই</title><link>http://manchumahara.com/2009/11/06/search-in-amaderprojukti-using-fiefox/</link> <comments>http://manchumahara.com/2009/11/06/search-in-amaderprojukti-using-fiefox/#comments</comments> <pubDate>Fri, 06 Nov 2009 10:04:05 +0000</pubDate> <dc:creator>Manchumahara(Sabuj Kundu)</dc:creator> <category><![CDATA[Amaderprojukti Forum]]></category> <category><![CDATA[Bangla Blogs]]></category> <category><![CDATA[Phpbb]]></category> <category><![CDATA[Search]]></category> <category><![CDATA[firefox]]></category><guid isPermaLink="false">http://manchumahara.com/?p=391</guid> <description><![CDATA[ফায়ারফক্সের ডিফল্ট সার্চ ইঞ্জিন গুগল, আর সেই সাথে আরো কিছু লিস্টে থাকে যা সিলেক্ট করে নিতে পারি এবং চাইলে আরও অনেকগুলো সার্চ ইঞ্জিন আমরা এডঅন হিসাবে যোগ করে নিতে পারি। আজকে ভোর রাতে মাথায় চিন্তা আসলো আমাদের প্রযুক্তির জন্য এই &#8230; <a href="http://manchumahara.com/2009/11/06/search-in-amaderprojukti-using-fiefox/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description> <content:encoded><![CDATA[<p>ফায়ারফক্সের ডিফল্ট সার্চ ইঞ্জিন গুগল, আর সেই সাথে আরো কিছু লিস্টে থাকে যা সিলেক্ট করে নিতে পারি এবং চাইলে আরও অনেকগুলো সার্চ ইঞ্জিন আমরা এডঅন হিসাবে যোগ করে নিতে পারি। আজকে ভোর রাতে মাথায় চিন্তা আসলো আমাদের প্রযুক্তির জন্য এই রকম এডঅন বা সার্চ প্লাগিন বানানো যায় কিনা। কিছুক্ষন চেস্টা করার পর হয়ে গেলো। এখন কেউ চাইলে প্লাগিনটি এড করে রাখলে, যে কোন সময় ফায়ারফক্সের সার্চ বার থেকেই আমাদের প্রযুক্তিতে সার্চ করতে পারবে। উল্লেখ্য যে, আমাদের প্রযুক্তিতে অনেক গুলো সার্চ ইঞ্জিন দিয়ে সার্চ করার অপশন আছে কোর সার্চ ফিচার এর পাশাপাশি। তবে এখানে শুধু মাত্র গুগল কাস্টম সার্চ ফিচার এর সাথে লিঙ্ক করা।<br /> কিভাবে প্লাগিনটি যুক্ত করবেন আপনার ফায়ারফক্সের সার্চ লিস্টে তাই তো ? আচ্ছা,<br /> প্রথমে <a href="http://forum.amaderprojukti.com">আমাদের প্রযুক্তি</a> ফায়ারফক্স দিয়ে ভিজিট করুন। এরপর নিচের <a rel="external" href="http://manchumahara.com/wp-content/uploads/2009/11/apsearch11.jpg" target="_blank">ছবিটি অনুসরণ করুন</a>।</p><p><img class="size-medium wp-image-392 aligncenter" title="apsearch1" src="http://manchumahara.com/wp-content/uploads/2009/11/apsearch1-300x234.jpg" alt="apsearch1" width="300" height="234" /></p><p><span id="more-391"></span></p><p>যদি উপরের ধাপ ঠিক মতো করে থাকেন তাহলে <a rel="external" href="http://manchumahara.com/wp-content/uploads/2009/11/apsearch21.jpg" target="_blank">নিচের মতো দেখতে পাবার কথা।</a></p><p><img class="size-medium wp-image-392 aligncenter" title="apsearch1" src="http://manchumahara.com/wp-content/uploads/2009/11/apsearch1-300x234.jpg" alt="apsearch1" width="300" height="234" /></p><p>সার্চ প্লাগিনকে পরবর্তীতে ফায়ারফক্সের সিংগেল ক্লিক এডঅন এর মতো করে দেওয়া হবে এবং ফায়ারফক্সের এডঅন সাইটে সাবমিট করা হবে।<br /> যারা ব্যবহার করবেন অনুগ্রহ করে কোন সমস্যা পেলে জানাতে ভুলবেন না।<br /> লেখাটি আমাদের প্রযুক্তিতে  দেখুন <a rel="external" href="http://forum.amaderprojukti.com/viewtopic.php?f=7&amp;p=38372#p38372" target="_blank">এখানে</a>।<br /><script src="http://manchumahara.com/postjs/amaderprojuktiforumsearch.js" type="text/javascript"></script><br /> <strong>Update: 7Th November,2009</strong><br /> Just <a onclick="installSearchEngine();" href="javascript:void(0);">Click here</a> to install the search plugin in your browser. Only Firefox(&gt;=2) and Internet explorer(&gt;=7) user can get this support. Thank you.</p>Comment is open. You can participate in the discussion by visiting <a href='http://manchumahara.com/2009/11/06/search-in-amaderprojukti-using-fiefox/'>here</a> ]]></content:encoded> <wfw:commentRss>http://manchumahara.com/2009/11/06/search-in-amaderprojukti-using-fiefox/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> </channel> </rss>
<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic
Page Caching using disk: enhanced
Database Caching 7/30 queries in 0.032 seconds using disk: basic
Object Caching 419/449 objects using disk: basic

Served from: manchumahara.com @ 2012-02-05 17:29:20 -->
