<?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>Template Monster Blog &#187; WordPress Themes</title> <atom:link href="http://blog.templatemonster.com/category/wordpress-themes/feed/" rel="self" type="application/rss+xml" /><link>http://blog.templatemonster.com</link> <description></description> <lastBuildDate>Fri, 10 Feb 2012 13:26:14 +0000</lastBuildDate> <language>en</language> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.2.1</generator> <item><title>15 Hacks to Pimp Your WordPress Website</title><link>http://blog.templatemonster.com/2012/02/09/useful-wordpress-hacks/</link> <comments>http://blog.templatemonster.com/2012/02/09/useful-wordpress-hacks/#comments</comments> <pubDate>Thu, 09 Feb 2012 06:54:39 +0000</pubDate> <dc:creator>Edward Korcheg</dc:creator> <category><![CDATA[DesignFloat]]></category> <category><![CDATA[WordPress Themes]]></category><guid isPermaLink="false">http://blog.templatemonster.com/?p=19700</guid> <description><![CDATA[With the growing popularity of WordPress many web developers use hacks as an alternative to plugins. Check out our list of 15 WordPress hacks to improve your website functionality.]]></description> <content:encoded><![CDATA[<p>Despite the general awesomeness of WordPress plugins there is a common situation when plugins are an unnecessary headache for the web masters. The point is any plugin brings a series of updates that can crash your WordPress website functionality in some cases. So if you have some basic PHP skills (we mean really really basic &#8211; like being able to copy and paste the pieces of code) or web development experience you might be interested in making some little changes to your WordPress website with your own hands. With this in mind we have prepared for you some short and interesting WordPress hacks that would improve your WP-based without involving any third-party software. There are many simple functions that actually don&#8217;t need being plugin-powered. These are pagination, contact forms, social media buttons etc. Anyways, just know that this post isn&#8217;t meant to criticize the existence and usage of WordPress plugins &#8211; it&#8217;s just an alternate point of view so you could have choice. This post is meant for those seeking souls that are looking for simple and interesting solutions to improve their WordPress themes functionality.</p><h3><a href="http://www.kriesi.at/archives/how-to-build-a-wordpress-post-pagination-without-plugin" title="wordpress-theme-hacks" target="_blank"rel="nofollow">How to build a WordPress Post Pagination without plugin</a></h3><p><a href="http://www.kriesi.at/archives/how-to-build-a-wordpress-post-pagination-without-plugin"target="_blank"rel="nofollow"><img src="http://blog.tmimgcdn.com/wp-content/uploads/2012/02/wordpress-theme-hacks-1.jpg?9d7bd4" alt="15 Hacks to Pimp Your WordPress Website" title="wordpress-theme-hacks-1" width="600" height="257" class="aligncenter size-full wp-image-19721" /></a></p><p style="text-align: center;">* * *</p><h3><a href="http://nenuno.co.uk/creative/wordpress/popular-posts-wordpress-without-plugin/" title="wordpress-theme-hacks"target="_blank"rel="nofollow">Display Your Popular Posts In WordPress Without A Plugin</a></h3><p><a href="http://nenuno.co.uk/creative/wordpress/popular-posts-wordpress-without-plugin/"target="_blank"rel="nofollow"><img src="http://blog.tmimgcdn.com/wp-content/uploads/2012/02/wordpress-theme-hacks-2.jpg?9d7bd4" alt="15 Hacks to Pimp Your WordPress Website" title="wordpress-theme-hacks-2" width="600" height="165" class="aligncenter size-full wp-image-19723" /></a></p><p><span id="more-19700"></span><p style="text-align: center;">* * *</p><h3><a href="http://www.dynamicwp.net/articles-and-tutorials/how-to-add-live-comment-preview-to-comment-textarea-without-plugin/" title="WordPress-theme-hacks"target="_blank"rel="nofollow">How to Add Live Comment Preview to Comment Text area without Plugin</a></h3><p><a href="http://www.dynamicwp.net/articles-and-tutorials/how-to-add-live-comment-preview-to-comment-textarea-without-plugin/"target="_blank"rel="nofollow"><img src="http://blog.tmimgcdn.com/wp-content/uploads/2012/02/wordpress-theme-hacks-3.jpg?9d7bd4" alt="15 Hacks to Pimp Your WordPress Website" title="wordpress-theme-hacks-3" width="600" height="221" class="aligncenter size-full wp-image-19725" /></a></p><p style="text-align: center;">* * *</p><h3><a href="http://www.themethesis.com/tutorials/show-retweets-without-plugin-wordpress/" title="wordpress-theme-hacks"target="_blank"rel="nofollow">Show Number of Retweets in WordPress Without a Plugin</a></h3><p><a href="http://www.themethesis.com/tutorials/show-retweets-without-plugin-wordpress/"target="_blank"rel="nofollow"><img src="http://blog.tmimgcdn.com/wp-content/uploads/2012/02/wordpress-theme-hacks-4.jpg?9d7bd4" alt="15 Hacks to Pimp Your WordPress Website" title="wordpress-theme-hacks-4" width="600" height="194" class="aligncenter size-full wp-image-19727" /></a></p><p style="text-align: center;">* * *</p><h3><a href="http://wp-snippets.com/breadcrumbs-without-plugin/" title="wordpress-theme-hacks"target="_blank"rel="nofollow">Breadcrumbs without plugin</a></h3><p></br></p><div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
</pre></td><td class="code"><pre class="php" style="font-family:monospace;"><span style="color: #000000; font-weight: bold;">&lt;?php</span>
<span style="color: #000000; font-weight: bold;">function</span> the_breadcrumb<span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span> <span style="color: #009900;">&#123;</span>
		<span style="color: #b1b100;">echo</span> <span style="color: #0000ff;">'&lt;ul id=&quot;crumbs&quot;&gt;'</span><span style="color: #339933;">;</span>
	<span style="color: #b1b100;">if</span> <span style="color: #009900;">&#40;</span><span style="color: #339933;">!</span>is_home<span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span><span style="color: #009900;">&#41;</span> <span style="color: #009900;">&#123;</span>
		<span style="color: #b1b100;">echo</span> <span style="color: #0000ff;">'&lt;li&gt;&lt;a href=&quot;'</span><span style="color: #339933;">;</span>
		<span style="color: #b1b100;">echo</span> get_option<span style="color: #009900;">&#40;</span><span style="color: #0000ff;">'home'</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
		<span style="color: #b1b100;">echo</span> <span style="color: #0000ff;">'&quot;&gt;'</span><span style="color: #339933;">;</span>
		<span style="color: #b1b100;">echo</span> <span style="color: #0000ff;">'Home'</span><span style="color: #339933;">;</span>
		<span style="color: #b1b100;">echo</span> <span style="color: #0000ff;">&quot;&lt;/a&gt;&lt;/li&gt;&quot;</span><span style="color: #339933;">;</span>
		<span style="color: #b1b100;">if</span> <span style="color: #009900;">&#40;</span>is_category<span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span> <span style="color: #339933;">||</span> is_single<span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span><span style="color: #009900;">&#41;</span> <span style="color: #009900;">&#123;</span>
			<span style="color: #b1b100;">echo</span> <span style="color: #0000ff;">'&lt;li&gt;'</span><span style="color: #339933;">;</span>
			the_category<span style="color: #009900;">&#40;</span><span style="color: #0000ff;">' &lt;/li&gt;&lt;li&gt; '</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
			<span style="color: #b1b100;">if</span> <span style="color: #009900;">&#40;</span>is_single<span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span><span style="color: #009900;">&#41;</span> <span style="color: #009900;">&#123;</span>
				<span style="color: #b1b100;">echo</span> <span style="color: #0000ff;">&quot;&lt;/li&gt;&lt;li&gt;&quot;</span><span style="color: #339933;">;</span>
				the_title<span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
				<span style="color: #b1b100;">echo</span> <span style="color: #0000ff;">'&lt;/li&gt;'</span><span style="color: #339933;">;</span>
			<span style="color: #009900;">&#125;</span>
		<span style="color: #009900;">&#125;</span> <span style="color: #b1b100;">elseif</span> <span style="color: #009900;">&#40;</span>is_page<span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span><span style="color: #009900;">&#41;</span> <span style="color: #009900;">&#123;</span>
			<span style="color: #b1b100;">echo</span> <span style="color: #0000ff;">'&lt;li&gt;'</span><span style="color: #339933;">;</span>
			<span style="color: #b1b100;">echo</span> the_title<span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
			<span style="color: #b1b100;">echo</span> <span style="color: #0000ff;">'&lt;/li&gt;'</span><span style="color: #339933;">;</span>
		<span style="color: #009900;">&#125;</span>
	<span style="color: #009900;">&#125;</span>
	<span style="color: #b1b100;">elseif</span> <span style="color: #009900;">&#40;</span>is_tag<span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span><span style="color: #009900;">&#41;</span> <span style="color: #009900;">&#123;</span>single_tag_title<span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span><span style="color: #009900;">&#125;</span>
	<span style="color: #b1b100;">elseif</span> <span style="color: #009900;">&#40;</span>is_day<span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span><span style="color: #009900;">&#41;</span> <span style="color: #009900;">&#123;</span><span style="color: #b1b100;">echo</span><span style="color: #0000ff;">&quot;&lt;li&gt;Archive for &quot;</span><span style="color: #339933;">;</span> the_time<span style="color: #009900;">&#40;</span><span style="color: #0000ff;">'F jS, Y'</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span> <span style="color: #b1b100;">echo</span><span style="color: #0000ff;">'&lt;/li&gt;'</span><span style="color: #339933;">;</span><span style="color: #009900;">&#125;</span>
	<span style="color: #b1b100;">elseif</span> <span style="color: #009900;">&#40;</span>is_month<span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span><span style="color: #009900;">&#41;</span> <span style="color: #009900;">&#123;</span><span style="color: #b1b100;">echo</span><span style="color: #0000ff;">&quot;&lt;li&gt;Archive for &quot;</span><span style="color: #339933;">;</span> the_time<span style="color: #009900;">&#40;</span><span style="color: #0000ff;">'F, Y'</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span> <span style="color: #b1b100;">echo</span><span style="color: #0000ff;">'&lt;/li&gt;'</span><span style="color: #339933;">;</span><span style="color: #009900;">&#125;</span>
	<span style="color: #b1b100;">elseif</span> <span style="color: #009900;">&#40;</span>is_year<span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span><span style="color: #009900;">&#41;</span> <span style="color: #009900;">&#123;</span><span style="color: #b1b100;">echo</span><span style="color: #0000ff;">&quot;&lt;li&gt;Archive for &quot;</span><span style="color: #339933;">;</span> the_time<span style="color: #009900;">&#40;</span><span style="color: #0000ff;">'Y'</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span> <span style="color: #b1b100;">echo</span><span style="color: #0000ff;">'&lt;/li&gt;'</span><span style="color: #339933;">;</span><span style="color: #009900;">&#125;</span>
	<span style="color: #b1b100;">elseif</span> <span style="color: #009900;">&#40;</span>is_author<span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span><span style="color: #009900;">&#41;</span> <span style="color: #009900;">&#123;</span><span style="color: #b1b100;">echo</span><span style="color: #0000ff;">&quot;&lt;li&gt;Author Archive&quot;</span><span style="color: #339933;">;</span> <span style="color: #b1b100;">echo</span><span style="color: #0000ff;">'&lt;/li&gt;'</span><span style="color: #339933;">;</span><span style="color: #009900;">&#125;</span>
	<span style="color: #b1b100;">elseif</span> <span style="color: #009900;">&#40;</span><span style="color: #990000;">isset</span><span style="color: #009900;">&#40;</span><span style="color: #000088;">$_GET</span><span style="color: #009900;">&#91;</span><span style="color: #0000ff;">'paged'</span><span style="color: #009900;">&#93;</span><span style="color: #009900;">&#41;</span> <span style="color: #339933;">&amp;&amp;</span> <span style="color: #339933;">!</span><span style="color: #990000;">empty</span><span style="color: #009900;">&#40;</span><span style="color: #000088;">$_GET</span><span style="color: #009900;">&#91;</span><span style="color: #0000ff;">'paged'</span><span style="color: #009900;">&#93;</span><span style="color: #009900;">&#41;</span><span style="color: #009900;">&#41;</span> <span style="color: #009900;">&#123;</span><span style="color: #b1b100;">echo</span> <span style="color: #0000ff;">&quot;&lt;li&gt;Blog Archives&quot;</span><span style="color: #339933;">;</span> <span style="color: #b1b100;">echo</span><span style="color: #0000ff;">'&lt;/li&gt;'</span><span style="color: #339933;">;</span><span style="color: #009900;">&#125;</span>
	<span style="color: #b1b100;">elseif</span> <span style="color: #009900;">&#40;</span>is_search<span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span><span style="color: #009900;">&#41;</span> <span style="color: #009900;">&#123;</span><span style="color: #b1b100;">echo</span><span style="color: #0000ff;">&quot;&lt;li&gt;Search Results&quot;</span><span style="color: #339933;">;</span> <span style="color: #b1b100;">echo</span><span style="color: #0000ff;">'&lt;/li&gt;'</span><span style="color: #339933;">;</span><span style="color: #009900;">&#125;</span>
	<span style="color: #b1b100;">echo</span> <span style="color: #0000ff;">'&lt;/ul&gt;'</span><span style="color: #339933;">;</span>
