<?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>WebTechIdeas</title>
	<atom:link href="http://www.webtechideas.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.webtechideas.com</link>
	<description>Website developement, theme development, design, template, php, wordpress, plugins, widgets, joomla, component, module, plugin, extensions, open source, development, consulting, tutorials, tips, question, answer, facebook, google, twitter, myspace, youtube, bhubaneswar, bbsr</description>
	<lastBuildDate>Sat, 13 Apr 2013 16:47:34 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.4.2</generator>
		<item>
		<title>BuddyPress Members Import</title>
		<link>http://www.webtechideas.com/buddypress-members-import/</link>
		<comments>http://www.webtechideas.com/buddypress-members-import/#comments</comments>
		<pubDate>Wed, 06 Mar 2013 18:27:21 +0000</pubDate>
		<dc:creator>Webtechideas</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[buddypress]]></category>
		<category><![CDATA[excel]]></category>
		<category><![CDATA[import]]></category>
		<category><![CDATA[members]]></category>

		<guid isPermaLink="false">http://www.webtechideas.com/?p=1180</guid>
		<description><![CDATA[Features: - WordPress members can import. - WordPress users extra fields can be mapped with the account. - BuddyPress members can import. - BuddyPress members extra fields(xprofile) can be mapped with the account - Existing users account updation. - User password set from CSV file. - xProfile fields all type fields supports. Important points: - [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: center;"><img class="aligncenter" src="http://www.youngtechleads.com/wp-content/uploads/2013/02/buddy+wp.jpg" alt="" width="532" height="141" /></p>
<p><strong>Features:</strong><br />
- WordPress members can import.<br />
- WordPress users extra fields can be mapped with the account.<br />
- BuddyPress members can import.<br />
- BuddyPress members extra fields(xprofile) can be mapped with the account<br />
- Existing users account updation.<br />
- User password set from CSV file.<br />
- xProfile fields all type fields supports.</p>
<p><strong>Important points:</strong><br />
- Must have database back before importing users/members.<br />
- Individual data should be in double quote and separated by comma(,).<br />
- First line should contain only fields name.<br />
- For BuddyPress xprofile fields name should be as same as the name of database table column name.<br />
- To import values for multivalued field vales must be separated by double colon(::)<br />
Eg: if a multivalued field having data WordPress and BuddyPress then in CSV file you have to provide these vales as WordPress::BuddyPress<br />
- Check the check box(Username and e-mail ID are same.) if you want to use username as same as email address.<br />
- Check the check box(Send username and password to new users.) if you want to send username and password to users mail.<br />
- Check the check box(Show password nag on new users sign-in.) if you want user must change their password in their first sign-in.<br />
- Check the check box(Username and e-mail ID are same.) if you want to use username as same as email address.<br />
- An example csv file will be present in plugin package.</p>
<p><strong>Price: </strong>$12 only</p>
<p><strong>How to get this plugin: <a href="http://www.youngtechleads.com/products-page/wordpress-plugin/buddypress-members-user-import/" target="_blank">http://www.youngtechleads.com/bmi/</a></strong></p>
<p><strong>Do you have this plugin: </strong><a title="Install BuddyPress Members Import plugin" href="http://www.youngtechleads.com/install-buddypress-members-import/" target="_blank">Follow the link for installation</a></p>
<p><strong>Do you have any question in your mind: </strong><a title="Support" href="http://www.youngtechleads.com/buddypress-members-import-support" target="_blank">Support</a></p>
<p><strong>Please provide your review: </strong><a title="Review" href="http://www.youngtechleads.com/buddypress-members-import-review" target="_blank">Review</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.webtechideas.com/buddypress-members-import/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Adding login-logout link to wordpress menu</title>
		<link>http://www.webtechideas.com/adding-login-logout-link-to-wordpress-menu/</link>
		<comments>http://www.webtechideas.com/adding-login-logout-link-to-wordpress-menu/#comments</comments>
		<pubDate>Wed, 05 Dec 2012 20:08:41 +0000</pubDate>
		<dc:creator>Webtechideas</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[login]]></category>
		<category><![CDATA[login filter]]></category>
		<category><![CDATA[menu]]></category>
		<category><![CDATA[theme location]]></category>
		<category><![CDATA[wp_nav_menu_items]]></category>

		<guid isPermaLink="false">http://www.webtechideas.com/?p=1105</guid>
		<description><![CDATA[Wordpress provides a highly flexible menu system. Its very easy to create menu items and assign it to a menu and lastly assign the menu to a theme location. You can have different types of menu items like page, category, external link. But one thing I always have been missing is the ability to add [...]]]></description>
			<content:encoded><![CDATA[<p>Wordpress provides a highly flexible menu system. Its very easy to create menu items and assign it to a menu and lastly assign the menu to a theme location. You can have different types of menu items like page, category, external link. But one thing I always have been missing is the ability to add a log in/log out link to the menu depending upon user&#8217;s login status. After going through wordpress hooks, I came across the hook to achieve this. The hook is wp_nav_menu_items, we can add a filter to this hook and can attach any menu item to a given menu. Lets have one example here.<br />
<code><br />
&lt;?php<br />
add_filter( 'wp_nav_menu_items', 'wti_loginout_menu_link', 10, 2 );<br />
function wti_loginout_menu_link( $items, $args ) {<br />
if ($args-&gt;theme_location == 'primary') {<br />
if (is_user_logged_in()) {<br />
$items .= '&lt;li&gt;&lt;a href="'. wp_logout_url() .'"&gt;Log Out&lt;/a&gt;&lt;/li&gt;';<br />
} else {<br />
$items .= '&lt;li&gt;&lt;a href="'. wp_login_url(get_permalink()) .'"&gt;Log In&lt;/a&gt;&lt;/li&gt;';<br />
}<br />
}<br />
return $items;<br />
}<br />
?&gt;<br />
</code><br />
The above function is for adding a log in/log out link to the primary theme location for menu. This is what we have implemented in the above example.<br />
- First added a filter for wp_nav_menu_items hook and attached a function to it.<br />
- After checking for &#8216;primary&#8217; theme location, we have checked whether user is logged in or not.<br />
- If logged in, we have showed the Log Out link otherwise the Log In link.<br />
- We have passed the permalink of the currently viewing page to the login url so that user will be redirected to the current page after successful login.</p>
<p>That&#8217;s it. Happy Coding <img src='http://www.webtechideas.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.webtechideas.com/adding-login-logout-link-to-wordpress-menu/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Sorting posts by meta key and value</title>
		<link>http://www.webtechideas.com/sorting-posts-by-meta-key-and-value/</link>
		<comments>http://www.webtechideas.com/sorting-posts-by-meta-key-and-value/#comments</comments>
		<pubDate>Thu, 08 Nov 2012 20:25:49 +0000</pubDate>
		<dc:creator>Webtechideas</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[like]]></category>
		<category><![CDATA[meta key]]></category>
		<category><![CDATA[meta value]]></category>
		<category><![CDATA[post]]></category>
		<category><![CDATA[sorting]]></category>

		<guid isPermaLink="false">http://www.webtechideas.com/?p=1087</guid>
		<description><![CDATA[Posts related additional data are stored in a meta table called postmeta. Sometimes these meta data become very vital from your functionality point of view. Lets say we store the like counts of posts in terms of a meta key as _wti_like_count. This is fine as long as I am just using this to show [...]]]></description>
			<content:encoded><![CDATA[<p>Posts related additional data are stored in a meta table called postmeta. Sometimes these meta data become very vital from your functionality point of view. Lets say we store the like counts of posts in terms of a meta key as <strong>_wti_like_count</strong>. This is fine as long as I am just using this to show the like count.</p>
<p>But can I use the same meta key to sort the posts by this value? Yes, we will discuss how we can sort the posts from a specific category. So in this case we will be modifying the category.php file inside the default theme folder since I am using the default theme.</p>
<p><code>&lt;?php<br />
// Get the requested category object<br />
$category = $wp_query-&gt;get_queried_object();<br />
$query = new WP_Query( array ( 'post_type' =&gt; 'post', 'cat' =&gt; $category-&gt;cat_ID, 'order' =&gt; 'DESC', 'orderby' =&gt; 'meta_value_num', 'meta_key' =&gt; '_wti_total_count' ) );<br />
if ( $query-&gt;have_posts() ) :<br />
while ( $query-&gt;have_posts() ) : $query-&gt;the_post();<br />
/* Include the Post-Format-specific template for the content.<br />
* If you want to overload this in a child theme then include a file<br />
* called content-___.php (where ___ is the Post Format name) and that will be used instead.<br />
*/<br />
get_template_part( 'content', get_post_format() );<br />
endwhile;<br />
wp_reset_query();<br />
else:<br />
_e( 'Nothing Found', 'twentyeleven' );<br />
endif;<br />
?&gt;</code></p>
<p>So we are doing the following things to achieve the functionality.</p>
<p>- Get the category id on the category page.</p>
<p>- Get the posts from the selected category.</p>
<p>- Loop through those posts and render them.</p>
<p>3 parameters are important here a) order b) orderby c) meta_key.</p>
<p>Since I need to show the posts by descending order of the like counts, I have used DESC value for order parameter. I want to consider the ordering based on meta numeric value, I have used meta_value_num for orderby parameter. I want to order with respect to _wti_like_count meta key so I have used the same for meta_key parameter. Thats all and you will see the posts sorted by the like count.</p>
<p><strong>Note:</strong></p>
<p>- If you need to sort the posts by unlike count, then use _wti_unlike_count for meta_key parameter.</p>
<p>- If you need to sort the posts by total count (like &#8211; unlike), then use _wti_total_count for meta_key parameter.</p>
<p>- if you want to use this feature for <a href="http://wordpress.org/extend/plugins/wti-like-post/" target="_blank">WTI Like Post</a> plugin, then its available only for the pro version since in this version meta data are stored.</p>
<p>- For more details on WP_Query and its meta key/value parameters, please visit <a href="http://codex.wordpress.org/Class_Reference/WP_Query" target="_blank">here</a>.</p>
<p>Happy Coding <img src='http://www.webtechideas.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.webtechideas.com/sorting-posts-by-meta-key-and-value/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Can&#8217;t move widgets in wordpress</title>
		<link>http://www.webtechideas.com/cant-move-widgets-in-wordpress/</link>
		<comments>http://www.webtechideas.com/cant-move-widgets-in-wordpress/#comments</comments>
		<pubDate>Wed, 10 Oct 2012 02:42:28 +0000</pubDate>
		<dc:creator>Webtechideas</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[memory limit]]></category>
		<category><![CDATA[widgets]]></category>

		<guid isPermaLink="false">http://www.webtechideas.com/?p=1077</guid>
		<description><![CDATA[There may be occasions when you cannot drag-and-drop the widgets on your admin widgets dashboard. There are different factors which cause this problem and you can check with the following solutions. - Switch to the default theme and try rearranging the widgets. If it works, then problem is with your theme. - Open the Screen [...]]]></description>
			<content:encoded><![CDATA[<p>There may be occasions when you cannot drag-and-drop the widgets on your admin widgets dashboard. There are different factors which cause this problem and you can check with the following solutions.</p>
<p>- Switch to the default theme and try rearranging the widgets. If it works, then problem is with your theme.<br />
- Open the Screen Option on Widgets panel above and disable accessibility mode.<br />
- Check for magic quotes. Try turning it off and restart the server.<br />
- Try increasing the memory limit by adding the following to wp-config.php file <code>define('WP_MEMORY_LIMIT', '32M');</code> or higher value as per your requirement.<br />
- <a href="http://codex.wordpress.org/FAQ_Troubleshooting#How_to_deactivate_all_plugins_when_not_able_to_access_the_administrative_menus.3F" target="_blank">Resetting the plugins folder</a> by FTP or phpMyAdmin? Sometimes, an apparently inactive plugin can still cause problems.<br />
- Re-uploading the wp-admin and wp-includes folders from a fresh download of WordPress?<br />
- Talk to your hosting provider.</p>
<p><strong>Note:</strong><br />
- Please have proper back up before proceeding as above.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.webtechideas.com/cant-move-widgets-in-wordpress/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to get last login time in wordpress</title>
		<link>http://www.webtechideas.com/how-to-get-last-login-time-in-wordpress/</link>
		<comments>http://www.webtechideas.com/how-to-get-last-login-time-in-wordpress/#comments</comments>
		<pubDate>Fri, 17 Feb 2012 15:24:57 +0000</pubDate>
		<dc:creator>Webtechideas</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[last login time]]></category>
		<category><![CDATA[login]]></category>
		<category><![CDATA[login hook]]></category>
		<category><![CDATA[wp]]></category>

		<guid isPermaLink="false">http://www.webtechideas.com/?p=1009</guid>
		<description><![CDATA[Wordpress stores only the registration date for users. So what if your system needs to know the last login date for a user. Well there is no in-built functionality available to get this. But we can use login hook and a metadata to accomplish this. First we need to add a function for this login [...]]]></description>
			<content:encoded><![CDATA[<p>Wordpress stores only the registration date for users. So what if your system needs to know the last login date for a user. Well there is no in-built functionality available to get this. But we can use login hook and a metadata to accomplish this.</p>
<p>First we need to add a function for this login hook. Lets say the function is &#8220;set_last_login&#8221;. This will be used to store the login time when a user will log in.</p>
<p>//associating a function to login hook<br />
add_action(&#8216;wp_login&#8217;, &#8216;set_last_login&#8217;);</p>
<p>//function for setting the last login<br />
function set_last_login($login) {<br />
&nbsp;&nbsp;$user = get_userdatabylogin($login);</p>
<p>&nbsp;&nbsp;//add or update the last login value for logged in user<br />
&nbsp;&nbsp;update_usermeta( $user-&gt;ID, &#8216;last_login&#8217;, current_time(&#8216;mysql&#8217;) );<br />
}</p>
<p>As we have stored the last login time, now we can have a function to get the same.</p>
<p>//function for getting the last login<br />
function get_last_login($user_id) {<br />
&nbsp;&nbsp;$last_login = get_user_meta($user_id, &#8216;last_login&#8217;, true);</p>
<p>&nbsp;&nbsp;//picking up wordpress date time format<br />
&nbsp;&nbsp;$date_format = get_option(&#8216;date_format&#8217;) . &#8216; &#8216; . get_option(&#8216;time_format&#8217;);</p>
<p>&nbsp;&nbsp;//converting the login time to wordpress format<br />
&nbsp;&nbsp;$the_last_login = mysql2date($date_format, $last_login, false);</p>
<p>&nbsp;&nbsp;//finally return the value<br />
&nbsp;&nbsp;return $the_last_login;<br />
}</p>
<p>//get current user object<br />
$current_user = wp_get_current_user();</p>
<p>//get the last login time by passing the user id to the above function.<br />
echo get_last_login($current_user-&gt;ID);</p>
<p>We are done. <img src='http://www.webtechideas.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.webtechideas.com/how-to-get-last-login-time-in-wordpress/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Adding banner to wordpress plugin</title>
		<link>http://www.webtechideas.com/adding-banner-to-wordpress-plugin/</link>
		<comments>http://www.webtechideas.com/adding-banner-to-wordpress-plugin/#comments</comments>
		<pubDate>Sat, 11 Feb 2012 19:03:50 +0000</pubDate>
		<dc:creator>Webtechideas</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[banner]]></category>
		<category><![CDATA[plugin]]></category>

		<guid isPermaLink="false">http://www.webtechideas.com/?p=999</guid>
		<description><![CDATA[Developing a plugin for wordpress is really an awesome feeling. After you submit this to wordpress, it will be available on the plugins section and your plugin will be used worldwide. But the way this shows up in the plugins page is not that eye-catchy. So how come if we can provide some cool graphics [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.webtechideas.com/wp-content/uploads/2012/02/plugin-banner.png" alt="" title="plugin-banner" width="631" height="203" class="aligncenter size-full wp-image-1004" /><br />
Developing a plugin for wordpress is really an awesome feeling. After you submit this to wordpress, it will be available on the plugins section and your plugin will be used worldwide. But the way this shows up in the plugins page is not that eye-catchy. So how come if we can provide some cool graphics (banner) over there so that user will have a better feeling accessing your plugins page. You can provide some message about you or your website using that banner. Here is a live implementation for my <a href="http://wordpress.org/extend/plugins/wti-like-post/" target="_blank">WTI Like Post</a> plugin.</p>
<p>Well there is a way to do this and wordpress provides this in a very simpler manner.</p>
<ul>
<li>Create a folder called assets inside your plugin root folder (where trunk folder is present) on your system.</li>
<li>Create a 772×250 px sized image/banner (preferably png) with whatever message you want to convey. This should strictly have a name &#8220;banner-772&#215;250&#8243; followed the extension and put it inside the assets folder.<br />
<strong>Note:</strong> Please DO NOT put anything on the bottom left section since this will be used by wordpress to put your plugin name here.</li>
<li>Now add your assets directory to svn and commit it. It will also put your banner on the svn.</li>
</ul>
<p>You are done now. On the next plugin directory refresh (normally 15 minutes), you can see your banner on your plugin page.</p>
<p>Thats it. Have some good time creating this. I am sure this will add more values to your plugins page.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.webtechideas.com/adding-banner-to-wordpress-plugin/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WTI Contact Back Plugin</title>
		<link>http://www.webtechideas.com/wti-contact-back-plugin/</link>
		<comments>http://www.webtechideas.com/wti-contact-back-plugin/#comments</comments>
		<pubDate>Tue, 07 Feb 2012 03:12:15 +0000</pubDate>
		<dc:creator>Webtechideas</dc:creator>
				<category><![CDATA[Downloads]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[contact]]></category>
		<category><![CDATA[email]]></category>
		<category><![CDATA[plugin]]></category>

		<guid isPermaLink="false">http://www.webtechideas.com/?p=978</guid>
		<description><![CDATA[Description WTI Contact Back is a plugin for sending website admin an email letting him know that he needs to contact you back. Installation Procedure Download the plugin and extract it. Upload the directory &#8216;/wti-contact-back/&#8217; to the &#8216;/wp-content/plugins/&#8217; directory. Activate the plugin through the &#8216;Plugins&#8217; menu in WordPress. Click on &#8216;WTI Contact Back&#8217; link under [...]]]></description>
			<content:encoded><![CDATA[<p><strong><span style="text-decoration: underline;">Description</span></strong></p>
<p>WTI Contact Back is a plugin for sending website admin an email letting him know that he needs to contact you back.</p>
<p><a href="http://www.webtechideas.com/wp-content/uploads/2012/02/screenshot-3.png" target="_blank"><img class="aligncenter size-full wp-image-997" title="screenshot-3" src="http://www.webtechideas.com/wp-content/uploads/2012/02/screenshot-3.png" alt="" width="194" height="193" /></a></p>
<p><span style="text-decoration: underline;"><strong>Installation Procedure</strong></span></p>
<ul>
<li>Download the plugin and extract it.</li>
<li>Upload the directory &#8216;/wti-contact-back/&#8217; to the &#8216;/wp-content/plugins/&#8217; directory.</li>
<li>Activate the plugin through the &#8216;Plugins&#8217; menu in WordPress.</li>
<li>Click on &#8216;WTI Contact Back&#8217; link under Settings menu to access the admin section.</li>
<li>On widgets section, there is a widget called &#8216;WTI Contact Back&#8217; available which is used as the widget.</li>
</ul>
<p><span style="text-decoration: underline;"><strong>Plugin Settings Link</strong></span></p>
<p>Once installed and activated, this plugin settings link is available below the plugin name in the plugins section as shown above. There is also a link ‘WTI Contact Back’ available under Settings tab.</p>
<p><a href="http://www.webtechideas.com/wp-content/uploads/2012/02/Admin-Settings-Link.png"><img class="aligncenter size-full wp-image-992" title="Admin Settings Link" src="http://www.webtechideas.com/wp-content/uploads/2012/02/Admin-Settings-Link.png" alt="" width="682" height="76" /></a></p>
<p><span style="text-decoration: underline;"><strong>Admin Configuration Settings</strong></span><br />
When you click on the link shown above, you will be taken to the plugin Configuration Settings page. For the moment this plugin comes with 2 configuration settings.</p>
<p><a href="http://www.webtechideas.com/wp-content/uploads/2012/02/Plugin-Configuration-Settings.png" target="_blank"><img class="aligncenter  wp-image-982" title="Plugin Configuration Settings" src="http://www.webtechideas.com/wp-content/uploads/2012/02/Plugin-Configuration-Settings.png" alt="" width="660" height="243" /></a></p>
<p><strong>jQuery Framework:</strong><br />
This option is in relation with the default jQuery settings. Disable this option if you already have the jQuery framework enabled in your theme. If not, then enable this.<br />
<strong>Default value:</strong> Enabled</p>
<p><strong>Recepient Email:</strong><br />
This option is for setting the email id which will be receiving the emails sent using the widget.<br />
<strong>Default value:</strong> Admin email id used during setting up the site.</p>
<p><strong><span style="text-decoration: underline;">Get the plugin here</span></strong></p>
<p><strong>Download link:</strong><br />
<a class="downloadlink" href="http://www.webtechideas.com/downloads/wti-contact-back1.0.zip" title="Version1.0 downloaded 37 times" >WTI Contact Back Plugin 1.0 (37)</a></p>
<p><strong>Download manual:</strong><br />
<a class="downloadlink" href="http://www.webtechideas.com/downloads/WTI-Contact-Back-Manual-1.0.pdf" title="Version1.0 downloaded 129 times" >WTI Contact Back Manual 1.0 (129)</a></p>
<p><strong>Demo link:</strong> <a title="See Demo Here" href="http://www.webtechideas.com/demowp" target="_blank">See Demo Here</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.webtechideas.com/wti-contact-back-plugin/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Removing wordpress generator meta tag</title>
		<link>http://www.webtechideas.com/removing-wordpress-generator-meta-tag/</link>
		<comments>http://www.webtechideas.com/removing-wordpress-generator-meta-tag/#comments</comments>
		<pubDate>Fri, 06 Jan 2012 19:48:45 +0000</pubDate>
		<dc:creator>Webtechideas</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[generator]]></category>
		<category><![CDATA[generator meta tag]]></category>
		<category><![CDATA[wp]]></category>

		<guid isPermaLink="false">http://www.webtechideas.com/?p=955</guid>
		<description><![CDATA[Sometimes it comes into mind that nobody should know whats the CMS that is used for my site. But CMSs do not take care of our feeling. What they actually do is they leave a generator meta tag which says about the CMS that&#8217;s being used. I have used Joomla and WordPress and both of [...]]]></description>
			<content:encoded><![CDATA[<p>Sometimes it comes into mind that nobody should know whats the CMS that is used for my site. But CMSs do not take care of our feeling. What they actually do is they leave a generator meta tag which says about the CMS that&#8217;s being used. I have used Joomla and WordPress and both of them do have this tag. When you look at the source code of your site(wordpress), you will find something like this</p>
<pre id="line17">&lt;meta name="generator" content="WordPress 3.2.1" /&gt;</pre>
<p>This is for wordpress. But there is a way we can remove this from our site. To do this, add the following php code to your theme&#8217;s functions.php file.</p>
<pre>remove_action('wp_head', 'wp_generator');</pre>
<p>If everything goes on well, then the meta generator tag must have been removed from your wordpress site&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.webtechideas.com/removing-wordpress-generator-meta-tag/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to create pagination in wordpress post</title>
		<link>http://www.webtechideas.com/how-to-create-pagination-in-wordpress-post/</link>
		<comments>http://www.webtechideas.com/how-to-create-pagination-in-wordpress-post/#comments</comments>
		<pubDate>Fri, 06 Jan 2012 18:50:56 +0000</pubDate>
		<dc:creator>Webtechideas</dc:creator>
				<category><![CDATA[Blog]]></category>

		<guid isPermaLink="false">http://www.webtechideas.com/?p=945</guid>
		<description><![CDATA[The main strength of any wordpress website lies in its contents. These contents can be created by mostly using posts. But its quite possible that the content may be huge and then the problem arises. As a normal user, everyone hates to use scrollbar to see the content. Don&#8217;t you? In fact as a user, [...]]]></description>
			<content:encoded><![CDATA[<p>The main strength of any wordpress website lies in its contents. These contents can be created by mostly using posts. But its quite possible that the content may be huge and then the problem arises. As a normal user, everyone hates to use scrollbar to see the content. Don&#8217;t you? In fact as a user, I was not happy with my post size. So I found out a work around for this problem. You can <a href="http://www.webtechideas.com/wti-like-post-plugin/" target="_blank">check this link on my site</a> having pagination.</p>
<p>But never worry <img src='http://www.webtechideas.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> . I have a solution to your problem. WordPress provides the option to break a single post into multiple pages so that user will hardly have to scroll a lot. In stead it creates page links depending upon the number of page breaks you have added in the post. Put the below code wherever you want to add the page break.</p>
<p>&lt;!&#8211;nextpage&#8211;&gt;</p>
<p>When wordpress encounters this, it will treat that you are trying move the rest of the post content to the next page. So it will add the necessary page links replacing the above code.</p>
<p>If your theme does not support post pagination, then you will have to manually add some code in the single.php of your theme. Open single.php in any text editor and add the following code generally after the content ends.</p>
<p><code>&lt;div id="page-links"&gt;&lt;?php wp_link_pages('pagelink= %'); ?&gt;&lt;/div&gt;</code></p>
<p>This code will internally add the available page links. You can also modify the above function to pass additional parameters as below</p>
<p><code>&lt;?php wp_link_pages('before=&lt;div id="page-links"&gt;&amp;after=&lt;/div&gt;&amp;pagelink=%'); ?&gt;</code></p>
<p>Here I&#8217;m using &#8220;id&#8221; attribute for &#8220;div&#8221; tag for adding some style to the page links. That&#8217;s it. Now you will find the pagination links at the bottom of your post content. <img src='http://www.webtechideas.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.webtechideas.com/how-to-create-pagination-in-wordpress-post/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WTI Like Post Plugin</title>
		<link>http://www.webtechideas.com/wti-like-post-plugin/</link>
		<comments>http://www.webtechideas.com/wti-like-post-plugin/#comments</comments>
		<pubDate>Fri, 06 Jan 2012 18:23:11 +0000</pubDate>
		<dc:creator>Webtechideas</dc:creator>
				<category><![CDATA[Downloads]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[like]]></category>
		<category><![CDATA[post]]></category>
		<category><![CDATA[thumb]]></category>
		<category><![CDATA[thumb down]]></category>
		<category><![CDATA[thumb up]]></category>
		<category><![CDATA[wti]]></category>

		<guid isPermaLink="false">http://www.webtechideas.com/?p=939</guid>
		<description><![CDATA[Description WTI Like Post is a plugin for adding like (thumbs up) and unlike (thumbs down) functionality for wordpress posts/pages. On admin end along with configuration settings, it will show maximum of 10 most liked posts/pages. You can configure these settings to match with your requirements. It also has the option to reset the settings [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.webtechideas.com/products-page/wordpress-plugin/wti-like-post-pro/"><img src="http://www.webtechideas.com/wp-content/uploads/2012/01/333.jpg" alt="pro" width="635" height="100" class="aligncenter size-full wp-image-1160" /></a></p>
<p><strong><span style="text-decoration: underline;">Description</span></strong></p>
<p><strong>WTI Like Post</strong> is a plugin for adding like (thumbs up) and unlike (thumbs down) functionality for wordpress posts/pages. On admin end along with configuration settings, it will show maximum of 10 most liked posts/pages. You can configure these settings to match with your requirements. It also has the option to reset the settings back to default if needed. It comes with a widget to display the most liked posts/pages which you can place in any widget area. It has live updation of like count on the widget if you like or unlike any post/page. It also comes with a language file for en-US (english- United States).</p>
<p><a href="http://www.webtechideas.com/wp-content/uploads/2011/12/wti_like_post_frontend_view1.png" rel="prettyPhoto" target="_blank"><img class="aligncenter size-medium wp-image-894" title="wti_like_post_frontend_view" src="http://www.webtechideas.com/wp-content/uploads/2011/12/wti_like_post_frontend_view1-300x117.png" alt="" width="300" height="117" /></a><strong><span style="text-decoration: underline;">Installation Procedure</span></strong></p>
<ul>
<li>Upload the directory &#8216;/wti-like-post/&#8217; to the &#8216;/wp-content/plugins/&#8217; directory.</li>
<li>Activate the plugin through the &#8216;Plugins&#8217; menu in WordPress.</li>
<li>Click on &#8216;WTI Like Post&#8217; link under Settings menu to access the admin section.</li>
<li>On widgets section, there is a widget called &#8216;Most Liked Posts&#8217; available which can be used to show most liked posts/pages.</li>
</ul>
<p><strong><span style="text-decoration: underline;">Admin Plugin Link</span></strong></p>
<p>Once installed and activated, this plugin link is available under <strong>Settings</strong> tab.</p>
<p><a href="http://www.webtechideas.com/wp-content/uploads/2011/12/wti_like_post_settings_link.png" rel="wp-prettyPhoto" target="_blank"><img class="aligncenter size-medium wp-image-889" title="wti_like_post_settings_link" src="http://www.webtechideas.com/wp-content/uploads/2011/12/wti_like_post_settings_link-300x128.png" alt="" width="300" height="128" /></a></p>
<p><strong><span style="text-decoration: underline;">Admin Configuration Settings</span></strong></p>
<p>When you click on the link shown above, you will be taken to the plugin <strong>Configuration Settings</strong> page. This plugin comes with a bunch of handy settings which can be set as per your requirement. Lets walk through each of these settings.</p>
<p><a href="http://www.webtechideas.com/wp-content/uploads/2011/12/wti_like_post_admin_settings.png" target="_blank"><img class="aligncenter size-medium wp-image-891" title="wti_like_post_admin_settings" src="http://www.webtechideas.com/wp-content/uploads/2011/12/wti_like_post_admin_settings-264x300.png" alt="" width="264" height="300" /></a></p>
<p><strong>jQuery Framework:</strong><strong></strong></p>
<p>This option is in relation with the default jQuery settings. Disable this option if you already have the jQuery framework enabled in your theme. If not, then enable this.</p>
<p><strong>Default value: </strong>Enabled</p>
]]></content:encoded>
			<wfw:commentRss>http://www.webtechideas.com/wti-like-post-plugin/feed/</wfw:commentRss>
		<slash:comments>107</slash:comments>
		</item>
	</channel>
</rss>
