<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Global Content Blocks</title>
	<atom:link href="http://wpxpert.com/global-content-blocks/feed/" rel="self" type="application/rss+xml" />
	<link>http://wpxpert.com</link>
	<description>Expert in all things WordPress</description>
	<lastBuildDate>Sat, 21 Apr 2012 05:25:07 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Ben</title>
		<link>http://wpxpert.com/#comment-11389</link>
		<dc:creator>Ben</dc:creator>
		<pubDate>Sat, 21 Apr 2012 05:25:07 +0000</pubDate>
		<guid isPermaLink="false">http://wordpress-plugins.org/#comment-11389</guid>
		<description>This has been fixed in the latest version.</description>
		<content:encoded><![CDATA[<p>This has been fixed in the latest version.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ben</title>
		<link>http://wpxpert.com/#comment-11388</link>
		<dc:creator>Ben</dc:creator>
		<pubDate>Sat, 21 Apr 2012 05:24:41 +0000</pubDate>
		<guid isPermaLink="false">http://wordpress-plugins.org/#comment-11388</guid>
		<description>No, there is no limit to the number of blocks that can be added (other than phusical size of the database).</description>
		<content:encoded><![CDATA[<p>No, there is no limit to the number of blocks that can be added (other than phusical size of the database).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ben</title>
		<link>http://wpxpert.com/#comment-11387</link>
		<dc:creator>Ben</dc:creator>
		<pubDate>Sat, 21 Apr 2012 05:21:31 +0000</pubDate>
		<guid isPermaLink="false">http://wordpress-plugins.org/#comment-11387</guid>
		<description>Is this what you mean, (taken from the FAQ at http://wordpress.org/extend/plugins/global-content-blocks/faq/)

&lt;em&gt;&lt;strong&gt;Is it possible to modify the output of inserted content blocks?&lt;/strong&gt;&lt;/em&gt;

Yes, you can add the filter &#039;gcb_block_output&#039; to modify output by adding a PHP script to functions.php, for example:
add_filter(&#039;gcb_block_output&#039;, &#039;alter_block_output&#039;);
function alter_block_output($value) {
//process the output here, e.g., convert text to lowercase
$new_value = strtolower($value);
return &quot;Processed output: &quot;.$new_value;
}</description>
		<content:encoded><![CDATA[<p>Is this what you mean, (taken from the FAQ at <a href="http://wordpress.org/extend/plugins/global-content-blocks/faq/" rel="nofollow">http://wordpress.org/extend/plugins/global-content-blocks/faq/</a>)</p>
<p><em><strong>Is it possible to modify the output of inserted content blocks?</strong></em></p>
<p>Yes, you can add the filter &#8216;gcb_block_output&#8217; to modify output by adding a PHP script to functions.php, for example:<br />
add_filter(&#8216;gcb_block_output&#8217;, &#8216;alter_block_output&#8217;);<br />
function alter_block_output($value) {<br />
//process the output here, e.g., convert text to lowercase<br />
$new_value = strtolower($value);<br />
return &#8220;Processed output: &#8220;.$new_value;<br />
}</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alex</title>
		<link>http://wpxpert.com/#comment-11385</link>
		<dc:creator>Alex</dc:creator>
		<pubDate>Sat, 21 Apr 2012 04:52:34 +0000</pubDate>
		<guid isPermaLink="false">http://wordpress-plugins.org/#comment-11385</guid>
		<description>Love the plugin.. one feature I am missing.. a way to pass a paramter to the block.. 

Let&#039;s say my block contains the text: &quot;Name:[name]&quot;

It would be nice if I could call it with [contentblock id=1 name=alex]

And the output would be: Name:Alex

Do you know of any plugin that can do this?</description>
		<content:encoded><![CDATA[<p>Love the plugin.. one feature I am missing.. a way to pass a paramter to the block.. </p>
<p>Let&#8217;s say my block contains the text: &#8220;Name:[name]&#8221;</p>
<p>It would be nice if I could call it with [contentblock id=1 name=alex]</p>
<p>And the output would be: Name:Alex</p>
<p>Do you know of any plugin that can do this?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Peter Olins</title>
		<link>http://wpxpert.com/#comment-8655</link>
		<dc:creator>Peter Olins</dc:creator>
		<pubDate>Wed, 15 Feb 2012 21:58:25 +0000</pubDate>
		<guid isPermaLink="false">http://wordpress-plugins.org/#comment-8655</guid>
		<description>Brilliant!
It&#039;s a good alternative for getting custom field values, for some applications.

Is there any limit to how many content blocks can be handled, either at the admin page, TinyMCE or when the final page is created? I have a potential application that could use a large number.</description>
		<content:encoded><![CDATA[<p>Brilliant!<br />
It&#8217;s a good alternative for getting custom field values, for some applications.</p>
<p>Is there any limit to how many content blocks can be handled, either at the admin page, TinyMCE or when the final page is created? I have a potential application that could use a large number.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lech</title>
		<link>http://wpxpert.com/#comment-7328</link>
		<dc:creator>Lech</dc:creator>
		<pubDate>Sun, 15 Jan 2012 20:40:40 +0000</pubDate>
		<guid isPermaLink="false">http://wordpress-plugins.org/#comment-7328</guid>
		<description>You can?t use TEXTAREA in forms.
After using it in add block editor ? the rest of the form stays uneditable.
(Content field cuts the code just before TEXTAREA closing tag.)
Could you please repair it?</description>
		<content:encoded><![CDATA[<p>You can?t use TEXTAREA in forms.<br />
After using it in add block editor ? the rest of the form stays uneditable.<br />
(Content field cuts the code just before TEXTAREA closing tag.)<br />
Could you please repair it?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ben</title>
		<link>http://wpxpert.com/#comment-282</link>
		<dc:creator>Ben</dc:creator>
		<pubDate>Mon, 18 Apr 2011 19:32:27 +0000</pubDate>
		<guid isPermaLink="false">http://wordpress-plugins.org/#comment-282</guid>
		<description>The plugin was not written with multisite in mind so no, this functionality has not been included. Sorry :-(</description>
		<content:encoded><![CDATA[<p>The plugin was not written with multisite in mind so no, this functionality has not been included. Sorry <img src='http://wpxpert.com/wp-includes/images/smilies/icon_sad.gif' alt=':-(' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Harry</title>
		<link>http://wpxpert.com/#comment-278</link>
		<dc:creator>Harry</dc:creator>
		<pubDate>Mon, 18 Apr 2011 00:50:21 +0000</pubDate>
		<guid isPermaLink="false">http://wordpress-plugins.org/#comment-278</guid>
		<description>Excellent plugin. Just one question about the PHP function: will this be enabled for all users when the plugin is activated? Or can it be switched off for everybody below Super Admin(on a WP multisite)? This to prevent obvious security risks.. Thanks!</description>
		<content:encoded><![CDATA[<p>Excellent plugin. Just one question about the PHP function: will this be enabled for all users when the plugin is activated? Or can it be switched off for everybody below Super Admin(on a WP multisite)? This to prevent obvious security risks.. Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ben</title>
		<link>http://wpxpert.com/#comment-224</link>
		<dc:creator>Ben</dc:creator>
		<pubDate>Mon, 04 Apr 2011 02:14:33 +0000</pubDate>
		<guid isPermaLink="false">http://wordpress-plugins.org/#comment-224</guid>
		<description>Please see http://wordpress.org/support/topic/plugin-global-content-blocks-js-and-php-in-one-block</description>
		<content:encoded><![CDATA[<p>Please see <a href="http://wordpress.org/support/topic/plugin-global-content-blocks-js-and-php-in-one-block" rel="nofollow">http://wordpress.org/support/topic/plugin-global-content-blocks-js-and-php-in-one-block</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: larry</title>
		<link>http://wpxpert.com/#comment-223</link>
		<dc:creator>larry</dc:creator>
		<pubDate>Mon, 04 Apr 2011 01:26:45 +0000</pubDate>
		<guid isPermaLink="false">http://wordpress-plugins.org/#comment-223</guid>
		<description>i was unable to submit my question through the FAQ thing -- kept getting an error

is it possible to mix html and php?
i know very little about php, but this is what i&#039;m trying to do...

Read Me File




so the first part is a css class to collapse the content until the user clicks the expand link
the second part is the php which i want to include the contents of the ReadMe file</description>
		<content:encoded><![CDATA[<p>i was unable to submit my question through the FAQ thing &#8212; kept getting an error</p>
<p>is it possible to mix html and php?<br />
i know very little about php, but this is what i&#8217;m trying to do&#8230;</p>
<p>Read Me File</p>
<p>so the first part is a css class to collapse the content until the user clicks the expand link<br />
the second part is the php which i want to include the contents of the ReadMe file</p>
]]></content:encoded>
	</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/29 queries in 0.009 seconds using disk: basic
Object Caching 440/475 objects using disk: basic

Served from: wpxpert.com @ 2012-05-18 14:32:19 -->