<span style="color: #009900;">&#125;</span>
<span style="color: #000000; font-weight: bold;">?&gt;</span></pre></td></tr></table></div><p style="text-align: center;">* * *</p><h3><a href="http://wpcanyon.com/tipsandtricks/show-top-commentators-in-wordpress-without-a-plugin/" title="wordpress-theme-hacks"target="_blank"rel="nofollow">Show Top Commentators In WordPress Without A Plugin</a></h3><p></br></p><div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
</pre></td><td class="code"><pre class="php" style="font-family:monospace;"><span style="color: #000000; font-weight: bold;">function</span> top_comment_authors<span style="color: #009900;">&#40;</span><span style="color: #000088;">$amount</span> <span style="color: #339933;">=</span> <span style="color: #cc66cc;">5</span><span style="color: #009900;">&#41;</span><span style="color: #009900;">&#123;</span>
&nbsp;
	<span style="color: #000000; font-weight: bold;">global</span> <span style="color: #000088;">$wpdb</span><span style="color: #339933;">;</span>
&nbsp;
	<span style="color: #000088;">$results</span> <span style="color: #339933;">=</span> <span style="color: #000088;">$wpdb</span><span style="color: #339933;">-&gt;</span><span style="color: #004000;">get_results</span><span style="color: #009900;">&#40;</span><span style="color: #0000ff;">'
		SELECT
			COUNT(comment_author_email) AS comments_count, comment_author_email, comment_author, comment_author_url
		FROM
			'</span><span style="color: #339933;">.</span><span style="color: #000088;">$wpdb</span><span style="color: #339933;">-&gt;</span><span style="color: #004000;">comments</span><span style="color: #339933;">.</span><span style="color: #0000ff;">'
		WHERE
			comment_author_email != &quot;&quot; AND comment_type = &quot;&quot; AND comment_approved = 1
		GROUP BY
			comment_author_email
		ORDER BY
			comments_count DESC, comment_author ASC
		LIMIT '</span><span style="color: #339933;">.</span><span style="color: #000088;">$amount</span>
&nbsp;
	<span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
&nbsp;
	<span style="color: #000088;">$output</span> <span style="color: #339933;">=</span> <span style="color: #0000ff;">&quot;&lt;ul&gt;&quot;</span><span style="color: #339933;">;</span>
	<span style="color: #b1b100;">foreach</span><span style="color: #009900;">&#40;</span><span style="color: #000088;">$results</span> <span style="color: #b1b100;">as</span> <span style="color: #000088;">$result</span><span style="color: #009900;">&#41;</span><span style="color: #009900;">&#123;</span>
		<span style="color: #000088;">$output</span> <span style="color: #339933;">.=</span> <span style="color: #0000ff;">&quot;&lt;li&gt;&quot;</span><span style="color: #339933;">.</span><span style="color: #000088;">$result</span><span style="color: #339933;">-&gt;</span><span style="color: #004000;">comment_author</span><span style="color: #339933;">.</span><span style="color: #0000ff;">&quot;&lt;/li&gt;&quot;</span><span style="color: #339933;">;</span>
	<span style="color: #009900;">&#125;</span>
	<span style="color: #000088;">$output</span> <span style="color: #339933;">.=</span> <span style="color: #0000ff;">&quot;&lt;/ul&gt;&quot;</span><span style="color: #339933;">;</span>
&nbsp;
	<span style="color: #b1b100;">echo</span> <span style="color: #000088;">$output</span><span style="color: #339933;">;</span>
&nbsp;
<span style="color: #009900;">&#125;</span></pre></td></tr></table></div><p style="text-align: center;">* * *</p><h3><a href="http://wordpress.stackexchange.com/questions/1567/best-collection-of-code-for-your-functions-php-file" title="WordPress-theme-hacks"target="_blank"rel="nofollow">Restrict Admin Menu Items Based on Username</a></h3><p></br></p><div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
</pre></td><td class="code"><pre class="php" style="font-family:monospace;"><span style="color: #000000; font-weight: bold;">function</span> remove_menus<span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span>
<span style="color: #009900;">&#123;</span>
    <span style="color: #000000; font-weight: bold;">global</span> <span style="color: #000088;">$menu</span><span style="color: #339933;">;</span>
    <span style="color: #000000; font-weight: bold;">global</span> <span style="color: #000088;">$current_user</span><span style="color: #339933;">;</span>
    get_currentuserinfo<span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
&nbsp;
    <span style="color: #b1b100;">if</span><span style="color: #009900;">&#40;</span><span style="color: #000088;">$current_user</span><span style="color: #339933;">-&gt;</span><span style="color: #004000;">user_login</span> <span style="color: #339933;">==</span> <span style="color: #0000ff;">'username'</span><span style="color: #009900;">&#41;</span>
    <span style="color: #009900;">&#123;</span>
        <span style="color: #000088;">$restricted</span> <span style="color: #339933;">=</span> <span style="color: #990000;">array</span><span style="color: #009900;">&#40;</span>__<span style="color: #009900;">&#40;</span><span style="color: #0000ff;">'Posts'</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">,</span>
                            __<span style="color: #009900;">&#40;</span><span style="color: #0000ff;">'Media'</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">,</span>
                            __<span style="color: #009900;">&#40;</span><span style="color: #0000ff;">'Links'</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">,</span>
                            __<span style="color: #009900;">&#40;</span><span style="color: #0000ff;">'Pages'</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">,</span>
                            __<span style="color: #009900;">&#40;</span><span style="color: #0000ff;">'Comments'</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">,</span>
                            __<span style="color: #009900;">&#40;</span><span style="color: #0000ff;">'Appearance'</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">,</span>
                            __<span style="color: #009900;">&#40;</span><span style="color: #0000ff;">'Plugins'</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">,</span>
                            __<span style="color: #009900;">&#40;</span><span style="color: #0000ff;">'Users'</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">,</span>
                            __<span style="color: #009900;">&#40;</span><span style="color: #0000ff;">'Tools'</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">,</span>
                            __<span style="color: #009900;">&#40;</span><span style="color: #0000ff;">'Settings'</span><span style="color: #009900;">&#41;</span>
        <span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
        <span style="color: #990000;">end</span> <span style="color: #009900;">&#40;</span><span style="color: #000088;">$menu</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
        <span style="color: #b1b100;">while</span> <span style="color: #009900;">&#40;</span><span style="color: #990000;">prev</span><span style="color: #009900;">&#40;</span><span style="color: #000088;">$menu</span><span style="color: #009900;">&#41;</span><span style="color: #009900;">&#41;</span><span style="color: #009900;">&#123;</span>
            <span style="color: #000088;">$value</span> <span style="color: #339933;">=</span> <span style="color: #990000;">explode</span><span style="color: #009900;">&#40;</span><span style="color: #0000ff;">' '</span><span style="color: #339933;">,</span><span style="color: #000088;">$menu</span><span style="color: #009900;">&#91;</span><span style="color: #990000;">key</span><span style="color: #009900;">&#40;</span><span style="color: #000088;">$menu</span><span style="color: #009900;">&#41;</span><span style="color: #009900;">&#93;</span><span style="color: #009900;">&#91;</span><span style="color: #cc66cc;">0</span><span style="color: #009900;">&#93;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
            <span style="color: #b1b100;">if</span><span style="color: #009900;">&#40;</span><span style="color: #990000;">in_array</span><span style="color: #009900;">&#40;</span><span style="color: #000088;">$value</span><span style="color: #009900;">&#91;</span><span style="color: #cc66cc;">0</span><span style="color: #009900;">&#93;</span> <span style="color: #339933;">!=</span> <span style="color: #009900; font-weight: bold;">NULL</span>?<span style="color: #000088;">$value</span><span style="color: #009900;">&#91;</span><span style="color: #cc66cc;">0</span><span style="color: #009900;">&#93;</span><span style="color: #339933;">:</span><span style="color: #0000ff;">&quot;&quot;</span> <span style="color: #339933;">,</span> <span style="color: #000088;">$restricted</span><span style="color: #009900;">&#41;</span><span style="color: #009900;">&#41;</span><span style="color: #009900;">&#123;</span><span style="color: #990000;">unset</span><span style="color: #009900;">&#40;</span><span style="color: #000088;">$menu</span><span style="color: #009900;">&#91;</span><span style="color: #990000;">key</span><span style="color: #009900;">&#40;</span><span style="color: #000088;">$menu</span><span style="color: #009900;">&#41;</span><span style="color: #009900;">&#93;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span><span style="color: #009900;">&#125;</span>
        <span style="color: #009900;">&#125;</span><span style="color: #666666; font-style: italic;">// end while</span>
&nbsp;
    <span style="color: #009900;">&#125;</span><span style="color: #666666; font-style: italic;">// end if</span>
