<?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>István Ványi&#187; Scripts</title>
	<atom:link href="http://www.vanyi.net/category/scripts/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.vanyi.net</link>
	<description>István Ványi personal site</description>
	<lastBuildDate>Sat, 14 Aug 2010 13:45:58 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Wordpress remove » / &#187; from page title</title>
		<link>http://www.vanyi.net/programming/wordpress-remove-%c2%bb-from-page-title/</link>
		<comments>http://www.vanyi.net/programming/wordpress-remove-%c2%bb-from-page-title/#comments</comments>
		<pubDate>Sat, 29 Aug 2009 19:04:56 +0000</pubDate>
		<dc:creator>Istvan</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[Scripts]]></category>

		<guid isPermaLink="false">http://www.vanyi.net/programming/wordpress-remove-%c2%bb-from-page-title/</guid>
		<description><![CDATA[To remove » / &#187; from wordpress script, edit header.php in your theme files and change:

?View Code PHPwp_title&#40;&#41;

to

?View Code PHPwp_title&#40;&#34;&#34;&#41;

Wordpress remove » / &#187; from page title is a post from: István Ványi


No related posts.<p><a href="http://www.vanyi.net/programming/wordpress-remove-%c2%bb-from-page-title/">Wordpress remove » / &raquo; from page title</a> is a post from: <a href="http://www.vanyi.net" title="István Ványi">István Ványi</a></p>



No related posts.]]></description>
			<content:encoded><![CDATA[<p>To remove » / &raquo; from wordpress script, edit header.php in your theme files and change:</p>

<div class="wp_codebox_msgheader"><span class="right"><sup><a href="http://www.ericbess.com/ericblog/2008/03/03/wp-codebox/#examples" target="_blank" title="WP-CodeBox HowTo?"><span style="color: #99cc00">?</span></a></sup></span><span class="left"><a href="javascript:;" onclick="javascript:showCodeTxt('p155code3'); return false;">View Code</a> PHP</span><div class="codebox_clear"></div></div><div class="wp_codebox"><table><tr id="p1553"><td class="code" id="p155code3"><pre class="php" style="font-family:monospace;">wp_title<span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span></pre></td></tr></table></div>

<p>to</p>

<div class="wp_codebox_msgheader"><span class="right"><sup><a href="http://www.ericbess.com/ericblog/2008/03/03/wp-codebox/#examples" target="_blank" title="WP-CodeBox HowTo?"><span style="color: #99cc00">?</span></a></sup></span><span class="left"><a href="javascript:;" onclick="javascript:showCodeTxt('p155code4'); return false;">View Code</a> PHP</span><div class="codebox_clear"></div></div><div class="wp_codebox"><table><tr id="p1554"><td class="code" id="p155code4"><pre class="php" style="font-family:monospace;">wp_title<span style="color: #009900;">&#40;</span><span style="color: #0000ff;">&quot;&quot;</span><span style="color: #009900;">&#41;</span></pre></td></tr></table></div>

<p><a href="http://www.vanyi.net/programming/wordpress-remove-%c2%bb-from-page-title/">Wordpress remove » / &raquo; from page title</a> is a post from: <a href="http://www.vanyi.net" title="István Ványi">István Ványi</a></p>


<p>No related posts.</p>]]></content:encoded>
			<wfw:commentRss>http://www.vanyi.net/programming/wordpress-remove-%c2%bb-from-page-title/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Joomla change &#8220;Welcome to the front page&#8221;</title>
		<link>http://www.vanyi.net/scripts/joomla-change-welcome-to-the-front-page/</link>
		<comments>http://www.vanyi.net/scripts/joomla-change-welcome-to-the-front-page/#comments</comments>
		<pubDate>Sat, 29 Aug 2009 09:05:37 +0000</pubDate>
		<dc:creator>Istvan</dc:creator>
				<category><![CDATA[Scripts]]></category>
		<category><![CDATA[joomla]]></category>

		<guid isPermaLink="false">http://www.vanyi.net/?p=129</guid>
		<description><![CDATA[yo5ofh asked me.

Welcome to the front page is the default front page title of a fresh Joomla.
I am testing a joomla installation and it seems that is not easy to find out where to change the Welcome to the frontpage title.
After a bit of search I found the solution, in admin area, edit Menus, main [...]<p><a href="http://www.vanyi.net/scripts/joomla-change-welcome-to-the-front-page/">Joomla change &#8220;Welcome to the front page&#8221;</a> is a post from: <a href="http://www.vanyi.net" title="István Ványi">István Ványi</a></p>



Related posts:<ol><li><a href='http://www.vanyi.net/linux/handbrake-cli-examples-to-convert-vob-mp4-avi-ogm-mkv-mpeg-xvid-ts/' rel='bookmark' title='Permanent Link: HandBrake CLI Linux examples to convert vob/mp4/avi/ogm/mkv/mpeg/xvid/ts'>HandBrake CLI Linux examples to convert vob/mp4/avi/ogm/mkv/mpeg/xvid/ts</a></li>
<li><a href='http://www.vanyi.net/faq/how-can-i-change-ftp-timeout-yo5oee/' rel='bookmark' title='Permanent Link: How can I change ftp timeout &#8211; yo5oee'>How can I change ftp timeout &#8211; yo5oee</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>yo5ofh asked me.<br />
<a href="http://www.joomla.org"><img class="size-medium wp-image-130  alignnone" title="Welcome to the frontpage - Joomla title" src="http://www.vanyi.net/wp-content/uploads/2009/08/welcome_to_the_frontpage-300x45.gif" alt="Welcome to the frontpage - Joomla title" width="300" height="45" /></a></p>
<p><strong>Welcome to the front page</strong> is the default front page title of a fresh <a title="Welcome to the front page" href="http://joomla.org">Joomla</a>.<br />
I am testing a <strong>joomla</strong> installation and it seems that is not easy to find out where to change the <strong>Welcome to the frontpage</strong> title.</p>
<p>After a bit of search I found the solution, in admin area, edit Menus, main menu. There is the &#8216;Home&#8217; click it and on the right side, Parameters (system) that&#8217;s the point where the front page title can be changed.</p>
<p><a href="http://www.vanyi.net/scripts/joomla-change-welcome-to-the-front-page/">Joomla change &#8220;Welcome to the front page&#8221;</a> is a post from: <a href="http://www.vanyi.net" title="István Ványi">István Ványi</a></p>


<p>Related posts:<ol><li><a href='http://www.vanyi.net/linux/handbrake-cli-examples-to-convert-vob-mp4-avi-ogm-mkv-mpeg-xvid-ts/' rel='bookmark' title='Permanent Link: HandBrake CLI Linux examples to convert vob/mp4/avi/ogm/mkv/mpeg/xvid/ts'>HandBrake CLI Linux examples to convert vob/mp4/avi/ogm/mkv/mpeg/xvid/ts</a></li>
<li><a href='http://www.vanyi.net/faq/how-can-i-change-ftp-timeout-yo5oee/' rel='bookmark' title='Permanent Link: How can I change ftp timeout &#8211; yo5oee'>How can I change ftp timeout &#8211; yo5oee</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.vanyi.net/scripts/joomla-change-welcome-to-the-front-page/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
