<?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>Wordpress Themes</title> <atom:link href="http://wpth.net/feed/" rel="self" type="application/rss+xml" /><link>http://wpth.net</link> <description></description> <lastBuildDate>Sun, 03 Mar 2013 11:09:59 +0000</lastBuildDate> <language>en-US</language> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.5.1</generator> <item><title>How to Add a Forum to WordPress</title><link>http://wpth.net/how-to-add-a-forum-to-wordpress/</link> <comments>http://wpth.net/how-to-add-a-forum-to-wordpress/#comments</comments> <pubDate>Sat, 02 Mar 2013 10:53:18 +0000</pubDate> <dc:creator>Mark Nadas</dc:creator> <category><![CDATA[TUTORIALS]]></category> <category><![CDATA[blog post]]></category> <category><![CDATA[create forum using wordpress]]></category> <category><![CDATA[guide to using wordpress]]></category> <category><![CDATA[how do i use wordpress]]></category> <category><![CDATA[how do you use wordpress]]></category> <category><![CDATA[how to use wordpress]]></category> <category><![CDATA[learn how to use wordpress]]></category> <category><![CDATA[learn to use wordpress]]></category> <category><![CDATA[use wordpress]]></category> <category><![CDATA[wordpress how to use]]></category> <guid
isPermaLink="false">http://wpth.net/?p=10614</guid> <description><![CDATA[<p>Forums  and bulletin boards are very good tools to build online communities. There are many of  forum softwares available that you can install on your website but we will use bbPress.Are you asking why? bbPress used to be a standalone forum script from the creators of WordPress and has been around for years. Later it [...]</p><p>The post <a
href="http://wpth.net/how-to-add-a-forum-to-wordpress/">How to Add a Forum to WordPress</a> appeared first on <a
href="http://wpth.net">Wordpress Themes</a>.</p>]]></description> <content:encoded><![CDATA[<p><a
href="http://wpth.net/wp-content/uploads/2013/03/bbpress-and-wordpress.jpg"><img
class="alignnone size-full wp-image-10631" style="margin: 49px 35px;" alt="bbpress-and-wordpress" src="http://wpth.net/wp-content/uploads/2013/03/bbpress-and-wordpress.jpg" width="182" height="183" /></a><a
href="http://wpth.net/webhosting"><img
class="alignnone  wp-image-9608" title="hostgator hosting" alt="hostgator hosting" src="http://wpth.net/wp-content/uploads/2012/09/hostgator-hosting.gif" width="300" height="250" /></a></p><p>Forums  and bulletin boards are very good tools to build online communities. There are many of  forum softwares available that you can install on your website but we will use bbPress.Are you asking why? <a
href="http://bbpress.org/">bbPress</a> used to be a standalone forum script from the creators of WordPress and has been around for years. Later it converted to  a standard plugin for WordPress so now you can use it to add-on a forum to your existing blog in very easy way. All you need to do is to keep reading, and we will show you how to add a forum to  WordPress.<br
/> <span
id="more-10614"></span></p><h3>Install the Plugin</h3><p>bbPress is very easy to install. Simply go to <strong>Plugins » Add New</strong> in your WordPress admin area and <strong> </strong>search for bbPress. Install and activate the plugin. Alternatively, you can download the <a
href="http://wordpress.org/extend/plugins/bbpress/">bbPress plugin</a>, then simply upload it to your plugins (wp-content/plugins) folder via ftp. You can download and use a ftp client like <a
href="http://filezilla-project.org/">Filezilla</a>  which is free to use.<br
/> <a
href="http://wpth.net/wp-content/uploads/2013/03/welcome-to-bbpress.jpg"><img
class="aligncenter size-full wp-image-10616" alt="welcome-to-bbpress" src="http://wpth.net/wp-content/uploads/2013/03/welcome-to-bbpress.jpg" width="600" height="359" /></a></p><h3>Adding the Forum</h3><p>Once installed, you will see Forums, Topics and Replies menu items in your WordPress dashboard. The first step is to create your  forum by clicking on <strong>Forum » New Forum</strong>. Enter a title and a description for your forum and hit  the publish button. You can add as many forums as you like. You can also add some child forums – these will act as the categories that members will post in (just select the parent forum from “parent” dropdown box and publish).<br
/> <a
href="http://wpth.net/wp-content/uploads/2013/03/add-forum-wordpress.jpg"><img
class="aligncenter size-full wp-image-10617" alt="add forum wordpress" src="http://wpth.net/wp-content/uploads/2013/03/add-forum-wordpress.jpg" width="638" height="277" /></a></p><h3>Adding Forum Widgets</h3><p>To add widgets go to  “Appearance” &gt; “Widgets” and use bbPress widgets.In my opinion the most important widget is the <strong>(bbPress) Login Widget </strong>(I will tell you why in a minute).<br
/> <a
href="http://wpth.net/wp-content/uploads/2013/03/forums-widgets.jpg"><img
class="aligncenter size-full wp-image-10618" alt="forums widgets" src="http://wpth.net/wp-content/uploads/2013/03/forums-widgets.jpg" width="500" height="241" /></a></p><h3>Display Forum in the Front End of WordPress</h3><p>Now we have created a few forums, and we will display them on the front end of your WordPress site.All you need to do is to create a new WordPress page. Give it a name, like Forum, Community, or anything you like. Paste the shortcode below into your newly created page:</p><pre class="brush: php; title: ; notranslate">[bbp-forum-index]</pre><p>Turn off comments and trackbacks on the forum page and hit the publish button. Now you need to include this page in navigation menu. Go to <strong>Appearance » Menus and the page to your menu.</strong>The page is now linked to your forums and anyone who clicks on it will be brought to the forum page.</p><h3>Integrate bbPress with Your Theme</h3><p>First of all you will need to allow registrations on your website.Just  go to <strong>Settings » General</strong>, check the box next to “Any one can register”.</p><p>Now we need to create a registration page which is very simple as well. Just create a WordPress page, and give it a title, e.g. <em>Register</em>. Add this shortcode to the page</p><pre class="brush: php; title: ; notranslate">[bbp-register]</pre><p>and publish the page.</p><p>We will do the same thing with the lost password recovery page. Create, give it a title e.g. <em>Lost Password</em> and add following shortcode to it.</p><pre class="brush: php; title: ; notranslate">[bbp-lost-pass]</pre><p>Don’t forget to hit the publish button.:-)</p><p>Now we will go back to the <strong>(bbPress) Login Widget</strong> and enter the URI(s) for the registration and lost password pages.Once it’s saved, load your site and you will be able to see the login widget in the sidebar.<br
/> <a
href="http://wpth.net/wp-content/uploads/2013/03/login-widget.jpg"><img
class="aligncenter size-full wp-image-10622" alt="login widget" src="http://wpth.net/wp-content/uploads/2013/03/login-widget.jpg" width="550" height="267" /></a></p><h3>Forum Settings</h3><p>To change settings for your bbPress forums, go to <strong>Settings » Forums</strong>.<br
/> The first option “Disallow editing after” lets forum posters to edit their posts after publishing. Default setting is 5 minutes.<br
/> The second option “Throttle posting every” controls after how much time a new post should appear on the forum.Default is set to 10 seconds.<br
/> You can also choose how many topics and replies you want to show per page and you set custom slugs for single forums, topics, replies, tags, users, and views. If you change those, existing permalinks will also change.<br
/> Some other settings are “ allow users to subscribe to topics” or “add topics as favorites” or “allow topics to have tags”.</p><p><a
href="http://wpth.net/wp-content/uploads/2013/03/forum-settings.jpg"><img
class="aligncenter size-full wp-image-10625" alt="forum settings" src="http://wpth.net/wp-content/uploads/2013/03/forum-settings.jpg" width="550" height="334" /></a></p><h3>User Roles in bbPress</h3><p>bbPress supports five pre-defined roles, everyone of them has different capabilities.See the list below.<br
/> <strong>Keymaster</strong> &#8211; Admin<br
/> <strong>Participant</strong> &#8211; Editor<br
/> <strong>Participant</strong> &#8211; Author<br
/> <strong>Participant</strong> &#8211; Contributor<br
/> <strong>Participant</strong> &#8211; Subscriber<br
/> You can also block user using the option <strong>Blocked</strong>.</p><p>That&#8217;s it.Hope, this article will help to set up your forum with no hassle.You can also extend your forums functionality by adding some extensions from many <a
href="http://bbpress.org/plugins/" target="_blank">bbPress plugins</a>.</p><p><strong>Let us know if you have any problem of tips on this topic.</strong></p><p>The post <a
href="http://wpth.net/how-to-add-a-forum-to-wordpress/">How to Add a Forum to WordPress</a> appeared first on <a
href="http://wpth.net">Wordpress Themes</a>.</p>]]></content:encoded> <wfw:commentRss>http://wpth.net/how-to-add-a-forum-to-wordpress/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>How to Convert Post to Page in WordPress</title><link>http://wpth.net/how-to-convert-post-to-page-in-wordpress/</link> <comments>http://wpth.net/how-to-convert-post-to-page-in-wordpress/#comments</comments> <pubDate>Sun, 24 Feb 2013 15:02:06 +0000</pubDate> <dc:creator>Mark Nadas</dc:creator> <category><![CDATA[TUTORIALS]]></category> <category><![CDATA[blog post]]></category> <category><![CDATA[convert page to post wordpress]]></category> <category><![CDATA[convert pages to posts wordpress]]></category> <category><![CDATA[convert post to page wordpress]]></category> <category><![CDATA[convert posts to pages wordpress]]></category> <category><![CDATA[landing page wordpress]]></category> <category><![CDATA[member page wordpress]]></category> <category><![CDATA[wordpress convert page to post]]></category> <category><![CDATA[wordpress convert pages to posts]]></category> <category><![CDATA[wordpress convert post to page]]></category> <category><![CDATA[wordpress convert posts to pages]]></category> <category><![CDATA[wordpress member page]]></category> <category><![CDATA[wordpress member pages]]></category> <category><![CDATA[wordpress members page]]></category> <category><![CDATA[wordpress sales page]]></category> <guid
isPermaLink="false">http://wpth.net/?p=10598</guid> <description><![CDATA[<p>WordPress Pages are used for more static content like: About, Contact Us etc and are accessible to site visitors from the site menu.On the other side, posts are used for dynamic and regular content updates on the website such as posts. Sometimes we need to convert content published as ‘Post’ into ‘Page’. It could the [...]</p><p>The post <a
href="http://wpth.net/how-to-convert-post-to-page-in-wordpress/">How to Convert Post to Page in WordPress</a> appeared first on <a
href="http://wpth.net">Wordpress Themes</a>.</p>]]></description> <content:encoded><![CDATA[<p><a
href="http://wpth.net/out/bluehost" target="_top"><img
alt="" src="http://img.bluehost.com/300x250/bh_300x250_05.gif" border="0" /></a><a
href="http://wpth.net/wp-content/uploads/2013/02/post-to-page.jpg"><img
class="alignleft size-full wp-image-10603" style="margin: 40px 28px;" alt="post to page" src="http://wpth.net/wp-content/uploads/2013/02/post-to-page.jpg" width="193" height="158" /></a><br
/> WordPress Pages are used for more static content like: About, Contact Us etc and are accessible to site visitors from the site menu.On the other side, posts are used for dynamic and regular content updates on the website such as posts. Sometimes we need to convert content published as ‘Post’ into ‘Page’. It could the case when one of your posts become popular or complicated and you feel it should has its own WordPress page. It would also be easier for visitors as the page (post) would be accessible from the site menu.<br
/> <span
id="more-10598"></span><br
/> In this case we will use <a
href="http://wordpress.org/extend/plugins/ptypeconverter/" target="_blank">pTypeConverter plugin</a>. This plugin is a complete new version of old plugin called p2pConverter and converts any posts to pages and back in an easy to use interface. A pTypeConverter role capability prevents unwanted users from converting pages (i.e. only Administrators and Editors have this ability to begin with), which can be adjusted by using a Role Manager plugin.</p><p>In order to convert post to page you will need to install and activate <a
href="http://wordpress.org/extend/plugins/ptypeconverter/" target="_blank">pTypeConverter plugin</a>. Once the plugin has been activated click on Tools in your dasboard and the pTypeConverter submenu will show up.</p><p>Use of this plugin is straight forward.Click on the tab &#8220;Convert&#8221;, select your posts or pages and choose what you want to convert your items to.</p><p><a
href="http://wpth.net/wp-content/uploads/2013/02/convert-post-to-page.jpg"><img
class="alignleft size-full wp-image-10602" alt="convert-post-to-page" src="http://wpth.net/wp-content/uploads/2013/02/convert-post-to-page.jpg" width="650" height="319" /></a></p><p>The last step is to hit the convert button and you are done.</p><p>The post <a
href="http://wpth.net/how-to-convert-post-to-page-in-wordpress/">How to Convert Post to Page in WordPress</a> appeared first on <a
href="http://wpth.net">Wordpress Themes</a>.</p>]]></content:encoded> <wfw:commentRss>http://wpth.net/how-to-convert-post-to-page-in-wordpress/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Simple Facebook Like PopUp for WordPress</title><link>http://wpth.net/simple-facebook-like-popup-for-wordpress/</link> <comments>http://wpth.net/simple-facebook-like-popup-for-wordpress/#comments</comments> <pubDate>Wed, 20 Feb 2013 14:03:46 +0000</pubDate> <dc:creator>Mark Nadas</dc:creator> <category><![CDATA[TUTORIALS]]></category> <category><![CDATA[best popup for wordpress]]></category> <category><![CDATA[best wordpress popup]]></category> <category><![CDATA[blog post]]></category> <category><![CDATA[exit popup wordpress]]></category> <category><![CDATA[facebook like box for wordpress]]></category> <category><![CDATA[facebook pop up plugin wordpress]]></category> <category><![CDATA[facebook pop up wordpress]]></category> <category><![CDATA[facebook popup]]></category> <category><![CDATA[facebook popup for blogger]]></category> <category><![CDATA[facebook popup wordpress]]></category> <category><![CDATA[fb like box wordpress]]></category> <category><![CDATA[like box plugin wordpress]]></category> <category><![CDATA[newsletter popup wordpress]]></category> <category><![CDATA[newsletter signup popup]]></category> <category><![CDATA[plugin popup]]></category> <category><![CDATA[popup en wordpress]]></category> <category><![CDATA[popup for wordpress]]></category> <category><![CDATA[popup in wordpress]]></category> <category><![CDATA[popup newsletter]]></category> <category><![CDATA[popup newsletter signup]]></category> <category><![CDATA[popup page wordpress]]></category> <category><![CDATA[Popup Plugins]]></category> <category><![CDATA[popup wordpress]]></category> <category><![CDATA[simple popup wordpress]]></category> <category><![CDATA[subscribe popup wordpress]]></category> <category><![CDATA[twitter like box wordpress]]></category> <category><![CDATA[wordpress auto popup]]></category> <category><![CDATA[wordpress exit popup]]></category> <category><![CDATA[wordpress facebook]]></category> <category><![CDATA[wordpress facebook like popup]]></category> <category><![CDATA[wordpress facebook popup plugin]]></category> <category><![CDATA[wordpress image popup]]></category> <category><![CDATA[wordpress like box widget]]></category> <category><![CDATA[wordpress link popup]]></category> <category><![CDATA[wordpress page popup]]></category> <category><![CDATA[wordpress pop up]]></category> <category><![CDATA[wordpress popup]]></category> <category><![CDATA[wordpress popup form]]></category> <category><![CDATA[wordpress popup link]]></category> <category><![CDATA[wordpress popup message]]></category> <category><![CDATA[wordpress popup newsletter signup]]></category> <category><![CDATA[wordpress popup page]]></category> <category><![CDATA[wordpress simple popup]]></category> <category><![CDATA[wordpress subscribe popup]]></category> <category><![CDATA[wysuwany like box wordpress]]></category> <guid
isPermaLink="false">http://wpth.net/?p=10551</guid> <description><![CDATA[<p>If you want to promote your content on Facebook than Facebook Like box display is a must.In my previous post I wrote about how to use Facebook plugins to drive more traffic to your blog. This time let’s talk about Facebook Like box, which gives you bigger chances for more likes to your fanpage. This [...]</p><p>The post <a
href="http://wpth.net/simple-facebook-like-popup-for-wordpress/">Simple Facebook Like PopUp for WordPress</a> appeared first on <a
href="http://wpth.net">Wordpress Themes</a>.</p>]]></description> <content:encoded><![CDATA[<p><a
href="http://wpth.net/wp-content/uploads/2013/02/fb-popup-small.jpg"><img
class="alignnone size-full wp-image-10591" style="margin: 49px 35px;" alt="" src="http://wpth.net/wp-content/uploads/2013/02/fb-popup-small.jpg" width="180" height="182" /></a><a
href="http://wpth.net/webhosting"><img
class="alignnone  wp-image-9608" title="hostgator hosting" alt="hostgator hosting" src="http://wpth.net/wp-content/uploads/2012/09/hostgator-hosting.gif" width="300" height="250" /></a><br/><br
/> If you want to promote your content on Facebook than Facebook Like box display is a must.In my previous post I wrote about <a
href="http://wpth.net/drive-more-traffic-to-your-content-with-facebook-plugins/">how to use Facebook plugins to drive more traffic to your blog</a>. This time let’s talk about Facebook Like box, which gives you bigger chances for more likes to your fanpage. This should turn into more referral traffic from Facebook to your WordPress blog. For greater conversion, instead of showing Facebook Like box in the blog sidebar, you can also display it in the form of pop-up box using one of two following methods.<br
/> <span
id="more-10551"></span></p><h3>WordPress PopUp Plugin</h3><p>First method is the one we are <del
datetime="2013-02-24T13:27:50+00:00">currently using on wpth.net</del> and it’s based on free wp plugin called <a
href="http://wordpress.org/extend/plugins/wordpress-popup/">WordPress PopUp</a>. This is multifunction plugin as it can be used to display not just your like box. The plugin can be used as very effective way to advertise your mailing list, special offer or simply to show ads via javascript ‘pop over’ on your site.</p><blockquote><p><a
href="http://wpth.net/wp-content/uploads/2013/02/fb-like-popup.jpg"><img
class="size-full wp-image-10554 aligncenter" alt="fb like popup" src="http://wpth.net/wp-content/uploads/2013/02/fb-like-popup.jpg" width="300" height="210" /></a><a
href="http://wpth.net/wp-content/uploads/2013/02/hg-sale-popup.jpg"><img
class="size-full wp-image-10555 aligncenter" alt="hg sale popup" src="http://wpth.net/wp-content/uploads/2013/02/hg-sale-popup.jpg" width="300" height="215" /></a></p></blockquote><p><strong>Some of WordPress PopUp plugin features:</strong></p><blockquote><ul><li>Display fancy pop up(s) (powered as a popover!) to visitors network wide, per site or on specific URLs</li><li>Hassle-free interface. Creating your new pop over is as simple as adding a new post to your WordPress blog.</li><li>Extensive options for customizing who sees your pop overs including logged out users, visitors who have never commented , search engine visitors.</li><li>Includes optional hide a pop over forever.</li><li>Ability to set the amount of time that passes between when the user hits your site and when the pop up displays</li><li>Compatible with any WordPress theme. Customize the style and layout of your pop over to fit with your existing site design.</li><li>Works perfectly with WordPress, Multisite and BuddyPress.</li><li>Use this plugin on any WordPress project you like.</li></ul></blockquote><p>First download and activate <a
href="http://wordpress.org/extend/plugins/wordpress-popup/">WordPress PopUp</a> plugin. Once activated go to an option on your dashboard that says “Pop Overs” and click “Create New”.You will now see popover settings page where you fill in the popover title, content of you popup window and also set the size and position.<br
/> <a
href="http://wpth.net/wp-content/uploads/2013/02/new-pop-over.jpg"><img
class="aligncenter size-full wp-image-10582" alt="popover settings" src="http://wpth.net/wp-content/uploads/2013/02/new-pop-over.jpg" width="568" height="404" /></a><br
/> This plugin also lets you set custom conditions where you can add rules to your popup such as show popup for logged in or out only, set the specific number of times or even show the popup only when the user arrives via search engine.</p><h3>Facebook Page Promoter Plugin</h3><p>Second method is to use <a
title="Facebook Page Promoter Plugin" href="http://wordpress.org/extend/plugins/facebook-page-promoter-lightbox/" target="_blank">Facebook Page Promoter Plugin</a> which is limited to display Facebook like box popup only.It’s great way to grow your facebook community with a lightbox popup.</p><p>This plugin is very simple to use and set up.All you need to do is install and activate <a
title="Facebook Page Promoter Plugin" href="http://wordpress.org/extend/plugins/facebook-page-promoter-lightbox/" target="_blank">Facebook Page Promoter Plugin</a>.</p><p>What you should see now is an option on your dashboard that says “Averico Settings”. After clicking on this and it will bring you to a setup page where you input your Facebook page ID. If you are not sure how to get the page ID, click on the following link <a
href="http://arevico.com/retrieving-the-facebook-fanpage-id/">Retrieve the Facebook Fanpage ID</a> .<br
/> <a
href="http://wpth.net/wp-content/uploads/2013/02/facebook-popup-settings2.jpg"><img
class="aligncenter size-full wp-image-10574" alt="facebook-popup-settings" src="http://wpth.net/wp-content/uploads/2013/02/facebook-popup-settings2.jpg" width="650" height="326" /></a><br
/> Once you have added your page ID, you can now customize the time delay after which pop-up box should appear. Also, you can select if pop-up box should appear on posts, pages or homepage only or set the styling options like size and color of the like box. Save it and you should see something like this.<br
/> <a
href="http://wpth.net/wp-content/uploads/2013/02/wpth-like-popup.jpg"><img
class="aligncenter size-full wp-image-10584" alt="wpth like popup" src="http://wpth.net/wp-content/uploads/2013/02/wpth-like-popup.jpg" width="600" height="419" /></a></p><h4>Feel free to share your way of promoting you Facebook page.</h4><p>The post <a
href="http://wpth.net/simple-facebook-like-popup-for-wordpress/">Simple Facebook Like PopUp for WordPress</a> appeared first on <a
href="http://wpth.net">Wordpress Themes</a>.</p>]]></content:encoded> <wfw:commentRss>http://wpth.net/simple-facebook-like-popup-for-wordpress/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Drive More Traffic to Your Content With Facebook Plugins</title><link>http://wpth.net/drive-more-traffic-to-your-content-with-facebook-plugins/</link> <comments>http://wpth.net/drive-more-traffic-to-your-content-with-facebook-plugins/#comments</comments> <pubDate>Tue, 01 Jan 2013 20:29:20 +0000</pubDate> <dc:creator>Mark Nadas</dc:creator> <category><![CDATA[TUTORIALS]]></category> <category><![CDATA[acebook plugins for websites]]></category> <category><![CDATA[add a facebook like button to website]]></category> <category><![CDATA[add like button on facebook]]></category> <category><![CDATA[blog post]]></category> <category><![CDATA[custom facebook like page]]></category> <category><![CDATA[face book plugin]]></category> <category><![CDATA[face book plugins]]></category> <category><![CDATA[facebook business page like button]]></category> <category><![CDATA[facebook developers plugin]]></category> <category><![CDATA[facebook like analytics]]></category> <category><![CDATA[facebook like button analytics]]></category> <category><![CDATA[facebook like html5]]></category> <category><![CDATA[facebook likes analytics]]></category> <category><![CDATA[facebook sosial plugin]]></category> <category><![CDATA[gain likes on facebook]]></category> <category><![CDATA[gain likes on facebook page]]></category> <category><![CDATA[getting facebook likes for business]]></category> <category><![CDATA[how do i add a facebook like button]]></category> <category><![CDATA[how to add a like button on facebook]]></category> <category><![CDATA[how to add a like button to facebook]]></category> <category><![CDATA[how to add like button on facebook]]></category> <category><![CDATA[how to add like button to facebook business page]]></category> <category><![CDATA[how to add the like button on facebook]]></category> <category><![CDATA[how to gain likes on facebook page]]></category> <category><![CDATA[how to make websites like facebook]]></category> <category><![CDATA[html5 facebook like]]></category> <category><![CDATA[like button for facebook business page]]></category> <category><![CDATA[like button on facebook business page]]></category> <category><![CDATA[likes for facebook websites]]></category> <category><![CDATA[likes on facebook websites]]></category> <category><![CDATA[make a site like facebook]]></category> <category><![CDATA[what are facebook plugins]]></category> <category><![CDATA[www developers facebook com plugins]]></category> <guid
isPermaLink="false">http://wpth.net/?p=10522</guid> <description><![CDATA[<p>Would you like to see more of your content shared on Facebook? How other bloggers make it easy for people to share your site or blog content on Facebook? Some people use the Facebook Like Button, others the Facebook Recommendations Box or any other Facebook plugin.But how do you know what will work best for [...]</p><p>The post <a
href="http://wpth.net/drive-more-traffic-to-your-content-with-facebook-plugins/">Drive More Traffic to Your Content With Facebook Plugins</a> appeared first on <a
href="http://wpth.net">Wordpress Themes</a>.</p>]]></description> <content:encoded><![CDATA[<p><a
href="http://wpth.net/wp-content/uploads/2013/01/facebook-social-plugins.png"><img
class="size-full wp-image-10523 alignleft" style="margin: 80px 58px;" alt="facebook-social-plugins" src="http://wpth.net/wp-content/uploads/2013/01/facebook-social-plugins.png" width="150" height="107" /></a><br
/> <a
href="http://wpth.net/themes/templatic-themes/"><img
class="alignnone size-full wp-image-9233" title="Templatic Themes" alt="Templatic Themes" src="http://wpth.net/wp-content/uploads/2012/07/Templatic-Themes.png" width="300" height="300" /></a></p><p>Would you like to see more of your content shared on Facebook? How other bloggers make it easy for people to share your site or blog content on Facebook? Some people use the Facebook Like Button, others the Facebook Recommendations Box or any other Facebook plugin.But how do you know what will work best for you?<br
/> <span
id="more-10522"></span></p><h2>Here are All Facebook Social Plugins Available on Facebook Developers Page:</h2><p
style="text-align: center;"><a
href="http://wpth.net/wp-content/uploads/2013/01/like-send-follow-comments-plugins.png"><img
class="size-full wp-image-10532 aligncenter" alt="like-send-follow-comments-plugins" src="http://wpth.net/wp-content/uploads/2013/01/like-send-follow-comments-plugins.png" width="512" height="88" /></a></p><h3>Like Button</h3><p>You will find this plugin in most of the blogs. Almost everyone on this plane has a facebook account so why not to use it to <a
href="http://wpth.net/viral-lock-plugin-make-your-site-go-viral/" target="_blank">drive some traffic to your site</a>.What is Like Button? The Like button lets a user share your content with friends on Facebook. Facebook Likes are tied to URLs. This plugin provides full URL of the article to the Facebook module, which effectively means that each of your article containing this tag will start a separate like. When the user clicks the Like button on your site, an article appears in the user&#8217;s friends&#8217; News Feed with a link back to your website.You can customize the look of your like button by changing layout style, width, colours and font style.<br
/> <a
href="https://developers.facebook.com/docs/reference/plugins/like/"><strong>Get Like Button</strong></a></p><h3>Send Button</h3><p>The Send Button allows users to easily send content to their friends. Visitors will have the option to send your URL in a message to their Facebook friends, to the group wall of one of their Facebook groups, and as an email to any email address. While the Like Button allows users to share content with all of their friends, the Send Button allows them to send a private message to just a few friends.The message will include a link to the URL specified in the send button, along with a title, image, and short description of the link. With send button you can only change color scheme and fonts type.<br
/> <a
href="https://developers.facebook.com/docs/reference/plugins/send/"><strong>Get Send Button</strong></a></p><h3>Follow Button</h3><p>The Follow button lets a user follow your public updates on Facebook.If you choose to allow public followers, then those people will only see the content you share that is marked public. On the other hand, you will never be able to see your public followers updates unless they allow public subscribers to follow their profile and you subsrcibe to them.<br
/> <a
href="https://developers.facebook.com/docs/reference/plugins/follow/"><strong>Get Follow Button</strong></a></p><h3>Comments</h3><p>Comments Box is a social plugin that enables user commenting on your site.People can directly comment on blog posts through their facebook accounts. They can also share what they have commented to their facebook page . “post to facebook” function allows user to post their comments to facebook account.<br
/> <a
href="https://developers.facebook.com/docs/reference/plugins/comments/"><strong>Get Comments</strong></a></p><p><a
href="http://wpth.net/wp-content/uploads/2013/01/activity-bar-box-likebox-social-plugins.png"><img
class="size-full wp-image-10533 aligncenter" alt="activity-bar-box-likebox-social-plugins" src="http://wpth.net/wp-content/uploads/2013/01/activity-bar-box-likebox-social-plugins.png" width="512" height="88" /></a></p><h3>Activity Feed</h3><p>The Activity Feed plugin displays the most interesting recent activity happening on your blog.It displays stories when users interact with content on your site, such as like, watch, read, play or any custom action.If someone logged into Facebook and landed on your site, they will able to see recent activities of their Facebook friends.If the user is logged out, the activity feed will show recommendations from across your site, and give the user the option to log in to Facebook.<br
/> <a
href="https://developers.facebook.com/docs/reference/plugins/activity/"><strong>Get Activity Feed</strong></a></p><h3>Recommendations Box</h3><p>The Recommendations Box shows personalized recommendations to your users, whether or not the user has logged into your site. It appears in the sidebar of your website.For a logged in Facebook user, the plugin will give preference to and highlight objects his/her friends have interacted with.<br
/> <a
href="https://developers.facebook.com/docs/reference/plugins/recommendations/"><strong>Get Recommendations Box</strong></a></p><h3>Recommendations Bar</h3><p>This is sort of a popup box that is shown to readers of your blog post as they scroll down your post.The expanded view will show the user a social recommendation of the next article to read on your site.It allows users to like content, get recommendations, and share what they’re reading with their friends.<br
/> <a
href="https://developers.facebook.com/docs/reference/plugins/recommendationsbar/"><strong>Get Recommendations Bar</strong></a></p><h3>Like Box</h3><p>This is a good way to promote your Facebook page to your readers by displaying a Facebook like box on the sidebar of the blog.It&#8217;s easy way to attract and gain Likes from their own website. The Like Box enables users to:<br
/> -See how many users already like this Page, and which of their friends like it too<br
/> -Read recent posts from the Page<br
/> -Like the Page with one click, without needing to visit the Page<br
/> <a
href="https://developers.facebook.com/docs/reference/plugins/like-box/"><strong>Get Like Box</strong></a></p><p><a
href="http://wpth.net/wp-content/uploads/2013/01/ligin-register-facepile.png"><img
class="size-full wp-image-10534 aligncenter" alt="ligin-register-facepile" src="http://wpth.net/wp-content/uploads/2013/01/ligin-register-facepile.png" width="371" height="88" /></a></p><h3>Login Button</h3><p>The Login Button shows profile pictures of the user&#8217;s friends who have already signed up for your site in addition to a login button.It is the most common and accepted button most people will feel &#8220;comfortable&#8221; using.<br
/> <a
href="https://developers.facebook.com/docs/reference/plugins/login/"><strong>Get Login Button</strong></a></p><h3>Registration</h3><p>Facebook registration plugin enables users to register for a website regardless if they have Facebook account or not. However, if they have a Facebook account the registration form will be automatically prefilled with the user information from their Facebook account.The plugin is a simple iframe that you can drop into your page.Two advantages of using a registration plugin as opposed to simple &#8220;Login with Facebook&#8221; buttons is that you can request information from users and that users don&#8217;t need a Facebook account to register for our site.<br
/> <a
href="https://developers.facebook.com/docs/plugins/registration/"><strong>Get the Registration Plugin</strong></a></p><h3>Facepile</h3><p>The Facebook Facepile social plugin is very simple. It displays the profile pictures of everyone who has signed up to your site.<br
/> <a
href="https://developers.facebook.com/docs/reference/plugins/facepile/"><strong>Get Facepile</strong></a></p><h4>Conclusion</h4><p>All these plugins are helpful in driving great traffic to your blog. I hope this post will help you to choose one. What are your favourite social polugins? Share it with us.</p><p>The post <a
href="http://wpth.net/drive-more-traffic-to-your-content-with-facebook-plugins/">Drive More Traffic to Your Content With Facebook Plugins</a> appeared first on <a
href="http://wpth.net">Wordpress Themes</a>.</p>]]></content:encoded> <wfw:commentRss>http://wpth.net/drive-more-traffic-to-your-content-with-facebook-plugins/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Are You Using Too Many WordPress Plugins?</title><link>http://wpth.net/are-you-using-too-many-wordpress-plugins/</link> <comments>http://wpth.net/are-you-using-too-many-wordpress-plugins/#comments</comments> <pubDate>Fri, 28 Dec 2012 04:01:35 +0000</pubDate> <dc:creator>Mark Nadas</dc:creator> <category><![CDATA[TUTORIALS]]></category> <category><![CDATA[blog post]]></category> <category><![CDATA[Tips for Selecting Plugins]]></category> <guid
isPermaLink="false">http://wpth.net/?p=10498</guid> <description><![CDATA[<p>Plugins can extend your WordPress site to do almost anything.As of December 2012 there were more than 28,000 free plugins in the WordPress plugins repository that the community has to offer.But, do you really need all of them? If you are the person who tend to use many plugins, you should first learn why using [...]</p><p>The post <a
href="http://wpth.net/are-you-using-too-many-wordpress-plugins/">Are You Using Too Many WordPress Plugins?</a> appeared first on <a
href="http://wpth.net">Wordpress Themes</a>.</p>]]></description> <content:encoded><![CDATA[<blockquote><p><a
href="http://wpth.net/wp-content/uploads/2012/12/too-many-plugins.png"><img
class="alignnone size-full wp-image-10500" style="margin: 70px 60px;" alt="too-many-plugins" src="http://wpth.net/wp-content/uploads/2012/12/too-many-plugins.png" width="125" height="121" /></a><a
href="https://managewp.com/?utm_source=A&amp;utm_medium=Banner&amp;utm_content=mwp_banner_17_300x250&amp;utm_campaign=A&amp;utm_mrl=557"><img
alt="" src="https://managewp.com/banners/affiliate/mwp_banner_17_300x250.jpg" /></a></p></blockquote><p>Plugins can extend your WordPress site to do almost anything.As of December 2012 there were more than 28,000 free plugins in the WordPress plugins repository that the community has to offer.But, do you really need all of them? If you are the person who tend to use many plugins, you should first learn why using too many of them will impact negatively on your website and readership.</p><p><span
id="more-10498"></span></p><h2>Your WordPress site’s plugin health depends largely on the quality of the plugins you are using.</h2><h3>Too Many Plugins May Slow Down Your Website</h3><p>Almost every plugin you use sends a server request when each of your readers loads the site.Imagine the effect of having fifty plugins when ten users are on your site. What about even more plugins and more visitors? Do you really want your site to be that slow?</p><h3>Security Issue With Some Free WordPress Plugins</h3><p>Some plugins, especially the free ones, can be exploited by hackers who can then hack into your site. <a
href="http://wpth.net/how-to-fix-a-hacked-wordpress-install/">Having your blog hacked isn’t fun</a>, and it also mean you spend valuable time fixing it.I know you propably won&#8217;t know which plugin is safe and which one is not, so try to only install the minimum number of necessary plugins to <a
href="http://wpth.net/how-to-secure-your-wordpress-website/">keep your WordPress website secure</a>.</p><h3>Updates And Support For Free WordPress Plugins</h3><p>Free plugins rarely last forever , especialy when the authors don&#8217;t have time to continue the development and support of the plugin, you may be stuck with something that doesn’t work. The plugins may not be compatible with <a
href="http://wpth.net/latest-wordpress-download/">latest WordPress version</a> and you may not even get support for it from anyone else (unless you pay someone to do it for you). The more WordPress plugins you use, the higher the chances that this may happen to your site.</p><h3>Conflicts Amongst Different Plugins</h3><p>The more plugins you add, the more conflicts you’re going to get, especially with low quality plugins.If a plugin is not compatible with another one and you install both of them, you are introducing a problem to your site. It may not necessarily be the last plugin that you installed that is causing the conflict. It may be one you installed ages ago that is the source of the problem.</p><h3>Tips for Selecting Plugins:</h3><p><strong>Don’t add plugins you don’t need.</strong><br
/> - There are very few plugins that I would consider a “must-have” for every single WordPress site.Do not install the plugin unless it performs a necessary function for your website.<br
/> <strong>Watch your load time.</strong><br
/> - Your WordPress site should load up in about 2-4 seconds.If it doesn&#8217;t, then you could have the plugin dragging your load time down.<br
/> <strong>See Who The Plugin&#8217;s Author Is.</strong><br
/> – Is the plugin’s developer well-respected and known for producing high quality plugins?<br
/> <strong>Plugin Download Stats and Rating.</strong><br
/> – Has the plugin been downloaded and rated high? Are there any conflicts / issues with it? Also check the support forums, if possible.</p><blockquote><p>You should only use the WordPress plugins that you are really going to need, rather than installing them just because they are fancy.Nobody is going to debug your plugin conflicts for you (maybe somebody will if you pay them).The best to choose best plugins is to be selective, be vigilant, and keep it simple.</p></blockquote><p>The post <a
href="http://wpth.net/are-you-using-too-many-wordpress-plugins/">Are You Using Too Many WordPress Plugins?</a> appeared first on <a
href="http://wpth.net">Wordpress Themes</a>.</p>]]></content:encoded> <wfw:commentRss>http://wpth.net/are-you-using-too-many-wordpress-plugins/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>How To Secure Your WordPress Website</title><link>http://wpth.net/how-to-secure-your-wordpress-website/</link> <comments>http://wpth.net/how-to-secure-your-wordpress-website/#comments</comments> <pubDate>Mon, 17 Dec 2012 23:10:59 +0000</pubDate> <dc:creator>Mark Nadas</dc:creator> <category><![CDATA[TUTORIALS]]></category> <category><![CDATA[Secure Your WordPress Website]]></category> <guid
isPermaLink="false">http://wpth.net/?p=10483</guid> <description><![CDATA[<p>One of the most important things you could do is securing your blog.Your blog can be big value for readers but if it is not secure, you could lose everything overnight.I will share some security tips that you should apply in your blog. 1. Backup, Backup and Backup! It is said that no website can [...]</p><p>The post <a
href="http://wpth.net/how-to-secure-your-wordpress-website/">How To Secure Your WordPress Website</a> appeared first on <a
href="http://wpth.net">Wordpress Themes</a>.</p>]]></description> <content:encoded><![CDATA[<p><a
href="http://wpth.net/wp-content/uploads/2012/12/how-to-secure-wordpress.gif"><img
class="alignnone size-full wp-image-10488" style="margin: 27px 32px;" alt="how-to-secure-wordpress" src="http://wpth.net/wp-content/uploads/2012/12/how-to-secure-wordpress.gif" width="200" height="200" /></a><a
href="http://wpth.net/out/bluehost" target="_top"><img
alt="" src="http://img.bluehost.com/300x250/bh_300x250_05.gif" border="0" /></a><br
/> One of the most important things you could do is securing your blog.Your blog can be big value for readers but if it is not secure, you could lose everything overnight.I will share some security tips that you should apply in your blog.</p><p><span
id="more-10483"></span></p><h2>1. Backup, Backup and Backup!</h2><p>It is said that no website can be made 100% secure.So if someone wants to break into your site, he will.If someone hacked your site and deleted everything from the server, with functional backups you would be back online in a matter of hours.</p><p>So remember to backup your blog often (preferable daily)! I prefer to backup my sites to more than one physical locations.</p><h2>2. Change The &#8220;Admin&#8221; User</h2><p>One of the most common methods to break into a website is the brute force one. Brute force attack is when someone try to guess the name of the admin and, once he finds that out, he will use scripts to try thousands of password combinations with that user name.</p><p><strong>If the main user in your blog is called &#8220;admin&#8221;, you make it easier for them to break into your site.</strong></p><p>How to change admin user to something else? Pretty easy. Simply create a new user for your blog, and give it &#8220;Administrator&#8221; privileges. Then login with that user, and delete the &#8220;admin&#8221; user. If you have posts published with &#8220;admin&#8221; WordPress will ask you if you want to move those posts under a new user.</p><h2>3. Hide Your WordPress Version</h2><p>By default WordPress let the world know the version that you are running, and this information can be used against you, because hackers know the security holes on each WordPress version.</p><p>Hiding that information is not difficult though. First of all you want to disable the &#8220;generator&#8221; meta tag. You can do that by adding the following code to the functions.php file of your theme:</p><pre class="brush: php; title: ; notranslate">function hide_wp_vers()
{
return '';
}
add_filter('the_generator','hide_wp_vers');</pre><p>The readme file is another place where hackers can find the version of your WordPress ,Simply access your server via FTP or Cpanel and delete that file.</p><h2>4. Disable Folder Browsing</h2><p>Another important thing is to protect your site’s folders.If people can browser your folders, they will be able to see a lot of informations, including what plugins you are running, what themes you have installed and so on. Such informations can be used to find security holes in your site and make it easier for hackers to break into your site.</p><p>If your web hosting is based on Linux, you can easily disable folder browser with a .htaccess file placed at the root of your server.<br
/> Just add the following line: <strong>Options -Indexes</strong></p><p>If your hosting is not based on Linux, than upload a blank index.html page inside each folder.<br
/> That’s it.</p><h2>5. Always Update</h2><p>WordPress is an open source software, so its source code is public,and anyone can have access to it. This means that hackers are always looking for security holes.Sometimes they find them, but the WordPress community usually responds quickly and releases an updated version protected against<br
/> the new threats.</p><blockquote><p>By running the latest WordPress version, you are minimizing the chances of having problems!</p></blockquote><p>The post <a
href="http://wpth.net/how-to-secure-your-wordpress-website/">How To Secure Your WordPress Website</a> appeared first on <a
href="http://wpth.net">Wordpress Themes</a>.</p>]]></content:encoded> <wfw:commentRss>http://wpth.net/how-to-secure-your-wordpress-website/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Use IFTTT to Automate WordPress and Social Media</title><link>http://wpth.net/use-ifttt-to-automate-wordpress-and-social-media/</link> <comments>http://wpth.net/use-ifttt-to-automate-wordpress-and-social-media/#comments</comments> <pubDate>Sat, 24 Nov 2012 15:18:30 +0000</pubDate> <dc:creator>Mark Nadas</dc:creator> <category><![CDATA[TUTORIALS]]></category> <category><![CDATA[Automate WordPress and Social Media]]></category> <category><![CDATA[IFTTT for WordPress]]></category> <guid
isPermaLink="false">http://wpth.net/?p=10343</guid> <description><![CDATA[<p>You probably spend hours on online activities such as checking email inbox, tweeting, and sharing stuff on social media. All those activities are what you have to do, and it might keep you away from your main tasks. So, how can you update your facebook or twitter from your WordPress blog every time you publish [...]</p><p>The post <a
href="http://wpth.net/use-ifttt-to-automate-wordpress-and-social-media/">Use IFTTT to Automate WordPress and Social Media</a> appeared first on <a
href="http://wpth.net">Wordpress Themes</a>.</p>]]></description> <content:encoded><![CDATA[<p><a
href="http://wpth.net/wp-content/uploads/2012/11/IFTTT-wpth.png"><img
class="alignnone size-full wp-image-10351" style="margin: 49px 35px;" title="IFTTT-wpth" src="http://wpth.net/wp-content/uploads/2012/11/IFTTT-wpth.png" alt="IFTTT" width="180" height="141" /></a><a
href="http://wpth.net/webhosting"><img
class="alignnone  wp-image-9608" title="hostgator hosting" src="http://wpth.net/wp-content/uploads/2012/09/hostgator-hosting.gif" alt="hostgator hosting" width="300" height="250" /></a><br
/> You probably spend hours on online activities such as checking email inbox, tweeting, and sharing stuff on social media. All those activities are what you have to do, and it might keep you away from your main tasks. So, how can you update your facebook or twitter from your WordPress blog every time you publish a new blog post? Many of plugins would do it for you, but here is the way you won&#8217;t need any plugins for.IFTTT is a great service to automate these tasks.Here is how to automate WordPress and Social Media with IFTTT.</p><p><span
id="more-10343"></span></p><h3>What is IFTTT?</h3><p>IFTTT puts the internet to work for you by creating tasks.IFTTT is a service that lets you create powerful connections with one simple statement: “if this then that&#8221; .<br
/> <a
href="http://wpth.net/wp-content/uploads/2012/11/ifttt-how-it-works.png"><img
class="alignnone size-full wp-image-10349" title="ifttt-how-it-works" src="http://wpth.net/wp-content/uploads/2012/11/ifttt-how-it-works.png" alt="ifttt how it works" width="570" height="376" /></a></p><h3>How IFTTT works?</h3><p>IFTTT lets you create connections between the <a
href="https://ifttt.com/channels">57 Channels</a>. You can automatically tweet or share your new posts on twitter, facebook page or profile. You can pull posts from RSS into WordPress etc. See some channels below.<br
/> <a
href="http://wpth.net/wp-content/uploads/2012/11/IFTTT-Channels.png"><img
class="alignnone size-full wp-image-10345" title="IFTTT-Channels" src="http://wpth.net/wp-content/uploads/2012/11/IFTTT-Channels.png" alt="ifttt channels" width="570" height="314" /></a></p><h3>How to use IFTTT with WordPress?</h3><p>First you will need to do is to create IFTTT account. IFTTT works with all WordPress.org self-hosted blogs and WordPress.com blogs . You MUST have XML-RPC enabled to work with IFTTT. To enable it go to <strong>Settings » Writing and enable XML-RPC</strong>.<br
/> <a
href="http://wpth.net/wp-content/uploads/2012/11/enable-XML-RPC.png"><img
class="alignnone size-full wp-image-10346" title="enable-XML-RPC" src="http://wpth.net/wp-content/uploads/2012/11/enable-XML-RPC.png" alt="enable XML-RPC" width="570" height="194" /></a></p><h3>Some of WordPress IFTTT Recipes</h3><p>This a list of possible use cases with WordPress.For more browse through <a
href="https://ifttt.com/recipes?utf8=%E2%9C%93&amp;sort=popular&amp;channel=wordpress&amp;type=all">IFTTT recipes</a>.</p><blockquote><p>Email to WordPress<br
/> GMail label to WordPress<br
/> WordPress to Facebook Page<br
/> Facebook Page to WordPress<br
/> WordPress to Facebook Profile<br
/> Facebook Profile link to WordPress<br
/> Facebook Profile photo upload to WordPress<br
/> Instagram to WordPress (or only those tagged #blog)<br
/> WordPress to Instagram<br
/> WordPress to Google+<br
/> Google+ to WordPress<br
/> WordPress to Evernote<br
/> Evernote to WordPress<br
/> WordPress to LinkedIn<br
/> LinkedIn to WordPress<br
/> YouTube upload to WordPress<br
/> YouTube favorite to WordPress<br
/> WordPress to YouTube<br
/> RSS Feed to WordPress<br
/> WordPress to Tumblr<br
/> Tumblr to WordPress<br
/> Flickr set to WordPress<br
/> Flickr upload to WordPress<br
/> WordPress to Flickr<br
/> Twitter to WordPress<br
/> Twitter search results to WordPress<br
/> WordPress to Twitter<br
/> Vimeo upload to WordPress<br
/> Vimeo Like to WordPress<br
/> WordPress to Vimeo<br
/> WordPress to Bit.ly<br
/> Bit.ly to WordPress<br
/> Dropbox Public photo to WordPress<br
/> WordPress to Dropbox<br
/> Google Reader tagged item to WordPress<br
/> Google Reader starred item to WordPress<br
/> WordPress to Google Calendar<br
/> Google Calendar event start to WordPress<br
/> WordPress post to WordPress post (same blog/credentials)<br
/> SMS to WordPress<br
/> WordPress to SMS<br
/> Phone Call (.mp3) to WordPress audio post<br
/> WordPress to Phone Call</p></blockquote><p>You can only authorize one account per channel within each IFTTT account. If you have 3 blogs, 3 Facebook Pages, and 3 Twitter accounts, you’ll need 3 IFTTT accounts.</p><p>The post <a
href="http://wpth.net/use-ifttt-to-automate-wordpress-and-social-media/">Use IFTTT to Automate WordPress and Social Media</a> appeared first on <a
href="http://wpth.net">Wordpress Themes</a>.</p>]]></content:encoded> <wfw:commentRss>http://wpth.net/use-ifttt-to-automate-wordpress-and-social-media/feed/</wfw:commentRss> <slash:comments>3</slash:comments> </item> <item><title>Big Savings on WordPress Deals &#8211; Black Friday / Cyber Monday 2012</title><link>http://wpth.net/big-savings-on-wordpress-deals-black-friday-cyber-monday-2012/</link> <comments>http://wpth.net/big-savings-on-wordpress-deals-black-friday-cyber-monday-2012/#comments</comments> <pubDate>Thu, 22 Nov 2012 22:06:52 +0000</pubDate> <dc:creator>Mark Nadas</dc:creator> <category><![CDATA[TUTORIALS]]></category> <category><![CDATA[Black Friday / Cyber Monday 2012]]></category> <category><![CDATA[Black Friday 2012]]></category> <category><![CDATA[black friday wordpress deals]]></category> <category><![CDATA[blog post]]></category> <category><![CDATA[Cyber Monday 2012]]></category> <category><![CDATA[wordpress deals]]></category> <guid
isPermaLink="false">http://wpth.net/?p=10325</guid> <description><![CDATA[<p>Black Friday and Cyber Monday  following Thanksgiving in the United States, are two of most craziest shopping days that bring crazy savings for consumers.Many premier online companies have come out with special discounts &#38; offers. Below are WordPress related black friday and cyber monday deals. Most of these offers and huge discounts are LIMITED time [...]</p><p>The post <a
href="http://wpth.net/big-savings-on-wordpress-deals-black-friday-cyber-monday-2012/">Big Savings on WordPress Deals &#8211; Black Friday / Cyber Monday 2012</a> appeared first on <a
href="http://wpth.net">Wordpress Themes</a>.</p>]]></description> <content:encoded><![CDATA[<p><a
href="http://wpth.net/wp-content/uploads/2012/11/black-friday-cyber-monday.png"><img
class="alignnone size-full wp-image-10332" style="margin: 39px 29px;" title="black-friday-cyber-monday" alt="black-friday-cyber-monday" src="http://wpth.net/wp-content/uploads/2012/11/black-friday-cyber-monday.png" width="200" height="211" /></a><a
href="http://wpth.net/themes/templatic-themes/"><img
class="alignnone size-full wp-image-9233" title="Templatic Themes" alt="Templatic Themes" src="http://wpth.net/wp-content/uploads/2012/07/Templatic-Themes.png" width="300" height="300" /></a></p><p
style="padding-top: 29px; padding-bottom: 12px;">Black Friday and Cyber Monday  following Thanksgiving in the United States, are two of most craziest shopping days that bring crazy savings for consumers.Many premier online companies have come out with special discounts &amp; offers. Below are WordPress related black friday and cyber monday deals. Most of these offers and huge discounts are LIMITED time only.<br
/> <span
id="more-10325"></span></p><h4>HostGator 50% OFF</h4><p>Hostgator, the popular website hosting service, has announced a special <a
href="http://wpth.net/blackfriday" target="_blank">Hostgator Black Friday 2012 Sale</a> that will be available to all current and first time customers. Their promotion will begin just after 12:00 am / midnight, Friday, November 23, 2012, and will end on 11:59PM. Every hosting package will be 50% off. Price for shared hosting will start at $2.48 per month.Visit <a
href="http://wpth.net/blackfriday" target="_blank">their homepage</a> to get the deal.</p><h4>ThemeJunkie 40% OFF</h4><p><a
href="http://wpth.net/out/themejunkie" target="_blank">Theme Junkie</a> is offering a promotion code that allows you to get 40% off for this black friday, This means you can get their 6 months for $29.4 or 1 year membership for just $41.</p><p>Use promotion Code: <a
href="http://wpth.net/out/themejunkie" target="_blank">BLACK</a></p><h4>Bluehost 50% OFF Hosting and a Free Domain</h4><p><a
href="http://wpth.net/out/bluehost" target="_blank">Bluehost </a>is one of the oldest web hosting providers and is officially recommended by WordPress.org.With their 50% off their normal packages offer, you can get the hosting for as low as $3.95 per month. It also comes with a free domain name.</p><p>Visit <a
href="http://wpth.net/out/bluehost" target="_blank">Bluehost</a> to get this deal.</p><h4>WPEngine $25 OFF first 3 months of service</h4><p><a
href="http://wpth.net/themes/wpengine/" target="_blank">WPEngine</a> one of the best WordPress managed hosting company is also offering a coupon for black friday and cyber monday.They rarely run discounts or use coupon codes on their site. The coupon is valid *only* from Thanksgiving through Cyber Monday<br
/> Use the code “<a
href="http://wpth.net/themes/wpengine/" target="_blank">blackcyber</a>” when you sign up for WP Engine to get the savings.</p><h4>StudioPress 25% off everything</h4><p><a
href="http://wpth.net/studiopress/thanksgivingsale" target="_blank">StudioPress</a> is behind the most popular theme framework, Genesis. They are having a Thanksgiving sale over in honor of Black Friday / Cyber Monday. That means for a short period of time, you can save a bundle on both StudioPress and Premise (complete sales and lead generation engine for WordPress).<br
/> Below is what you could get with this deal:<br
/> • Get the <a
href="http://wpth.net/out/genesisframework" target="_blank">Genesis Framework</a> for only $45.<br
/> • Pick up a Genesis child theme design for less than $20.<br
/> • Snag a Genesis / design combo and save close to $20 (or more).<br
/> • Wipe the entire shop clean by getting our Pro Plus All-Theme Package. Get Genesis plus all 46 current designs, plus every design we make in the future, and save over $950 off the retail price of just the existing 46 designs!</p><p><a
href="http://wpth.net/studiopress/thanksgivingsale" target="_blank">Get StudioPress Black Friday Deal Now<br
/> </a></p><h4>iThemes 50% off the Toolkit or 35% off everything else</h4><p><a
href="http://wpth.net/out/ithemes" target="_blank">iThemes</a> are doing a 50% off on their WordPress web designer’s toolkit. This toolkit includes 160 WordPress themes, 20 plugins (including BackupBuddy), 400+ hours of training videos and 3-day-info packed WordPress developers course. Normally it costs $825, but until December 21st, you can get it for $412.50.<br
/> Head over to <a
href="http://wpth.net/out/ithemes" target="_blank">iThemes</a> to check out this deal.</p><h4>ManageWP 30% discount</h4><p><a
href="http://wpth.net/managewp" target="_blank">ManageWP</a> is the easiest way to manage all of your WordPress sites.You can Access, manage, update, and backup all your WordPress sites from one powerful dashboard.More than 30,000 users and 150,000 websites use ManageWP.</p><p>Go to <a
href="http://wpth.net/managewp" target="_blank">ManageWP website</a> to get this deal.</p><h4>Templatic Premium Themes Club $100 discount</h4><p><a
href="http://wpth.net/discount/templaticclub" target="_blank">Templatic</a> themes are all you Need to Build WordPress Blogs or Websites for Clients. This club membership offer is a perfect opportunity for those who want to use these themes on their own personal blogs or company websites.You will get access to all WordPress themes in Templatic themes, free future updates on each theme, multiple use for every theme and great support.</p><p>Get this deal by visiting <a
href="http://wpth.net/discount/templaticclub" target="_blank">Templatic website</a>.</p><h4>WooThemes 20% off all WordPress themes, plugins and extensions</h4><p><a
href="http://wpth.net/out/woothemes" target="_blank">WooThemes</a> is a provider of high quality WordPress themes. They have a wide selection of products to choose from. You can find big variety of themes from magazine, portfolio, gallery styles to business and personal types.</p><p>If you spend over $200 we&#8217;ll give you a further 5% discount, $300 and you&#8217;ll get a 10% discount, or $400 and you&#8217;ll get a 15% discount. (This discount will apply automagically)</p><p>Use the coupon code “<a
href="http://wpth.net/out/woothemes" target="_blank">WOOMADNESS</a>” on checkout.This discount also applies to our WordPress plugins and WooCommerce extensions!</p><h4>WPZOOM 33% off</h4><p><a
href="http://wpth.net/out/wpzoom" target="_blank">Wpzoom</a> is offering high quality and functional themes at reasonable prices. Their themes come with a range of practical widgets that allow for the quick and easy uploading of all kinds of content.This Black Friday &amp; Cyber Monday they are offering 33% OFF on all of our themes and subscriptions!<br
/> For example you will get a Developer pack which will give you access to 3 themes for only $99 or get access to all our 50+ themes purchasing a Standard Membership for $133.<br
/> Use code “<a
href="http://wpth.net/out/wpzoom" target="_blank">BLACK2012</a>“ which is valid until Monday, known as “Cyber Monday”, November 26!</p><p>Have a happy thanksgiving and take advantage of some of these limited time deals if you like.</p><p>The post <a
href="http://wpth.net/big-savings-on-wordpress-deals-black-friday-cyber-monday-2012/">Big Savings on WordPress Deals &#8211; Black Friday / Cyber Monday 2012</a> appeared first on <a
href="http://wpth.net">Wordpress Themes</a>.</p>]]></content:encoded> <wfw:commentRss>http://wpth.net/big-savings-on-wordpress-deals-black-friday-cyber-monday-2012/feed/</wfw:commentRss> <slash:comments>2</slash:comments> </item> <item><title>How to Tag Your WordPress Posts Automatically</title><link>http://wpth.net/how-to-tag-your-wordpress-posts-automatically/</link> <comments>http://wpth.net/how-to-tag-your-wordpress-posts-automatically/#comments</comments> <pubDate>Thu, 22 Nov 2012 00:16:08 +0000</pubDate> <dc:creator>Mark Nadas</dc:creator> <category><![CDATA[TUTORIALS]]></category> <category><![CDATA[auto tag wp posts]]></category> <category><![CDATA[blog post]]></category> <category><![CDATA[bulk posts tagging]]></category> <category><![CDATA[Tag Your WordPress Posts]]></category> <category><![CDATA[Tag Your WordPress Posts Automatically]]></category> <guid
isPermaLink="false">http://wpth.net/?p=10317</guid> <description><![CDATA[<p>Whenever you write a post you have to fill in many data among which one is “TAGS”. You know how boring and time consuming it is. So what to do? Is there anyway to do this automatically and save more time? Hm….Yes there is!! There is a plugin available that will auto-tag all your posts. [...]</p><p>The post <a
href="http://wpth.net/how-to-tag-your-wordpress-posts-automatically/">How to Tag Your WordPress Posts Automatically</a> appeared first on <a
href="http://wpth.net">Wordpress Themes</a>.</p>]]></description> <content:encoded><![CDATA[<p><a
href="http://wpth.net/out/bluehost" target="_top"><img
src="http://img.bluehost.com/300x250/bh_300x250_05.gif" alt="" border="0" /></a><a
href="http://wpth.net/wp-content/uploads/2012/11/add-tags-to-WordPress.png"><img
class="alignnone size-full wp-image-10319" style="margin: 39px 29px 10px;" title="add-tags-to-WordPress" src="http://wpth.net/wp-content/uploads/2012/11/add-tags-to-WordPress.png" alt="add tags to WordPress " width="227" height="227" /></a></p><p
style="padding-top: 19px; padding-bottom: 8px;">Whenever you write a post you have to fill in many data among which one is “TAGS”. You know how boring and time consuming it is. So what to do? Is there anyway to do this automatically and save more time? Hm….Yes there is!! There is a plugin available that will auto-tag all your posts. The plugin’s name is <a
href="http://wordpress.org/extend/plugins/automatic-post-tagger/">Automatic Post Tagger (APT)</a>.It lets you to automatically tag your posts with pre-defined tags.This is a very useful plugin and saves a lot of time.Let’s see how it works.</p><p><span
id="more-10317"></span></p><h3>Here is how it Works</h3><p>First of all you will need to create a list of tags with related words for each of them.The plugin will then automatically add relevant tags to posts according to the keywords found in the title, content, and excerpt.For example the tag &#8220;cat&#8221; is added if you assign to it words &#8220;cats, kitty, meow&#8221; and they are found in a post by the plugin.<br
/> With APT you can set a maximum number of tags per post and bulk tag your existing posts. You can easily import or export your tags list as well.This plugin is a great solution for bloggers who want to save some time or run autoblogs.</p><h3>How to configure</h3><p>Install and activate <a
href="http://wordpress.org/extend/plugins/automatic-post-tagger/">Automatic Post Tagger plugin</a> and you will see a new item under your Settings menu called Automatic Post Tagger. Check the default settings and once you are happy with your settings go ahead with adding tags .</p><p><a
href="http://wpth.net/wp-content/uploads/2012/11/ATP-Plugin.jpg"><img
class="alignnone size-full wp-image-10318" title="ATP-Plugin" src="http://wpth.net/wp-content/uploads/2012/11/ATP-Plugin.jpg" alt="ATP Plugin" width="500" height="388" /></a></p><p>You can add tag name and keywords from either the settings page, or you can add it from your posts write panel.</p><p>The post <a
href="http://wpth.net/how-to-tag-your-wordpress-posts-automatically/">How to Tag Your WordPress Posts Automatically</a> appeared first on <a
href="http://wpth.net">Wordpress Themes</a>.</p>]]></content:encoded> <wfw:commentRss>http://wpth.net/how-to-tag-your-wordpress-posts-automatically/feed/</wfw:commentRss> <slash:comments>2</slash:comments> </item> <item><title>Create your Video Site With VideoCraft WordPress Theme</title><link>http://wpth.net/create-your-video-site-with-videocraft-wordpress-theme/</link> <comments>http://wpth.net/create-your-video-site-with-videocraft-wordpress-theme/#comments</comments> <pubDate>Sat, 10 Nov 2012 20:49:05 +0000</pubDate> <dc:creator>Mark Nadas</dc:creator> <category><![CDATA[InkThemes]]></category> <category><![CDATA[Multimedia Themes]]></category> <category><![CDATA[Responsive Themes]]></category> <category><![CDATA[Video Themes]]></category> <guid
isPermaLink="false">http://wpth.net/?p=10298</guid> <description><![CDATA[<p>Preview Buy This Theme InkThemes.com just released a new Video WordPress Theme named &#8220;VideoCraft&#8221; which you can run your own Video Site with. The theme lets you to Upload your own Videos or get Videos from Youtube, Vimeo and other sites. VideoCraft Theme is based on Multiuser Platform and allows user submissions and Uploads. Also [...]</p><p>The post <a
href="http://wpth.net/create-your-video-site-with-videocraft-wordpress-theme/">Create your Video Site With VideoCraft WordPress Theme</a> appeared first on <a
href="http://wpth.net">Wordpress Themes</a>.</p>]]></description> <content:encoded><![CDATA[<p
style="text-align: right;"><a
id="medium-button" class="freewp black" target="_blank" href="http://inkthemes.com/members/aff/go?r=5531&#038;i=36"><span>Preview</span></a> <a
id="medium-button" class="freewp black" target="_blank" href="http://inkthemes.com/members/aff/go?r=5531&#038;i=36"><span>Buy This Theme</span></a></p><p><a
href="http://wpth.net/wp-content/uploads/2012/11/videocraft.png"><img
src="http://wpth.net/wp-content/uploads/2012/11/videocraft.png" alt="create wordpress video site theme" title="videocraft" width="570" height="270" class="alignnone size-full wp-image-10299" /></a><br
/> <a
href="http://wpth.net/themes/inkthemes">InkThemes.com</a> just released a new Video WordPress Theme named &#8220;VideoCraft&#8221; which you can run your own Video Site with. The theme lets you to Upload your own Videos or get Videos from Youtube, Vimeo and other sites.</p><p>VideoCraft Theme is based on Multiuser Platform and allows user submissions and Uploads. Also the Theme comes with its own Advertisement Modules using which you can places your Ads on the site.</p><p><span
id="more-10298"></span><br
/> It is not just a regular Video Theme! With VideoCraft you can run a professional user generated Video Site.The theme is equiped with User Registration Module and Video Upload Module which allows Users to upload their own video files and also allows to easily embed the Video by just through URL’s from sites like Youtube, Vimeo, MetaCafe or Dailymotion.With VideoCraft you can create your Video site with easily and quickly.</p><h2>Some examples you could uses VideoCraft Theme for:</h2><blockquote><p>1. The theme is great option for sport fan clubs. You can build  a Video Community around your interest.</p><p>2. Also very good for Entrepreneurs  sites where you can add useful videos for people who want to build their business.</p><p>3. Great for educational videos site on specific Niche. Just upload your own videos and organize them to create a great video site to train people on a specific topic.</p><p>4. Link directly to the specific videos from Youtube, Vimeo, Dailymotion, MetaCafe or upload the videos  to create your very own Channel at your very own site.</p><p>5. There are really no limits you can use this template for!</p></blockquote><p><a
href="http://wpth.net/wp-content/uploads/2012/11/videocraft-video-theme.jpg"><img
src="http://wpth.net/wp-content/uploads/2012/11/videocraft-video-theme.jpg" alt="videocraft video theme" title="videocraft video theme" width="603" height="3344" class="alignnone size-full wp-image-10301" /></a></p><h3>Main features of VideoCraft Theme:</h3><blockquote><p> Users Registration Module<br
/> Multiusers Video Submission Module<br
/> Responsive to all kind of Mobile &#038; Tablet devices<br
/> Upload Own Videos<br
/> Embed Videos through URL from Youtube, Vimeo, DailyMotion, MetaCafe<br
/> Custom Widgets<br
/> Sidebar and Footer area supports widgets so that you can place any image, Video, Text or any thing you like to have.<br
/> Black &#038; White Color Skin<br
/> Related, Popular and Recent Tabs<br
/> Multiple Page Templates (Blog Page, Contact Page)<br
/> Built-in Advertisement Module</p></blockquote><p
style="text-align: right;"><a
id="medium-button" class="freewp black" target="_blank" href="http://inkthemes.com/members/aff/go?r=5531&#038;i=36"><span>Preview</span></a> <a
id="medium-button" class="freewp black" target="_blank" href="http://inkthemes.com/members/aff/go?r=5531&#038;i=36"><span>Buy This Theme</span></a></p><p>The post <a
href="http://wpth.net/create-your-video-site-with-videocraft-wordpress-theme/">Create your Video Site With VideoCraft WordPress Theme</a> appeared first on <a
href="http://wpth.net">Wordpress Themes</a>.</p>]]></content:encoded> <wfw:commentRss>http://wpth.net/create-your-video-site-with-videocraft-wordpress-theme/feed/</wfw:commentRss> <slash:comments>1</slash:comments> </item> </channel> </rss>