<span style="color: #009900;">&#125;</span>
add_action<span style="color: #009900;">&#40;</span><span style="color: #0000ff;">'admin_menu'</span><span style="color: #339933;">,</span> <span style="color: #0000ff;">'remove_menus'</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span></pre></td></tr></table></div><p style="text-align: center;">* * *</p><h3><a href="http://www.wpbeginner.com/wp-tutorials/how-to-redirect-wordpress-feeds-to-feedburner-without-a-plugin/" title="WordPress-theme-hacks" target="_blank"rel="nofollow">How to Redirect WordPress Feeds to FeedBurner without a Plugin</a></h3><p></br></p><div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
2
3
4
5
6
</pre></td><td class="code"><pre class="php" style="font-family:monospace;"><span style="color: #339933;">&lt;</span>IfModule mod_rewrite<span style="color: #339933;">.</span>c<span style="color: #339933;">&gt;</span>
RewriteEngine on
RewriteCond <span style="color: #339933;">%</span><span style="color: #009900;">&#123;</span>HTTP_USER_AGENT<span style="color: #009900;">&#125;</span> <span style="color: #339933;">!</span>FeedBurner <span style="color: #009900;">&#91;</span>NC<span style="color: #009900;">&#93;</span>
RewriteCond <span style="color: #339933;">%</span><span style="color: #009900;">&#123;</span>HTTP_USER_AGENT<span style="color: #009900;">&#125;</span> <span style="color: #339933;">!</span>FeedValidator <span style="color: #009900;">&#91;</span>NC<span style="color: #009900;">&#93;</span>
RewriteRule ^feed<span style="color: #339933;">/</span>?<span style="color: #009900;">&#40;</span><span style="color: #009900;">&#91;</span>_0<span style="color: #339933;">-</span>9a<span style="color: #339933;">-</span>z<span style="color: #339933;">-</span><span style="color: #009900;">&#93;</span> <span style="color: #009900;">&#41;</span>?<span style="color: #339933;">/</span>?$ http<span style="color: #339933;">:</span><span style="color: #666666; font-style: italic;">//feeds.feedburner.com/wpbeginner [R=302,NC,L]</span>
<span style="color: #339933;">&lt;/</span>IfModule<span style="color: #339933;">&gt;</span></pre></td></tr></table></div><p style="text-align: center;">* * *</p><h3><a href="http://www.doitwithwp.com/customize-wordpress-admin-bar/" title="WordPress-useful-hacks"target="_blank"rel="nofollow">Take Control of your WordPress Admin Bar</a></h3><p></br></p><div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
2
3
4
5
6
7
8
9
10
11
12
</pre></td><td class="code"><pre class="php" style="font-family:monospace;"><span style="color: #000000; font-weight: bold;">function</span> my_admin_bar_link<span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span> <span style="color: #009900;">&#123;</span>
	<span style="color: #000000; font-weight: bold;">global</span> <span style="color: #000088;">$wp_admin_bar</span><span style="color: #339933;">;</span>
	<span style="color: #b1b100;">if</span> <span style="color: #009900;">&#40;</span> <span style="color: #339933;">!</span>is_super_admin<span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span> <span style="color: #339933;">||</span> <span style="color: #339933;">!</span>is_admin_bar_showing<span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span> <span style="color: #009900;">&#41;</span>
		<span style="color: #b1b100;">return</span><span style="color: #339933;">;</span>
	<span style="color: #000088;">$wp_admin_bar</span><span style="color: #339933;">-&gt;</span><span style="color: #004000;">add_menu</span><span style="color: #009900;">&#40;</span> <span style="color: #990000;">array</span><span style="color: #009900;">&#40;</span>
	<span style="color: #0000ff;">'id'</span> <span style="color: #339933;">=&gt;</span> <span style="color: #0000ff;">'diww'</span><span style="color: #339933;">,</span>
	<span style="color: #0000ff;">'parent'</span> <span style="color: #339933;">=&gt;</span> <span style="color: #0000ff;">'my-blogs'</span><span style="color: #339933;">,</span>
	<span style="color: #0000ff;">'title'</span> <span style="color: #339933;">=&gt;</span> __<span style="color: #009900;">&#40;</span> <span style="color: #0000ff;">'Do It With WordPress'</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">,</span>
	<span style="color: #0000ff;">'href'</span> <span style="color: #339933;">=&gt;</span> admin_url<span style="color: #009900;">&#40;</span> <span style="color: #0000ff;">'http://www.doitwithwp.com/wp-admin.php'</span> <span style="color: #009900;">&#41;</span>
	<span style="color: #009900;">&#41;</span> <span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
<span style="color: #009900;">&#125;</span>
add_action<span style="color: #009900;">&#40;</span><span style="color: #0000ff;">'admin_bar_menu'</span><span style="color: #339933;">,</span> <span style="color: #0000ff;">'my_admin_bar_link'</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span></pre></td></tr></table></div><p style="text-align: center;">* * *</p><h3><a href="http://wptricks.net/how-to-inserting-google-maps-into-wordpress/" title="WordPress-useful-hacks"target="_blank"rel="nofollow">How To: Inserting Google Maps into WordPress</a></h3><p></br></p><div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
2
3
4
5
6
7
8
9
10
</pre></td><td class="code"><pre class="php" style="font-family:monospace;"><span style="color: #666666; font-style: italic;">//Google Maps Shortcode</span>
<span style="color: #000000; font-weight: bold;">function</span> do_googleMaps<span style="color: #009900;">&#40;</span><span style="color: #000088;">$atts</span><span style="color: #339933;">,</span> <span style="color: #000088;">$content</span> <span style="color: #339933;">=</span> <span style="color: #009900; font-weight: bold;">null</span><span style="color: #009900;">&#41;</span> <span style="color: #009900;">&#123;</span>
   <span style="color: #990000;">extract</span><span style="color: #009900;">&#40;</span>shortcode_atts<span style="color: #009900;">&#40;</span><span style="color: #990000;">array</span><span style="color: #009900;">&#40;</span>
      <span style="color: #0000ff;">&quot;width&quot;</span> <span style="color: #339933;">=&gt;</span> <span style="color: #0000ff;">'640'</span><span style="color: #339933;">,</span>
      <span style="color: #0000ff;">&quot;height&quot;</span> <span style="color: #339933;">=&gt;</span> <span style="color: #0000ff;">'480'</span><span style="color: #339933;">,</span>
      <span style="color: #0000ff;">&quot;src&quot;</span> <span style="color: #339933;">=&gt;</span> <span style="color: #0000ff;">''</span>
   <span style="color: #009900;">&#41;</span><span style="color: #339933;">,</span> <span style="color: #000088;">$atts</span><span style="color: #009900;">&#41;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
   <span style="color: #b1b100;">return</span> <span style="color: #0000ff;">'&lt;iframe width=&quot;'</span><span style="color: #339933;">.</span><span style="color: #000088;">$width</span><span style="color: #339933;">.</span><span style="color: #0000ff;">'&quot; height=&quot;'</span><span style="color: #339933;">.</span><span style="color: #000088;">$height</span><span style="color: #339933;">.</span><span style="color: #0000ff;">'&quot; frameborder=&quot;0&quot; scrolling=&quot;no&quot; marginheight=&quot;0&quot; marginwidth=&quot;0&quot; src=&quot;'</span><span style="color: #339933;">.</span><span style="color: #000088;">$src</span><span style="color: #339933;">.</span><span style="color: #0000ff;">'&amp;amp;output=embed&quot; &gt;&lt;/iframe&gt;'</span><span style="color: #339933;">;</span>
<span style="color: #009900;">&#125;</span>
add_shortcode<span style="color: #009900;">&#40;</span><span style="color: #0000ff;">&quot;googlemap&quot;</span><span style="color: #339933;">,</span> <span style="color: #0000ff;">&quot;do_googleMaps&quot;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span></pre></td></tr></table></div><p style="text-align: center;">* * *</p><h3><a href="http://www.agent-seo.com/wordpress/recent-posts-with-thumbnails-in-wordpress-without-a-plugin/" title="wordpress-hacks"target="_blank"rel="nofollow">Recent Posts With Thumbnails In WordPress Without A Plugin</a></h3><p><a href="http://www.agent-seo.com/wordpress/recent-posts-with-thumbnails-in-wordpress-without-a-plugin/"target="_blank"rel="nofollow"><img src="http://blog.tmimgcdn.com/wp-content/uploads/2012/02/wordpress-hacks.jpg?9d7bd4" alt="15 Hacks to Pimp Your WordPress Website" title="wordpress-hacks" width="600" height="138" class="aligncenter size-full wp-image-19737" /></a></p><p style="text-align: center;">* * *</p><h3><a href="http://wpsnipp.com/index.php/functions-php/remove-post-columns/" title="wordpress-hacks"target="_blank"rel="nofollow">Remove post columns</a></h3><p></br></p><div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
2
3
4
5
</pre></td><td class="code"><pre class="php" style="font-family:monospace;"><span style="color: #000000; font-weight: bold;">function</span> remove_post_columns<span style="color: #009900;">&#40;</span><span style="color: #000088;">$defaults</span><span style="color: #009900;">&#41;</span> <span style="color: #009900;">&#123;</span>
  <span style="color: #990000;">unset</span><span style="color: #009900;">&#40;</span><span style="color: #000088;">$defaults</span><span style="color: #009900;">&#91;</span><span style="color: #0000ff;">'comments'</span><span style="color: #009900;">&#93;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
  <span style="color: #b1b100;">return</span> <span style="color: #000088;">$defaults</span><span style="color: #339933;">;</span>
<span style="color: #009900;">&#125;</span>
add_filter<span style="color: #009900;">&#40;</span><span style="color: #0000ff;">'manage_posts_columns'</span><span style="color: #339933;">,</span> <span style="color: #0000ff;">'remove_post_columns'</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span></pre></td></tr></table></div><p style="text-align: center;">* * *</p><h3><a href="http://perishablepress.com/press/2008/07/21/how-to-generate-perfect-wordpress-title-tags-without-a-plugin/" title="wordpress-hacks"target="_blank"rel="nofollow">How to Generate Perfect WordPress Title Tags without a Plugin</a></h3><p></br></p><div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
</pre></td><td class="code"><pre class="php" style="font-family:monospace;">&lt;title&gt;
&nbsp;
<span style="color: #000000; font-weight: bold;">&lt;?php</span> 
&nbsp;
<span style="color: #b1b100;">if</span> <span style="color: #009900;">&#40;</span><span style="color: #990000;">function_exists</span><span style="color: #009900;">&#40;</span><span style="color: #0000ff;">'is_tag'</span><span style="color: #009900;">&#41;</span> <span style="color: #339933;">&amp;&amp;</span> is_tag<span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span><span style="color: #009900;">&#41;</span> <span style="color: #009900;">&#123;</span> 
&nbsp;
	<span style="color: #b1b100;">echo</span> <span style="color: #0000ff;">'Tag Archive for &amp;quot;'</span><span style="color: #339933;">.</span><span style="color: #000088;">$tag</span><span style="color: #339933;">.</span><span style="color: #0000ff;">'&amp;quot; - '</span><span style="color: #339933;">;</span> 
