<?xml version="1.0" encoding="UTF-8"?><!-- generator="bbPress" -->

<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
>

<channel>
<title>ThemeShaper Forums Topic: change wording in password protected page in wordpress</title>
<link>http://themeshaper.com/forums/</link>
<description>Help In Shaping WordPress Themes</description>
<language>en</language>
<pubDate>Thu, 20 Jun 2013 09:57:31 +0000</pubDate>

<item>
<title>helgatheviking on "change wording in password protected page in wordpress"</title>
<link>http://themeshaper.com/forums/topic/change-wording-in-password-protected-page-in-wordpress#post-26836</link>
<pubDate>Sun, 06 May 2012 01:49:11 +0000</pubDate>
<dc:creator>helgatheviking</dc:creator>
<guid isPermaLink="false">26836@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;as a tip, the line where the error is reported is not always the line where the error actually IS.  always check just before that.  syntax errors suck, but they're not so bad to fix... you just need to mind your p's and q's.... or your {}(),; and &#34;
&#60;/p&#62;</description>
</item>
<item>
<title>Colleen on "change wording in password protected page in wordpress"</title>
<link>http://themeshaper.com/forums/topic/change-wording-in-password-protected-page-in-wordpress#post-26834</link>
<pubDate>Sat, 05 May 2012 22:25:07 +0000</pubDate>
<dc:creator>Colleen</dc:creator>
<guid isPermaLink="false">26834@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;Thank you so much. That worked. Such a little thing but it can create a nightmare when you don't know what you are doing. Again thank you.
&#60;/p&#62;</description>
</item>
<item>
<title>helgatheviking on "change wording in password protected page in wordpress"</title>
<link>http://themeshaper.com/forums/topic/change-wording-in-password-protected-page-in-wordpress#post-26833</link>
<pubDate>Sat, 05 May 2012 21:56:53 +0000</pubDate>
<dc:creator>helgatheviking</dc:creator>
<guid isPermaLink="false">26833@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;unexpected function probably means that whatever you had previously didn't end properly.  make sure the previous line ends with a ;
&#60;/p&#62;</description>
</item>
<item>
<title>Colleen on "change wording in password protected page in wordpress"</title>
<link>http://themeshaper.com/forums/topic/change-wording-in-password-protected-page-in-wordpress#post-26832</link>
<pubDate>Sat, 05 May 2012 20:56:30 +0000</pubDate>
<dc:creator>Colleen</dc:creator>
<guid isPermaLink="false">26832@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;Hi&#60;br /&#62;
I pasted the above code into the bottom of my functions.php file of my thematic child theme however I get this error.&#60;/p&#62;
&#60;p&#62;Parse error: syntax error, unexpected T_FUNCTION in /home/kaitbyr/katie-byrne.com/wp-content/themes/mincarliethematic/functions.php on line 56&#60;/p&#62;
&#60;p&#62;Line 56 is where this function starts. Should I leave a gap between what I have and where this one starts? &#60;/p&#62;
&#60;p&#62;Can you tell me what I am doing wrong please.
&#60;/p&#62;</description>
</item>
<item>
<title>sowingseeds on "change wording in password protected page in wordpress"</title>
<link>http://themeshaper.com/forums/topic/change-wording-in-password-protected-page-in-wordpress#post-26827</link>
<pubDate>Sat, 05 May 2012 12:44:18 +0000</pubDate>
<dc:creator>sowingseeds</dc:creator>
<guid isPermaLink="false">26827@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;I have successfully used code from this page:&#60;br /&#62;
&#60;a href=&#34;http://webdesignandsuch.com/remove-protected-text-from-wordpress-password-protected-pages/&#34;&#62;Web Design and Such&#60;/a&#62;&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;function change_pw_text($content) {
$content = str_replace(
&#38;#39;This post is password protected. To view it please enter your password below:&#38;#39;,
&#38;#39;This page is for WebDesignAndSuch.com Members. Please enter your password:&#38;#39;,
$content);
return $content;
}
add_filter(&#38;#39;the_content&#38;#39;,&#38;#39;change_pw_text&#38;#39;);&#60;/code&#62;&#60;/pre&#62;</description>
</item>
<item>
<title>Colleen on "change wording in password protected page in wordpress"</title>
<link>http://themeshaper.com/forums/topic/change-wording-in-password-protected-page-in-wordpress#post-26820</link>
<pubDate>Sat, 05 May 2012 06:16:11 +0000</pubDate>
<dc:creator>Colleen</dc:creator>
<guid isPermaLink="false">26820@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;Hi&#60;br /&#62;
I have installed thematic and installed the child theme. I need to change the text on a password protected page - &#34;This post is password protected. To view it please enter your password below:&#34; when it first appears on the password protected page. Can someone please help?&#60;br /&#62;
regards Colleen
&#60;/p&#62;</description>
</item>

</channel>
</rss>
