<?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>themes &#8211; Netpad blog</title>
	<atom:link href="https://netpad.gr/tag/themes/feed/" rel="self" type="application/rss+xml" />
	<link>https://netpad.gr</link>
	<description>My personal WordPress lab</description>
	<lastBuildDate>Sun, 05 Oct 2025 16:26:14 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.1</generator>

<image>
	<url>https://i0.wp.com/netpad.gr/wp-content/uploads/2025/10/cropped-netpad.gr-icon.png?fit=32%2C32&#038;ssl=1</url>
	<title>themes &#8211; Netpad blog</title>
	<link>https://netpad.gr</link>
	<width>32</width>
	<height>32</height>
</image> 
<site xmlns="com-wordpress:feed-additions:1">84609741</site>	<item>
		<title>Custom Logo in wp-login Page</title>
		<link>https://netpad.gr/custom-logo-in-wp-login-page/</link>
					<comments>https://netpad.gr/custom-logo-in-wp-login-page/#respond</comments>
		
		<dc:creator><![CDATA[George]]></dc:creator>
		<pubDate>Sat, 21 Feb 2015 21:28:11 +0000</pubDate>
				<category><![CDATA[Themes]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[logo]]></category>
		<category><![CDATA[themes]]></category>
		<category><![CDATA[wp-login]]></category>
		<guid isPermaLink="false">http://netpad.gr/netpad/?p=110</guid>

					<description><![CDATA[After setting your new WordPress site, i believe you should definitely change the default WP logo in the wp-login page and use your custom logo instead. So in this post i will show you how you can change it using a simple hook. Of course you can add your custom css and change the default WP logo [&#8230;]]]></description>
										<content:encoded><![CDATA[<p>After setting your new WordPress site, i believe you should definitely change the default WP logo in the wp&#x2d;login page and use your custom logo instead. So in this post i will show you how you can change it using a simple hook. Of course you can add your custom css and change the default WP logo but there is also this nice hook which alters the background image via css and can be put in your&#8230;</p>
<p><a href="https://netpad.gr/custom-logo-in-wp-login-page/" rel="nofollow">Source</a></p>]]></content:encoded>
					
					<wfw:commentRss>https://netpad.gr/custom-logo-in-wp-login-page/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">110</post-id>	</item>
		<item>
		<title>Internal Server Error 500 in WordPress</title>
		<link>https://netpad.gr/internal-server-error-500-in-wordpress/</link>
					<comments>https://netpad.gr/internal-server-error-500-in-wordpress/#respond</comments>
		
		<dc:creator><![CDATA[George]]></dc:creator>
		<pubDate>Thu, 19 Feb 2015 20:13:17 +0000</pubDate>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[.htaccess]]></category>
		<category><![CDATA[dashboard]]></category>
		<category><![CDATA[error 500]]></category>
		<category><![CDATA[phpMyAdmin]]></category>
		<category><![CDATA[plugins]]></category>
		<category><![CDATA[themes]]></category>
		<guid isPermaLink="false">http://netpad.gr/netpad/?p=89</guid>

					<description><![CDATA[This incident&#160;occurred last night, so i thought it would be nice to write a post about the internal server error, also known as the&#160;WordPress white screen of death. Obviously, i resolved the problem so it would be useful to have a how-to post in order to have the instructions handy in case it happens again [&#8230;]]]></description>
										<content:encoded><![CDATA[<p>This incident occurred last night, so i thought it would be nice to write a post about the internal server error, also known as the WordPress white screen of death. Obviously, i resolved the problem so it would be useful to have a how&#x2d;to post in order to have the instructions handy in case it happens again in the future. There are a few reasons why this problem can occur.</p>
<p><a href="https://netpad.gr/internal-server-error-500-in-wordpress/" rel="nofollow">Source</a></p>]]></content:encoded>
					
					<wfw:commentRss>https://netpad.gr/internal-server-error-500-in-wordpress/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">89</post-id>	</item>
		<item>
		<title>Read More Link &#8211; Modify Link Text</title>
		<link>https://netpad.gr/modify-the-read-more-link-text/</link>
					<comments>https://netpad.gr/modify-the-read-more-link-text/#respond</comments>
		
		<dc:creator><![CDATA[George]]></dc:creator>
		<pubDate>Sun, 08 Feb 2015 15:28:29 +0000</pubDate>
				<category><![CDATA[Themes]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[hooks]]></category>
		<category><![CDATA[themes]]></category>
		<guid isPermaLink="false">http://netpad.gr/netpad/?p=65</guid>

					<description><![CDATA[A few days ago i found this question posted in the WordPress Community Forum, How to modify link text for the read more link. Meaning the text that appears to the link that drives you from the summary of a post, to the full content. The answer is pretty straight forward as there is a [&#8230;]]]></description>
										<content:encoded><![CDATA[<p>A few days ago i found this question posted in the WordPress Community Forum, How to modify link text for the read more link. Meaning the text that appears to the link that drives you from the summary of a post, to the full content. The answer is pretty straight forward as there is a hook you can use to change the link text to whatever you like. All you have to do is copy and paste the code&#8230;</p>
<p><a href="https://netpad.gr/modify-the-read-more-link-text/" rel="nofollow">Source</a></p>]]></content:encoded>
					
					<wfw:commentRss>https://netpad.gr/modify-the-read-more-link-text/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">65</post-id>	</item>
		<item>
		<title>Netpad.gr &#8211; My New Blog Built with WordPress</title>
		<link>https://netpad.gr/netpad-gr-my-new-blog/</link>
					<comments>https://netpad.gr/netpad-gr-my-new-blog/#comments</comments>
		
		<dc:creator><![CDATA[George]]></dc:creator>
		<pubDate>Thu, 05 Feb 2015 11:42:13 +0000</pubDate>
				<category><![CDATA[Themes]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[Highwind Child Theme]]></category>
		<category><![CDATA[hooks]]></category>
		<category><![CDATA[themes]]></category>
		<guid isPermaLink="false">http://netpad.gr/netpad/?p=11</guid>

					<description><![CDATA[&#8230;and a brand new challenge has begun for me with netpad.gr. I chose Highwind theme for my new blog and from the moment i installed it i started tweaking it, after creating a Child Theme. First, i removed the gravatar from the header Perhaps i will re-add it later on but for the time being i [&#8230;]]]></description>
										<content:encoded><![CDATA[<p>and a brand new challenge has begun for me with netpad.gr. I chose Highwind theme for my new blog and from the moment i installed it i started tweaking it, after creating a Child Theme. Perhaps i will re&#x2d;add it later on but for the time being i just want it as simple as possible. I simply added this filter to the functions.php and it was gone. Since i call it netpad.gr, i didn&rsquo;t want it to&#8230;</p>
<p><a href="https://netpad.gr/netpad-gr-my-new-blog/" rel="nofollow">Source</a></p>]]></content:encoded>
					
					<wfw:commentRss>https://netpad.gr/netpad-gr-my-new-blog/feed/</wfw:commentRss>
			<slash:comments>1</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">11</post-id>	</item>
	</channel>
</rss>