&nbsp;
<span style="color: #009900;">&#125;</span> <span style="color: #b1b100;">elseif</span> <span style="color: #009900;">&#40;</span>is_archive<span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span><span style="color: #009900;">&#41;</span> <span style="color: #009900;">&#123;</span> 
&nbsp;
	wp_title<span style="color: #009900;">&#40;</span><span style="color: #0000ff;">''</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span> <span style="color: #b1b100;">echo</span> <span style="color: #0000ff;">' Archive - '</span><span style="color: #339933;">;</span> 
&nbsp;
<span style="color: #009900;">&#125;</span> <span style="color: #b1b100;">elseif</span> <span style="color: #009900;">&#40;</span>is_search<span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span><span style="color: #009900;">&#41;</span> <span style="color: #009900;">&#123;</span> 
&nbsp;
	<span style="color: #b1b100;">echo</span> <span style="color: #0000ff;">'Search for &amp;quot;'</span><span style="color: #339933;">.</span>wp_specialchars<span style="color: #009900;">&#40;</span><span style="color: #000088;">$s</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">.</span><span style="color: #0000ff;">'&amp;quot; - '</span><span style="color: #339933;">;</span> 
&nbsp;
<span style="color: #009900;">&#125;</span> <span style="color: #b1b100;">elseif</span> <span style="color: #009900;">&#40;</span><span style="color: #339933;">!</span><span style="color: #009900;">&#40;</span>is_404<span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span><span style="color: #009900;">&#41;</span> <span style="color: #339933;">&amp;&amp;</span> <span style="color: #009900;">&#40;</span>is_single<span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span><span style="color: #009900;">&#41;</span> <span style="color: #339933;">||</span> <span style="color: #009900;">&#40;</span>is_page<span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span><span style="color: #009900;">&#41;</span><span style="color: #009900;">&#41;</span> <span style="color: #009900;">&#123;</span> 
&nbsp;
	wp_title<span style="color: #009900;">&#40;</span><span style="color: #0000ff;">''</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span> <span style="color: #b1b100;">echo</span> <span style="color: #0000ff;">' - '</span><span style="color: #339933;">;</span> 
&nbsp;
<span style="color: #009900;">&#125;</span> <span style="color: #b1b100;">elseif</span> <span style="color: #009900;">&#40;</span>is_404<span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span><span style="color: #009900;">&#41;</span> <span style="color: #009900;">&#123;</span>
&nbsp;
	<span style="color: #b1b100;">echo</span> <span style="color: #0000ff;">'Not Found - '</span><span style="color: #339933;">;</span> 
&nbsp;
<span style="color: #009900;">&#125;</span>
bloginfo<span style="color: #009900;">&#40;</span><span style="color: #0000ff;">'name'</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span> 
&nbsp;
<span style="color: #000000; font-weight: bold;">?&gt;</span>
&nbsp;
&lt;/title&gt;</pre></td></tr></table></div><p style="text-align: center;">* * *</p><h3><a href="http://www.kimwoodbridge.com/random-wordpress-quotes-without-a-plugin/" title="useful-wordpress-hacks" target="_blank"rel="nofollow">Random WordPress Quotes Without A Plugin</a></h3><p><a href="http://www.kimwoodbridge.com/random-wordpress-quotes-without-a-plugin/"target="_blank"rel="nofollow"><img src="http://blog.tmimgcdn.com/wp-content/uploads/2012/02/wordpress-hacks-7.jpg?9d7bd4" alt="15 Hacks to Pimp Your WordPress Website" title="wordpress-hacks-7" width="600" height="68" class="aligncenter size-full wp-image-19746" /></a></p><p style="text-align: center;">* * *</p><h3><a href="http://www.themethesis.com/tutorials/social-networking-links/" title="WordPress-hacks"target="_blank"rel="nofollow">Add Social Links to WordPress Without a Plugin</a></h3><p><a href="http://www.themethesis.com/tutorials/social-networking-links/"target="_blank"rel="nofollow"><img src="http://blog.tmimgcdn.com/wp-content/uploads/2012/02/wordpress-hacks-8.jpg?9d7bd4" alt="15 Hacks to Pimp Your WordPress Website" title="wordpress-hacks-8" width="600" height="213" class="aligncenter size-full wp-image-19749" /></a></p><p style="text-align: center;">* * *</p> ]]></content:encoded> <wfw:commentRss>http://blog.templatemonster.com/2012/02/09/useful-wordpress-hacks/feed/</wfw:commentRss> <slash:comments>10</slash:comments> </item> <item><title>Custom Post Types and Page Templates in TemplateMonster WordPress 3.x Themes</title><link>http://blog.templatemonster.com/2012/01/25/custom-post-types-page-templates-templatemonster-wordpress-3-x-themes/</link> <comments>http://blog.templatemonster.com/2012/01/25/custom-post-types-page-templates-templatemonster-wordpress-3-x-themes/#comments</comments> <pubDate>Wed, 25 Jan 2012 07:57:00 +0000</pubDate> <dc:creator>Edward Korcheg</dc:creator> <category><![CDATA[DesignFloat]]></category> <category><![CDATA[WordPress Themes]]></category><guid isPermaLink="false">http://blog.templatemonster.com/?p=19188</guid> <description><![CDATA[Our WordPress 3.x themes have become more flexible - learn what such of their new features as custom post types and page templates are about. Find our more within this post.]]></description> <content:encoded><![CDATA[<p><img src="http://blog.tmimgcdn.com/wp-content/uploads/2012/01/wp-thumb.jpg?9d7bd4" alt="Custom Post Types and Page Templates in TemplateMonster WordPress 3.x Themes" title="wp-thumb" width="75" height="74" class="alignright" style="float: left; margin: 6px;" class="aligncenter size-full wp-image-19196" />Last week we have announced the <a href="http://blog.templatemonster.com/2012/01/18/wordpress-3-x-themes-new-features/" title="WordPress 3.x themes"target="_blank">release of our WordPress 3.x themes</a>. One of the major features they include is the ability for website owners to create and edit custom post types and page templates. This was actually one of trump cards that fortified WordPress&#8217; positions in the CMS comparison chart. WordPress was often criticized for weak content system and the lack of flexibility in general (as we know WordPress is considered to be a blogging platform which is why it was pretty complicated to customize it for classical static business websites). So now this problem is fixed, and our new WordPress themes are perfectly compatible with this new feature and include some predefined custom post types and page templates.</p><p>So let&#8217;s get back now to these features. First of all, it very important to understand the meaning of the following terms: posts, pages, custom posts types and page templates. Without it it would be hard to comprehend all advantages and even the main point of implementing these new features.</p><ul><li><strong>Post</strong> is a default content type which is related to the blogging sphere. Usually blog posts are displayed in reverse sequential order by time (newest posts come first).</li><li><strong>Page</strong> is a default content type that used for the static pages. Pages are for non-blog content. For example the default set of WordPress pages contains Home Page, About Us and maybe Contact Us pages. Actually you can remove all posts from a WordPress installation and by this you&#8217;ll achieve a standard non-blog static website.</li><li><strong>Page Template</strong> is a functional feature of our WordPress 3.x themes which allows you to change the page layout, number of columns, move siderbar etc.</li><li><strong>Custom Post Type</strong> is another functional feature that is tightly connected with Page templates. This option allows you to manage website&#8217;s content which is not typical for blogging post types. For example with the help of Posts section at the dashboard you can create separate pages for portfolio page items, edit content of the slider on your pages and so on. Custom post types can be the elements that page templates contain (e.g. every individual testimonial in a testimonials page template is built with testimonials post type) or may be used independently.</li></ul><p>Now we will show you some interesting examples of the custom post types and page templates in our <a href="http://www.templatemonster.com/pack/wordpress-3-x-themes/" target="_blank">new WordPress 3.x themes</a>. By the way if you want to see them in action &#8211; just click the live demo of the WordPress theme and play with its features ad lib. Here are some examples of page templates and custom post types.</p><p><a href="http://www.templatemonster.com/demo/37648.html" title="wordpress porfolio page" target="_blank">Portfolio Post Type with Portfolio Page Template for 4 columns</a></p><p><a href="http://www.templatemonster.com/demo/37648.html"target="_blank"><img src="http://blog.tmimgcdn.com/wp-content/uploads/2012/01/wordpress-portfolio-page-template.jpg?9d7bd4" alt="Custom Post Types and Page Templates in TemplateMonster WordPress 3.x Themes" title="wordpress-portfolio-page-template" width="620" height="743" class="aligncenter size-full wp-image-19207" /></a></p><p style="text-align: center;">* * *</p><p><a href="http://www.templatemonster.com/demo/37620.html" title="services custom post type" target="_blank">Services Post Type</a></p><p><a href="http://www.templatemonster.com/demo/37620.html"target="_blank"><img src="http://blog.tmimgcdn.com/wp-content/uploads/2012/01/wordpress-services-page-template.jpg?9d7bd4" alt="Custom Post Types and Page Templates in TemplateMonster WordPress 3.x Themes" title="wordpress-services-page-template" width="620" height="696" class="aligncenter size-full wp-image-19209" /></a></p><p><span id="more-19188"></span><p style="text-align: center;">* * *</p><p><a href="http://www.templatemonster.com/demo/37003.html" title="wordpress about page template" target="_blank">About Page Template</a></p><p><a href="http://www.templatemonster.com/demo/37003.html"target="_blank"><img src="http://blog.tmimgcdn.com/wp-content/uploads/2012/01/wordpress-about-us-page-template.jpg?9d7bd4" alt="Custom Post Types and Page Templates in TemplateMonster WordPress 3.x Themes" title="wordpress-about-us-page-template" width="620" height="619" class="aligncenter size-full wp-image-19211" /></a></p><p style="text-align: center;">* * *</p><p><a href="http://www.templatemonster.com/demo/37322.html" title="slider custom post type" target="_blank">Slider Custom Post Type</a></p><p><a href="http://www.templatemonster.com/demo/37322.html"><img src="http://blog.tmimgcdn.com/wp-content/uploads/2012/01/wordpress-slide-custom-post-type.jpg?9d7bd4" alt="Custom Post Types and Page Templates in TemplateMonster WordPress 3.x Themes" title="wordpress-slide-custom-post-type" width="620" height="728" class="aligncenter size-full wp-image-19214" /></a></p><p style="text-align: center;">* * *</p><p><a href="http://www.templatemonster.com/demo/36390.html" title="testimonials custom post type" target="_blank">Testimonials Custom Post Type</a></p><p><a href="http://www.templatemonster.com/demo/36390.html"target="_blank"><img src="http://blog.tmimgcdn.com/wp-content/uploads/2012/01/wordpress-testimonials-custom-post-type.jpg?9d7bd4" alt="Custom Post Types and Page Templates in TemplateMonster WordPress 3.x Themes" title="wordpress-testimonials-custom-post-type" width="620" height="729" class="aligncenter size-full wp-image-19216" /></a></p><p style="text-align: center;">* * *</p><p><a href="http://www.templatemonster.com/demo/36219.html" title="wordpress FAQ page template"target="_blank">FAQ Custom Post Type</a></p><p><a href="http://www.templatemonster.com/demo/36219.html"><img src="http://blog.tmimgcdn.com/wp-content/uploads/2012/01/wordpress-faq-custom-post-type.jpg?9d7bd4" alt="Custom Post Types and Page Templates in TemplateMonster WordPress 3.x Themes" title="wordpress-faq-custom-post-type" width="620" height="553" class="aligncenter size-full wp-image-19218" /></a></p><p style="text-align: center;">* * *</p> ]]></content:encoded> <wfw:commentRss>http://blog.templatemonster.com/2012/01/25/custom-post-types-page-templates-templatemonster-wordpress-3-x-themes/feed/</wfw:commentRss> <slash:comments>3</slash:comments> </item> <item><title>New Features in WordPress 3.x Themes on TemplateMonster</title><link>http://blog.templatemonster.com/2012/01/18/wordpress-3-x-themes-new-features/</link> <comments>http://blog.templatemonster.com/2012/01/18/wordpress-3-x-themes-new-features/#comments</comments> <pubDate>Wed, 18 Jan 2012 07:50:21 +0000</pubDate> <dc:creator>Edward Korcheg</dc:creator> <category><![CDATA[DesignFloat]]></category> <category><![CDATA[Reviews]]></category> <category><![CDATA[WordPress Themes]]></category><guid isPermaLink="false">http://blog.templatemonster.com/?p=18984</guid> <description><![CDATA[More functionality, more catching designs, and more WordPress power! Check what are the new features in our enhanced WordPress 3.x themes.]]></description> <content:encoded><![CDATA[<p>As you may have noticed recently our product line was enriched with WordPress 3.x themes. Despite the fact that it may seem just another piece of boring corporate news we must state the significant importance of this milestone &#8211; both for our company and our dear clients. It is not a secret that WordPress themes are an insanely popular product. So, it is not that simple to satisfy the growing needs of our customers with every new update of the WordPress CMS. But we are always open to hear the voice of our people and improve our products and services according to your needs.</p><p>WordPress CMS is famous for unique combination of reliable and highly functional back-end software which is spiced up with the ability to add extra features by installing widgets, plugins and other “delicious” stuff. And that&#8217;s the reason WordPress CMS is considered to be the most user-friendly software &#8211; even the newbies can master WordPress within the short period of time. Now that all ceremonies are over we can go straight to our topic. Below you’ll find the detailed information concerning the functional improvement of our WordPress 3.x themes.</p><h3>Custom Post Types</h3><p><img src="http://blog.tmimgcdn.com/wp-content/uploads/2012/01/wordpress-custom-post-types1.jpg?9d7bd4" alt="New Features in WordPress 3.x Themes on TemplateMonster" title="wordpress-custom-post-types" width="600" height="127" class="aligncenter size-full wp-image-18998" /></p><p>Creating various types of posts is one of the greatest features that opens many great opportunities for WordPress users. Currently you can use the custom post types in our WordPress 3.x themes too. Here is the list of all possible post type options:</p><ul><li><strong>Portfolio Post Type</strong> is the post type that delivers content in the form of image portfolio with some text comments to the images.</li><li><strong>Slider Post Type</strong> is another image related option that presents all your post content in the dynamic slider with navigation buttons and short text info.</li><li><strong>Testimonials Post Type</strong> lets you set up custom fields for this type of post, such as testimonial name, testimonial URL, set up featured image etc.</li><li><strong>Services Post Type</strong></li><li><strong>FAQs Post Type</strong> allows to create a special post where content will be displayed in the &#8216;question – answer&#8217; form as it is usually done on the FAQ pages.</li></ul><h3>Page Templates</h3><p>This exact option offers you adding page templates that have various design characteristics. These pages have different number of columns, layout, sidebar absence etc. Here is a short info concerning each of our page templates.</p><ul><li><strong>Full Width Page</strong> is a page template with one column and without any sidebar positions.</li><li><strong>About Page</strong> is a page template with one column and without any sidebar elements.</li><li><strong>Testimonials Page</strong> has custom styled design created by our designers specifically for displaying testimonials posts.</li><li><strong>FAQs Page template</strong> is a full-width page without any sidebar created for displaying FAQ information.</li><li><strong>Portfolio Page</strong> has 1, 2, 3 and 4 columns view layout enhanced with Prettyphoto jQuery plugin.</li></ul><p><span id="more-18984"></span><br /><h3>Custom Widgets</h3><p>The WordPress widgets presence is another functional goodie that is quite popular among WordPress fans. That’s why we’ve decided to include some popular widgets to our themes, such as Recent Comments, Popular Posts, Social Networks and others.</p><h3>50+ shortcodes</h3><p><img src="http://blog.tmimgcdn.com/wp-content/uploads/2012/01/wordpress-shortcodes.jpg?9d7bd4" alt="New Features in WordPress 3.x Themes on TemplateMonster" title="wordpress-shortcodes" width="600" height="119" class="aligncenter size-full wp-image-18997" /></p><p>WordPress Shortcodes were introduced in WordPress 2.5. Basically a shortcode is a simple set of functions for creating macro codes that you can use in post content. For example, you can add a photo gallery into the page by adding one of the codes to the blog posts. Our themes support over 50 various short codes including tag clouds, audio/video embedding, popular posts, last comments and so on.</p><h3>jQuery Plugins</h3><p>From now on all our WordPress 3.x themes are equipped with a set of superb plugins powered by jQuery. You can enable any of this plugins in the proper section of the dashboard. The following plugins will help you display image content in a more spectacular and efficient manner. Here is a short description for each plugin that you may find at our new WordPress themes.</p><ul><li><strong>jQuery Cycle</strong> is a slideshow plugin that supports pause-on-hover, auto-stop, auto-fit, before/after callbacks, click triggers and other transition effects.</li><li><strong>jQuery PrettyPhoto</strong> is a lightbox clone plugin that supports images, videos, Flash etc. It is highly compatible with all major browsers (it has support even for IE6!).</li><li><strong>jQuery NivoSlider</strong> is a small but efficient slider plugin that supports more than 16 various transition effects to display images on your website.</li></ul><h3>Native WordPress Plugins</h3><p>We are glad to inform you that there are more surprises waiting for you inside of each WordPress 3.x theme. Our themes are armed not only with jQuery plugins but also with some native WordPress plugins that might be extremely useful for any web project.</p><ul><li><strong>WP-PageNavi</strong> is a pagination plugin that adds navigation button numbers for every page that you have on your website. It is a highly usable and simple WordPress plugin.</li><li><strong>WP-Contact Form 7</strong> is a simple contact form plugin that delivers reliable and user-friendly tool for receiving users’ feedback instantly.</li></ul><h3>Google Webfonts</h3><p>I’m sure that you’ve heard about Google Web Fonts library. So, this plugin allows you to embed all fonts from this library into your website seamlessly.</p><h3>Multi Level Dropdown Menu</h3><p>From now on all our WordPress 3.x themes will have navigation enhanced with multilevel dropdown menu which is widely used in web design these days. This feature will make your website more user-friendly and navigation-wise.</p><h3>Cross Browser Compatible</h3><p>All our themes are compatible with major web browsers (including IE7) which means that your website will be properly displayed for all your visitors.</p><h3>PSDs included</h3><p>As always, all our design products are supplied with PSD files. You can easily improve them by making any changes you want.</p><h3>Well Documented Themes</h3><p>Each and every WordPress 3.x theme will be shipped to you with a comprehensive manual where you can find all information about the installation process, theme’s functional features and other stuff that would help you to set up all the things without any problems.</p><p style="text-align: center;">* * *</p><p>Now we want to invite you to check out the collection of fresh designs of our new WordPress 3.x themes. Below each theme you&#8217;ll find a short list of functional features available for that particular theme. If you still have questions concerning our new product &#8211; we would love to receive your feedback in the comments section.</p><p><a href="http://www.templatemonster.com/wordpress-themes/36134.html" title="wordpress 3.x themes" target="_blank">Jesus Chruch</a></p><p><a href="http://www.templatemonster.com/demo/36134.html"target="_blank"><img src="http://blog.tmimgcdn.com/wp-content/uploads/2012/01/wordpress-3-x-themes-new-features-1.jpg?9d7bd4" alt="New Features in WordPress 3.x Themes on TemplateMonster" title="wordpress-3-x-themes-new-features-1" width="620" height="615" class="aligncenter size-full wp-image-19002" /></a></p><ul><li><strong>Custom Post Types</strong>: <em>Gallery Post Type, Banners Post Type</em></li><li><strong>6 Page Templates</strong>: <em>Full Width Page, Home Page, Portfolio Page (1, 2, 3 and 4 columns view)</em></li><li><strong>jQuery plugins</strong></li><li><strong>Flash XML Slider</strong></li><li><strong>5 Custom Widgets</strong></li><li><strong>50+ shortcodes</strong></li></ul><p><a href="http://www.templatemonster.com/wordpress-themes/36148.html" title="wordpress 3.x themes" target="_blank">Sadex</a></p><p><a href="http://www.templatemonster.com/demo/36148.html"target="_blank"><img src="http://blog.tmimgcdn.com/wp-content/uploads/2012/01/wordpress-3-x-themes-new-features-2.jpg?9d7bd4" alt="New Features in WordPress 3.x Themes on TemplateMonster" title="wordpress-3-x-themes-new-features-2" width="620" height="410" class="aligncenter size-full wp-image-19007" /></a></p><ul><li><strong>Custom Post Types</strong>: <em>Portfolio Post Type, Slider Post Type, Partners Post Type, Services Post Type, FAQs Post Type,Our team Post Type</em></li><li><strong>6 Page Templates</strong>: <em>Full Width Page, FAQs Page, Home Page, Portfolio Page (3 columns)</em></li><li><strong>jQuery plugins</strong></li><li><strong>Cufon text replacement</strong></li><li><strong>5 Custom Widgets</strong></li><li><strong>50+ shortcodes</strong></li></ul><p><a href="http://www.templatemonster.com/wordpress-themes/36078.html" title="WordPress 3-x themes features" target="_blank">Agrico</a></p><p><a href="http://www.templatemonster.com/demo/36078.html"target="_blank"><img src="http://blog.tmimgcdn.com/wp-content/uploads/2012/01/wordpress-3-x-themes-new-features-3.jpg?9d7bd4" alt="New Features in WordPress 3.x Themes on TemplateMonster" title="wordpress-3-x-themes-new-features-3" width="620" height="491" class="aligncenter size-full wp-image-19010" /></a></p><ul><li><strong>Custom Post Types</strong>: <em>Partners Post Type, Slider Post Type (based on nivoSlider), Testimonials Post Type</em></li><li><strong>6 Page Templates</strong>: <em>Blog page, Full Width Page</em></li><li><strong>jQuery plugins</strong></li><li><strong>Cufon text replacement</strong></li><li><strong>7 Custom Widgets</strong></li><li><strong>50+ shortcodes</strong></li><li><strong>WordPress Plugins</strong>: <em>WP-PageNavi, WP-Contact Form 7</em></li></ul><p><a href="http://www.templatemonster.com/wordpress-themes/36219.html" title="WordPress 3-x features" target="_blank">Interior</a></p><p><a href="http://www.templatemonster.com/demo/36219.html"target="_blank"><img src="http://blog.tmimgcdn.com/wp-content/uploads/2012/01/wordpress-3-x-themes-new-features-4.jpg?9d7bd4" alt="New Features in WordPress 3.x Themes on TemplateMonster" title="wordpress-3-x-themes-new-features-4" width="620" height="484" class="aligncenter size-full wp-image-19012" /></a></p><ul><li><strong>Custom Post Types</strong>: <em>Portfolio Post Type, Testimonials Post Type, Services Post Type, FAQs Post Type, Our team Post Type</em></li><li><strong>6 Page Templates</strong>: <em>Full Width Page, Testimonials Page, FAQs Page, Portfolio Page</em></li><li><strong>jQuery plugins</strong></li><li><strong>Google Webfonts</strong></li><li><strong>50+ shortcodes</strong></li><li><strong>WordPress Plugins</strong>: <em>WP-PageNavi, WP-Contact Form 7, Another Random Posts Widget</em></li></ul><p><a href="http://www.templatemonster.com/wordpress-themes/36176.html" title="WordPress 3x themes features" target="_blank">Grand</a></p><p><a href="http://www.templatemonster.com/demo/36176.html"target="_blank"><img src="http://blog.tmimgcdn.com/wp-content/uploads/2012/01/wordpress-3-x-themes-new-features-5.jpg?9d7bd4" alt="New Features in WordPress 3.x Themes on TemplateMonster" title="wordpress-3-x-themes-new-features-5" width="620" height="424" class="aligncenter size-full wp-image-19013" /></a></p><ul><li><strong>Custom Post Types</strong>: <em>Portfolio Post Type, Slider Post Type, Testimonials Post Type, Capabilities Post Type, FAQs Post Type, Out team Post Type</em></li><li><strong>6 Page Templates</strong>: <em>Full Width Page, Testimonials Page, FAQs Page, Portfolio Page</em></li><li><strong>jQuery plugins</strong></li><li><strong>3 Custom Widgets</strong></li><li><strong>50+ shortcodes</strong></li><li><strong>WordPress Plugins</strong>: <em>WP-PageNavi, WP-Contact Form 7, Widget Logic, WordPress Newsletter subscription Opt-in for SendBlaster</em></li></ul><p><a href="http://www.templatemonster.com/wordpress-themes/36220.html" title="WordPress 3-x themes features" target="_blank">Interior Design Studio</a></p><p><a href="http://www.templatemonster.com/demo/36220.html"target="_blank"><img src="http://blog.tmimgcdn.com/wp-content/uploads/2012/01/wordpress-3-x-themes-new-features-6.jpg?9d7bd4" alt="New Features in WordPress 3.x Themes on TemplateMonster" title="wordpress-3-x-themes-new-features-6" width="620" height="473" class="aligncenter size-full wp-image-19015" /></a></p><ul><li><strong>Custom Post Types</strong>: <em>Portfolio Post Type, Slider Post Type, Testimonials Post Type, Our team Post Type</em></li><li><strong>6 Page Templates</strong>: <em>Full Width Page, Testimonials Page, FAQs Page, Portfolio Page</em></li><li><strong>jQuery plugins</strong></li><li><strong>7 Custom Widgets</strong></li><li><strong>50+ shortcodes</strong></li><li><strong>Google Webfonts</strong></li><li><strong>Multi Level Dropdown Menu</strong></li><li><strong>WordPress Plugins</strong>: <em>WP-PageNavi, WP-Contact Form 7, Custom Meta</em></li></ul><p><a href="http://www.templatemonster.com/wordpress-themes/36235.html" title="WordPress 3x themes features" target="_blank">InFit</a></p><p><a href="http://www.templatemonster.com/demo/36235.html"target="_blank"><img src="http://blog.tmimgcdn.com/wp-content/uploads/2012/01/wordpress-3-x-themes-new-features-7.jpg?9d7bd4" alt="New Features in WordPress 3.x Themes on TemplateMonster" title="wordpress-3-x-themes-new-features-7" width="620" height="570" class="aligncenter size-full wp-image-19016" /></a></p><ul><li><strong>Custom Post Types</strong>: <em>Programs Post Type, Slider Post Type, Nutritions Post Type</em></li><li><strong>6 Page Templates</strong>: <em>Full Width Page, Home Page, Blog Page, Programs Page</em></li><li><strong>jQuery plugins</strong></li><li><strong>7 Custom Widgets</strong></li><li><strong>50+ shortcodes</strong></li><li><strong>Google Webfonts</strong></li><li><strong>Cufon text replacement</strong></li><li><strong>Multi Level Dropdown Menu</strong></li><li><strong>WordPress Plugins</strong>: <em>WP-PageNavi, WP-Contact Form 7, WordPress Newsletter subscription Opt-in for SendBlaster</em></li></ul><p><a href="http://www.templatemonster.com/wordpress-themes/36259.html" title="WordPress 3x themes features" target="_blank">Zero</a></p><p><a href="http://www.templatemonster.com/demo/36259.html"target="_blank"><img src="http://blog.tmimgcdn.com/wp-content/uploads/2012/01/wordpress-3-x-themes-new-features-8.jpg?9d7bd4" alt="New Features in WordPress 3.x Themes on TemplateMonster" title="wordpress-3-x-themes-new-features-8" width="620" height="559" class="aligncenter size-full wp-image-19018" /></a></p><ul><li><strong>Custom Post Types</strong>: <em>Portfolio Post Type, Slider Post Type, Testimonials Post Type, Services Post Type, Our team Post Type</em></li><li><strong>6 Page Templates</strong>: <em>Full Width Page, Testimonials Page, Home Page, Portfolio Page</em></li><li><strong>jQuery plugins</strong></li><li><strong>4 Custom Widgets</strong></li><li><strong>50+ shortcodes</strong></li><li><strong>Cufon text replacement</strong></li><li><strong>Multi Level Dropdown Menu</strong></li><li><strong>WordPress Plugins</strong>: <em>WP-PageNavi, WP-Contact Form 7, Widget Logic</em></li></ul><p><a href="http://www.templatemonster.com/wordpress-themes/36391.html" title="WordPress 3x themes features" target="_blank">Agroplus</a></p><p><a href="http://www.templatemonster.com/demo/36391.html"target="_blank"><img src="http://blog.tmimgcdn.com/wp-content/uploads/2012/01/wordpress-3-x-themes-new-features-9.jpg?9d7bd4" alt="New Features in WordPress 3.x Themes on TemplateMonster" title="wordpress-3-x-themes-new-features-9" width="620" height="507" class="aligncenter size-full wp-image-19019" /></a></p><ul><li><strong>Custom Post Types</strong>: <em>Portfolio Post Type, Slider Post Type, Testimonials Post Type, FAQs Post Type, Service Post Type, Partners Post Type, Resources Post Type</em></li><li><strong>6 Page Templates</strong>: <em>Full Width Page, Testimonials Page, FAQs Page, Blog Page, Portfolio Page<br /> </em></li><li><strong>jQuery plugins</strong></li><li><strong>2 Custom Widgets</strong></li><li><strong>50+ shortcodes</strong></li><li><strong>Cufon text replacement</strong></li><li><strong>Multi Level Dropdown Menu</strong></li><li><strong>WordPress Plugins</strong>: <em>WP-PageNavi, WP-Contact Form 7, Widget Logic</em></li></ul><p><a href="http://www.templatemonster.com/wordpress-themes/36392.html" title="WordPress 3x themes features" target="_blank">Just Stephen</a></p><p><a href="http://www.templatemonster.com/demo/36392.html"target="_blank"><img src="http://blog.tmimgcdn.com/wp-content/uploads/2012/01/wordpress-3-x-themes-new-features-10.jpg?9d7bd4" alt="New Features in WordPress 3.x Themes on TemplateMonster" title="wordpress-3-x-themes-new-features-10" width="620" height="580" class="aligncenter size-full wp-image-19021" /></a></p><ul><li><strong>Custom Post Types</strong>: <em>Portfolio Post Type,Testimonials Post Type</em></li><li><strong>6 Page Templates</strong>: <em>Full Width Page, Portfolio Page</em></li><li><strong>jQuery plugins</strong>: <em>jQuery Cycle, jQuery PrettyPhoto</em></li><li><strong>9 Custom Widgets</strong></li><li><strong>50+ shortcodes</strong></li><li><strong>WordPress Plugins</strong>: <em>WP-PageNavi, WP-Contact Form 7</em></li></ul><p><a href="http://www.templatemonster.com/wordpress-themes/36397.html" title="WordPress 3.x Themes features" target="_blank">Qorra</a></p><p><a href="http://www.templatemonster.com/demo/36397.html"target="_blank"><img src="http://blog.tmimgcdn.com/wp-content/uploads/2012/01/wordpress-3-x-themes-new-features-11.jpg?9d7bd4" alt="New Features in WordPress 3.x Themes on TemplateMonster" title="wordpress-3-x-themes-new-features-11" width="620" height="479" class="aligncenter size-full wp-image-19025" /></a></p><ul><li><strong>Custom Post Types</strong>: <em>Services Post Type, Clients Post Type, Extra Post Type, Our team Post Type, Projects Post Type, Slider Post Type</em></li><li><strong>6 Page Templates</strong>: <em>Full Width Page, Home Page, Portfolio Page</em></li><li><strong>jQuery plugins</strong></li><li><strong>9 Custom Widgets</strong></li><li><strong>50+ shortcodes</strong></li><li><strong>Cufon text replacement</strong></li><li><strong>WordPress Plugins</strong>: <em>WP-PageNavi, WP-Contact Form 7</em></li></ul><p><a href="http://www.templatemonster.com/wordpress-themes/36449.html" title="WordPress 3.x themes features" target="_blank">Gear</a></p><p><a href="http://www.templatemonster.com/demo/36449.html"target="_blank"><img src="http://blog.tmimgcdn.com/wp-content/uploads/2012/01/wordpress-3-x-themes-new-features-12.jpg?9d7bd4" alt="New Features in WordPress 3.x Themes on TemplateMonster" title="wordpress-3-x-themes-new-features-12" width="620" height="386" class="aligncenter size-full wp-image-19026" /></a></p><ul><li><strong>Custom Post Types</strong>: <em>Portfolio Post Type, Slider Post Type, Testimonials Post Type, FAQs Post Type, Our team Post Type</em></li><li><strong>6 Page Templates</strong>: <em>Full Width Page, Testimonials Page, FAQs Page, Portfolio Page</em></li><li><strong>jQuery plugins</strong></li><li><strong>9 Custom Widgets</strong></li><li><strong>50+ shortcodes</strong></li><li><strong>Multi Level Dropdown Menu</strong></li><li><strong>WordPress Plugins</strong>: <em>WP-PageNavi, WP-Contact Form 7</em></li></ul><p><a href="http://www.templatemonster.com/wordpress-themes/36460.html" title="WordPress 3.x themes features" target="_blank">Jacov</a></p><p><a href="http://www.templatemonster.com/demo/36460.html"target="_blank"><img src="http://blog.tmimgcdn.com/wp-content/uploads/2012/01/wordpress-3-x-themes-new-features-13.jpg?9d7bd4" alt="New Features in WordPress 3.x Themes on TemplateMonster" title="wordpress-3-x-themes-new-features-13" width="620" height="361" class="aligncenter size-full wp-image-19027" /></a></p><ul><li><strong>Custom Post Types</strong>: <em>Banners Type, Portfolio Post Type</em></li><li><strong>6 Page Templates</strong>: <em>Full Width Page, Home Page, Portfolio Page</em></li><li><strong>jQuery plugins</strong>:<em>jQuery PrettyPhoto</em></li><li><strong>9 Custom Widgets</strong></li><li><strong>50+ shortcodes</strong></li><li><strong>WordPress Plugins</strong>: <em>WP-PageNavi, WP-Contact Form 7</em></li></ul><p><a href="http://www.templatemonster.com/wordpress-themes/36485.html" title="WordPress 3.x themes features" target="_blank">Delicicaes</a></p><p><a href="http://www.templatemonster.com/demo/36485.html"target="_blank"><img src="http://blog.tmimgcdn.com/wp-content/uploads/2012/01/wordpress-3-x-themes-new-features-14.jpg?9d7bd4" alt="New Features in WordPress 3.x Themes on TemplateMonster" title="wordpress-3-x-themes-new-features-14" width="620" height="467" class="aligncenter size-full wp-image-19028" /></a></p><ul><li><strong>Custom Post Types</strong>: <em>Slider Post Type, Testimonials Post Type, Bakery Post Type, Our team Post Type</em></li><li><strong>3 Page Templates</strong>: <em>Home Page, Subpates Page, Testimonials Page</em></li><li><strong>jQuery plugins</strong></li><li><strong>9 Custom Widgets</strong></li><li><strong>50+ shortcodes</strong></li><li><strong>WordPress Plugins</strong>: <em>WP-PageNavi, WP-Contact Form 7, Widget Logic</em></li></ul><p><a href="http://www.templatemonster.com/wordpress-themes/36590.html" title="WordPress 3.x themes" target="_blank">My Folio</a></p><p><a href="http://www.templatemonster.com/demo/36590.html"target="_blank"><img src="http://blog.tmimgcdn.com/wp-content/uploads/2012/01/wordpress-3-x-themes-new-features-15.jpg?9d7bd4" alt="New Features in WordPress 3.x Themes on TemplateMonster" title="wordpress-3-x-themes-new-features-15" width="620" height="629" class="aligncenter size-full wp-image-19030" /></a></p><ul><li><strong>Custom Post Types</strong>: <em>Portfolio Post Type</em></li><li><strong>3 Page Templates</strong>: <em>Home Page, Full Width Page</em></li><li><strong>jQuery plugins</strong></li><li><strong>3 Sidebar Positions</strong></li><li><strong>9 Custom Widgets</strong></li><li><strong>50+ shortcodes</strong></li><li><strong>WordPress Plugins</strong>: <em>WP-PageNavi, WP-Contact Form 7, Widget Logic</em></li></ul><p><a href="http://www.templatemonster.com/wordpress-themes/36660.html" title="WordPress 3.x themes features" target="_blank">Doom</a></p><p><a href="http://www.templatemonster.com/demo/36660.html"target="_blank"><img src="http://blog.tmimgcdn.com/wp-content/uploads/2012/01/wordpress-3-x-themes-new-features-17.jpg?9d7bd4" alt="New Features in WordPress 3.x Themes on TemplateMonster" title="wordpress-3-x-themes-new-features-17" width="620" height="389" class="aligncenter size-full wp-image-19033" /></a></p><ul><li><strong>Custom Post Types</strong>: <em>Portfolio Post Type, Slider Post Type, Testimonials Post Type, Services Post Type, FAQs Post Type</em></li><li><strong>8 Page Templates</strong>: <em>Full Width Page, About Page, Testimonials Page, FAQs Page, Portfolio Page</em></li><li><strong>jQuery plugins</strong></li><li><strong>5 Sidebar Positions</strong></li><li><strong>9 Custom Widgets</strong></li><li><strong>50+ shortcodes</strong></li><li><strong>Google Webfonts</strong></li><li><strong>WordPress Plugins</strong>: <em>WP-PageNavi, WP-Contact Form 7, Widget Logic</em></li></ul><p><a href="http://www.templatemonster.com/wordpress-themes/36697.html" title="wordpress 3.x themes features" target="_blank">In2Ition</a></p><p><a href="http://www.templatemonster.com/demo/36697.html"target="_blank"><img src="http://blog.tmimgcdn.com/wp-content/uploads/2012/01/wordpress-3-x-themes-new-features-18.jpg?9d7bd4" alt="New Features in WordPress 3.x Themes on TemplateMonster" title="wordpress-3-x-themes-new-features-18" width="620" height="509" class="aligncenter size-full wp-image-19036" /></a></p><ul><li><strong>Custom Post Types</strong>:<em>Portfolio Post Type, Slider Post Type, Testimonials Post Type, Services Post Type, Our team Post Type</em></li><li><strong>6 Sidebar Positions</strong></li><li><strong>6 Page Templates</strong>: <em>Full Width Page, Home Page, Portfolio Page</em></li><li><strong>9 Custom Widgets</strong></li><li><strong>50+ shortcodes</strong></li><li><strong>jQuery Plugins</strong><</li><li><strong>Google Webfonts</strong></li><li><strong>Multi Level Dropdown Menu</strong></li><li><strong>WordPress plugins</strong>: <em>WP-PageNavi,WP-Contact Form 7</em></li></ul><p><a href="http://www.templatemonster.com/wordpress-themes/36699.html" title="WordPress 3.x themes features" target="_blank">Optima</a></p><p><a href="http://www.templatemonster.com/demo/36699.html"target="_blank"><img src="http://blog.tmimgcdn.com/wp-content/uploads/2012/01/wordpress-3-x-themes-new-features-19.jpg?9d7bd4" alt="New Features in WordPress 3.x Themes on TemplateMonster" title="wordpress-3-x-themes-new-features-19" width="620" height="473" class="aligncenter size-full wp-image-19038" /></a></p><ul><li><strong>Custom Post Types</strong>:<em>Projects Post Type, Slider Post Type, Testimonials Post Type</em></li><li><strong>8 Sidebar Positions</strong></li><li><strong>6 Page Templates</strong>: <em>Full Width Page, Blog Page, Portfolio Page</em></li><li><strong>7 Custom Widgets</strong></li><li><strong>50+ shortcodes</strong></li><li><strong>jQuery Plugins</strong><</li><li><strong>Cufon text replacement</strong></li><li><strong>Multi Level Dropdown Menu</strong></li><li><strong>WordPress plugins</strong>: <em>WP-PageNavi,WP-Contact Form 7</em></li></ul><p><a href="http://www.templatemonster.com/wordpress-themes/36724.html" title="WordPress 3.x themes" target="_blank">Best Travel</a></p><p><a href="http://www.templatemonster.com/demo/36724.html"><img src="http://blog.tmimgcdn.com/wp-content/uploads/2012/01/wordpress-3-x-themes-new-features-20.jpg?9d7bd4" alt="New Features in WordPress 3.x Themes on TemplateMonster" title="wordpress-3-x-themes-new-features-20" width="620" height="494" class="aligncenter size-full wp-image-19039" /></a></p><ul><li><strong>Custom Post Types</strong>:<em>PrFAQs Post Type, Our team Post Type, Slider Post Type, Testimonials Post Type, Portfolio Post Type</em></li><li><strong>10 Sidebar Positions</strong></li><li><strong>7 Page Templates</strong>: <em>Full Width Page, FAQs Page, Home Page, Portfolio Page</em></li><li><strong>7 Custom Widgets</strong></li><li><strong>50+ shortcodes</strong></li><li><strong>jQuery Plugins</strong><</li><li><strong>Cufon text replacement</strong></li><li><strong>Multi Level Dropdown Menu</strong></li><li><strong>WordPress plugins</strong>: <em>WP-PageNavi,WP-Contact Form 7</em></li></ul> ]]></content:encoded> <wfw:commentRss>http://blog.templatemonster.com/2012/01/18/wordpress-3-x-themes-new-features/feed/</wfw:commentRss> <slash:comments>9</slash:comments> </item> <item><title>10 WordPress Plugins for Blogs with Multiple Authors</title><link>http://blog.templatemonster.com/2011/12/16/wordpress-multiple-authors-plugins/</link> <comments>http://blog.templatemonster.com/2011/12/16/wordpress-multiple-authors-plugins/#comments</comments> <pubDate>Fri, 16 Dec 2011 07:54:38 +0000</pubDate> <dc:creator>Edward Korcheg</dc:creator> <category><![CDATA[DesignFloat]]></category> <category><![CDATA[WordPress Themes]]></category><guid isPermaLink="false">http://blog.templatemonster.com/?p=18196</guid> <description><![CDATA[Multi author blogging has never been easier! Because now you can equip your blog with awesome WordPress plugins for blogs with Multiple Authors system.]]></description> <content:encoded><![CDATA[<p>Multi-author blogging is not that much of a big deal these days because WordPress 3.x technically supplied us with this great function. There are many brands and projects that use the system of multiple authors on their WordPress-powered websites including such famous websites as Mashable, Techcrunch and others. So, if you run a blog with a large number of authors from different countries then you know that it is extremely difficult to control all processes without a reliable and powerful software. Everyday you have to read new posts, schedule articles, register new authors and so on. That&#8217;s why we want to present you <strong>WordPress plugins for multi-authors websites</strong>. These plugins will help you deal with publishing, staff management and other important functions. So, let&#8217;s begin!</p><h2>1. <a href="http://wordpress.org/extend/plugins/wp-cms-post-control/" title="WordPress Multi Author Plugins" target="_blank"rel="nofollow">WP-CMS Post Control</a></h2><p><a href="http://wordpress.org/extend/plugins/wp-cms-post-control/"target="_blank"rel="nofollow"><img src="http://blog.tmimgcdn.com/wp-content/uploads/2011/12/wordpress-multi-author-plugins-1.jpg?9d7bd4" alt="10 WordPress Plugins for Blogs with Multiple Authors" title="wordpress-multi-author-plugins-1" width="620" height="375" class="aligncenter size-full wp-image-18205" /></a></p><p>Now you can achieve more control over some important features of your favorite CMS. Writing post and page areas can be easily customized according to your needs. Basically you can set to show the controls you need. Also you can disable trackbacks, autosaves, revisions and even Flash uploader.</p><p style="text-align: center;">* * *</p><h2>2. <a href="http://wordpress.org/extend/plugins/members/" title="WordPress multi authors plugins"target="_blank"rel="nofollow">Members</a></h2><p><a href="http://wordpress.org/extend/plugins/members/"target="_blank"rel="nofollow"><img src="http://blog.tmimgcdn.com/wp-content/uploads/2011/12/wordpress-multi-author-plugins-2.jpg?9d7bd4" alt="10 WordPress Plugins for Blogs with Multiple Authors" title="wordpress-multi-author-plugins-2" width="620" height="491" class="aligncenter size-full wp-image-18207" /></a></p><p>Among its main features are the great role management system which gives full role control over the users&#8217; roles on your website (creating, editing and deleting). Also you can easily control user permissions (by role) to have access to posts content.</p><p style="text-align: center;">* * *</p><p><span id="more-18196"></span><br /><h2>3. <a href="http://wordpress.org/extend/plugins/adminimize/" title="WordPress Multi Author plugins"target="_blank"rel="nofollow">Adminimize</a><br /></h2><p><a href="http://wordpress.org/extend/plugins/adminimize/"target="_blank"rel="nofollow"><img src="http://blog.tmimgcdn.com/wp-content/uploads/2011/12/wordpress-multi-author-plugins-3.jpg?9d7bd4" alt="10 WordPress Plugins for Blogs with Multiple Authors" title="wordpress-multi-author-plugins-3" width="620" height="428" class="aligncenter size-full wp-image-18209" /></a></p><p>Adminimize plugin gives full control on the administration backend and allows you to assign rights on certain parts of the admin panel. You can create your own set of functions available for each user by activating or deactivating each part of the menu.</p><p style="text-align: center;">* * *</p><h2>4. <a href="http://wordpress.org/extend/plugins/private-messages-for-wordpress/" title="WordPress Multi Author Plugins"target="_blank"rel="nofollow">Private Messages For WordPress</a></h2><p><a href="http://wordpress.org/extend/plugins/private-messages-for-wordpress/"target="_blank"rel="nofollow"><img src="http://blog.tmimgcdn.com/wp-content/uploads/2011/12/wordpress-multi-author-plugins-4.jpg?9d7bd4" alt="10 WordPress Plugins for Blogs with Multiple Authors" title="wordpress-multi-author-plugins-4" width="620" height="410" class="aligncenter size-full wp-image-18211" /></a></p><p>This is a simple plugin that allows users to send messages to each other. Also you can put email notifications for the users when the PM is received.</p><p style="text-align: center;">* * *</p><h2>5. <a href="http://wordpress.org/extend/plugins/blog-metrics/" title="WordPress Mutli Authors Plugins"target="_blank"rel="nofollow">Blog Metrics</a></h2><p><a href="http://wordpress.org/extend/plugins/blog-metrics/"target="_blank"rel="nofollow"><img src="http://blog.tmimgcdn.com/wp-content/uploads/2011/12/wordpress-multi-author-plugins-5.jpg?9d7bd4" alt="10 WordPress Plugins for Blogs with Multiple Authors" title="wordpress-multi-author-plugins-5" width="620" height="407" class="aligncenter size-full wp-image-18213" /></a></p><p>Blog Metrics delivers full statistics date about each author&#8217;s contribution in to your website. You&#8217;ll have detailed information about average number of posts per month, words and comments per post, average number of trackbacks per post and so on.</p><p style="text-align: center;">* * *</p><h2>6. <a href="http://wordpress.org/extend/plugins/wp-status-notifier/" title="WordPress Multi Author plugins"target="_blank"rel="nofollow">WP Status Notifier</a></h2><p><a href="http://wordpress.org/extend/plugins/wp-status-notifier/"target="_blank"rel="nofollow"><img src="http://blog.tmimgcdn.com/wp-content/uploads/2011/12/wordpress-multi-author-plugins-6.jpg?9d7bd4" alt="10 WordPress Plugins for Blogs with Multiple Authors" title="wordpress-multi-author-plugins-6" width="620" height="390" class="aligncenter size-full wp-image-18215" /></a></p><p>This notifier is a perfect tool for multi author blogs moderators and owners. It sends notifying emails to the contributors concerning the status of the blog post. So, you can easily notify all your contributors just by clicking few buttons which will save tons of your time.</p><p style="text-align: center;">* * *</p><h2>7. <a href="http://ericulous.com/2007/03/19/wp-plugin-genki-pre-publish-reminder/" title="WordPress Multi Author plugins"target="_blank"rel="nofollow">Pre-Publish Reminder</a></h2><p><a href="http://ericulous.com/2007/03/19/wp-plugin-genki-pre-publish-reminder/"target="_blank"rel="nofollow"><img src="http://blog.tmimgcdn.com/wp-content/uploads/2011/12/wordpress-multi-author-plugins-7.jpg?9d7bd4" alt="10 WordPress Plugins for Blogs with Multiple Authors" title="wordpress-multi-author-plugins-7" width="620" height="666" class="aligncenter size-full wp-image-18218" /></a></p><p>This plugin is a sort of a cheatsheet for absent-minded bloggers that always forget to do something before publishing a post. Pre-Publish Reminder will prompt everything you need to do.</p><p style="text-align: center;">* * *</p><h2>8. <a href="http://wordpress.org/extend/plugins/editorial-calendar/" title="WordPress Multi Author plugins"target="_blank"rel="nofollow">Editorial Calendar</a></h2><p><iframe src="http://player.vimeo.com/video/13196017?title=0&amp;byline=0&amp;portrait=0" width="620" height="360" frameborder="0" webkitAllowFullScreen mozallowfullscreen allowFullScreen></iframe></p><p>This is just another great plugin for blogs with multi-author system. Now you can manage your posts by using special WordPress calendar plugin which allows change dates of publishing, manage and schedule posts, drafts, edit titles and content.</p><p style="text-align: center;">* * *</p><h2>9. <a href="http://wordpress.org/extend/plugins/wp-document-revisions/" title="WordPress Multi Author plugins"target="_blank"rel="nofollow">WP Document Revisions</a></h2><p><iframe width="620" height="315" src="http://www.youtube.com/embed/VpsTNSiJKis" frameborder="0" allowfullscreen></iframe></p><p>The following tool was created to improve your document management and version control systems. It is perfect for organization with complicated workflow process when a huge number of collaborators are engaged. Basically this plugin allows teams to collaboratively edit files of any format including text documents, spreadsheets, images, etc.</p><p style="text-align: center;">* * *</p><h2>10. <a href="http://www.prelovac.com/vladimir/wordpress-plugins/insights" title="WordPress Mutli Author PLugins"target="_blank"rel="nofollow">Insights</a></h2><p><a href="http://www.prelovac.com/vladimir/wordpress-plugins/insights"target="_blank"rel="nofollow"><img src="http://blog.tmimgcdn.com/wp-content/uploads/2011/12/wordpress-multi-author-plugins-10.jpg?9d7bd4" alt="10 WordPress Plugins for Blogs with Multiple Authors" title="wordpress-multi-author-plugins-10" width="620" height="266" class="aligncenter size-full wp-image-18224" /></a></p><p>Insights is a very unusual plugin that is useful for blog authors. Basically this plugin allows you to search any information on Wikipedia and Google by using simple Ajax-powered interface. You can link, paste images, videos, add Google maps locations right from your blog post admin page.</p><p style="text-align: center;">* * *</p> ]]></content:encoded> <wfw:commentRss>http://blog.templatemonster.com/2011/12/16/wordpress-multiple-authors-plugins/feed/</wfw:commentRss> <slash:comments>6</slash:comments> </item> <item><title>5 Most Exciting New Features of WordPress 3.3</title><link>http://blog.templatemonster.com/2011/11/25/wordpress-3-3-new-features/</link> <comments>http://blog.templatemonster.com/2011/11/25/wordpress-3-3-new-features/#comments</comments> <pubDate>Fri, 25 Nov 2011 09:41:27 +0000</pubDate> <dc:creator>Edward Korcheg</dc:creator> <category><![CDATA[DesignFloat]]></category> <category><![CDATA[WordPress Themes]]></category><guid isPermaLink="false">http://blog.templatemonster.com/?p=17447</guid> <description><![CDATA[Responsive layout, improved admin panel and bunch of other great features are waiting for you in the new release of WordPress 3.3. Check out the  review of its most essential new features at our blog.]]></description> <content:encoded><![CDATA[<p>Good news, everyone! There is no doubt that many of you, our fellow WordPress users, have heard that the major update of WordPress is coming &#8211; WordPress ver. 3.3. Yes, the current release doesn&#8217;t have such significant meaning comparing to what WordPress 3.0 was, but still it does have few very important features that cause huge impact on both simple users and WordPress developers. It means that WordPress team is planning to improve their product&#8217;s user experience for all categories of users. Now that&#8217;s that we call a smart content management system. Also, seeing our favorite CMS evolving is really a pleasant thing to do. Now if we get back to its latest release the first thing that stands out is a well-defined visual improvement of the dashboard. Also some major changes have been made in the under-the-hood sector which is primarily interesting for WordPress developers.</p><p>By the way, we&#8217;ve tested our <a href="http://www.templatemonster.com/pack/wordpress-3-0-themes/" target="_blank">WordPress 3.x themes</a> with this new version of a platform and they&#8217;re perfectly compatible. Truly a match made in heaven. Now back to those new features.</p><p><img src="http://blog.tmimgcdn.com/wp-content/uploads/2011/11/wordpress-3-3.jpg?9d7bd4" alt="5 Most Exciting New Features of WordPress 3.3" title="wordpress-3-3" width="620" height="277" class="aligncenter size-full wp-image-17452" /></p><p>We&#8217;ve collected five of most interesting (according to our opinion) new features that have been presented in WordPress 3.3 and we are going to share them with you. So, if you haven&#8217;t updated your WordPress version maybe this list will convince you to do that.</p><p><span id="more-17447"></span><ul><li><strong>Responsive Layout:</strong> while mobile web design sets new rules of the game, WordPress developers are trying to stay in touch with it. Version 3.3 has major support for the responsive layout (the full support will be realized in version 3.4). So far the left side menu bar will collapse on small screens. This is a first step in making your WordPress website more mobile friendly.</li><li><strong>Improved Media Uploader:</strong> WordPress said no to Flash uploader and now it utilizes HTML5 and Silverlight technology. Now you can easily use drag-n-drop technology to upload PDF, graphics and other files right from the desktop or any folder. This is a long-anticipated feature because Flash uploader was quite buggy and often users were switching to the older browser uploader which allowed to upload only one file at one time.</li><li><strong>Major Dashoboard Improvement:</strong> now you can use enhanced Help section, enjoy new tooltips, flyout menues and redesigned admin bar. All of these are visual and functional innovations that are involved to simplify admin panel and make it more user friendly. Also these improvements allow WP theme and plugins developers to create their own tours by using new tooltips.</li><li><strong>WordPress API Editor:</strong> starting from version 3.3 plugin develoeprs are able to customize the post editor or even add additional editors. This awesome feature opens many great opportunities for WordPress developers.</li><li><strong>jQuery Package:</strong> well, based on an exponentially growing popularity of jQuery tools, WordPress has decided to simplify the life of WP developers by including such default feature as a presence of full jQuery UI toolset in the installation file. Now WordPress developers are supplied with the full package of useful tools.</li></ul><p>Well, that&#8217;s all for today, folks. We sincerely hope that our post will be that guiding light that would lead you to taking a right decision and installing new WordPress 3.3 version on your website. We wish you to have an awesome Black Friday and an even better weekend. Take care!</p> ]]></content:encoded> <wfw:commentRss>http://blog.templatemonster.com/2011/11/25/wordpress-3-3-new-features/feed/</wfw:commentRss> <slash:comments>13</slash:comments> </item> </channel> </rss>
<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic
Page Caching using disk: enhanced
Database Caching 1/25 queries in 0.015 seconds using disk: basic
Object Caching 912/954 objects using disk: basic
Content Delivery Network via blog.tmimgcdn.com

Served from: blog.templatemonster.com @ 2012-02-12 16:57:46 -->
