<?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>Wordpress Archives - nerijuso.lt</title>
	<atom:link href="https://nerijuso.lt/category/wordpress/feed/" rel="self" type="application/rss+xml" />
	<link>https://nerijuso.lt/category/wordpress/</link>
	<description>Nerijus Oftas - developer</description>
	<lastBuildDate>Thu, 27 Aug 2015 18:07:28 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9</generator>
	<item>
		<title>Add class to wordpress TinyMCE</title>
		<link>https://nerijuso.lt/add-class-to-wordpress-tinymce/</link>
					<comments>https://nerijuso.lt/add-class-to-wordpress-tinymce/#respond</comments>
		
		<dc:creator><![CDATA[nerijuso]]></dc:creator>
		<pubDate>Thu, 27 Aug 2015 18:07:09 +0000</pubDate>
				<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[tinymce add custom class]]></category>
		<category><![CDATA[wordpress custom class in tinymce]]></category>
		<guid isPermaLink="false">http://nerijuso.lt/?p=368</guid>

					<description><![CDATA[<p>Some times need to add custom classes in wordpress tinymce editor. This is simple solution to do this:</p>
<p>The post <a href="https://nerijuso.lt/add-class-to-wordpress-tinymce/">Add class to wordpress TinyMCE</a> appeared first on <a href="https://nerijuso.lt">nerijuso.lt</a>.</p>
]]></description>
		
					<wfw:commentRss>https://nerijuso.lt/add-class-to-wordpress-tinymce/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>WordPress Error 404 – page not found using WPML translations</title>
		<link>https://nerijuso.lt/wordpress-error-404-page-not-found-using-wpml-translations/</link>
					<comments>https://nerijuso.lt/wordpress-error-404-page-not-found-using-wpml-translations/#respond</comments>
		
		<dc:creator><![CDATA[nerijuso]]></dc:creator>
		<pubDate>Wed, 26 Aug 2015 11:25:13 +0000</pubDate>
				<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[page 404 error]]></category>
		<guid isPermaLink="false">http://nerijuso.lt/?p=366</guid>

					<description><![CDATA[<p>Situation when getting “Error 404 – page not found” on all pages in one language. In other language everything seems ok. So&#8230; I allready try to:  “flush” permalinks. It does not help. If you save permalinks in current language, this language posts work, but other language not. changed language in the top wordpress settings bar [&#8230;]</p>
<p>The post <a href="https://nerijuso.lt/wordpress-error-404-page-not-found-using-wpml-translations/">WordPress Error 404 – page not found using WPML translations</a> appeared first on <a href="https://nerijuso.lt">nerijuso.lt</a>.</p>
]]></description>
		
					<wfw:commentRss>https://nerijuso.lt/wordpress-error-404-page-not-found-using-wpml-translations/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>WordPress 3.9+ TinyMCE Tweaks: Adding Styles, Buttons, Fonts, Drop-downs &#038; Pop-Ups</title>
		<link>https://nerijuso.lt/wordpress-3-9-tinymce-tweaks-adding-styles-buttons-fonts-drop-downs-pop-ups/</link>
					<comments>https://nerijuso.lt/wordpress-3-9-tinymce-tweaks-adding-styles-buttons-fonts-drop-downs-pop-ups/#respond</comments>
		
		<dc:creator><![CDATA[nerijuso]]></dc:creator>
		<pubDate>Mon, 11 May 2015 18:33:21 +0000</pubDate>
				<category><![CDATA[Wordpress]]></category>
		<guid isPermaLink="false">http://nerijuso.lt/?p=329</guid>

					<description><![CDATA[<p>Below I’ll give you some examples on how you can extend the functionality of the TinyMCE. Adding Font Size &#38; Font Family Selects By default the Custom Fonts and font sizes are not added into the TinyMCE editor. The function below will add both of these dropdowns to the far left of the editor in [&#8230;]</p>
<p>The post <a href="https://nerijuso.lt/wordpress-3-9-tinymce-tweaks-adding-styles-buttons-fonts-drop-downs-pop-ups/">WordPress 3.9+ TinyMCE Tweaks: Adding Styles, Buttons, Fonts, Drop-downs &#038; Pop-Ups</a> appeared first on <a href="https://nerijuso.lt">nerijuso.lt</a>.</p>
]]></description>
		
					<wfw:commentRss>https://nerijuso.lt/wordpress-3-9-tinymce-tweaks-adding-styles-buttons-fonts-drop-downs-pop-ups/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>How to Create Custom RSS Feeds in WordPress?</title>
		<link>https://nerijuso.lt/how-to-create-custom-rss-feeds-in-wordpress/</link>
					<comments>https://nerijuso.lt/how-to-create-custom-rss-feeds-in-wordpress/#respond</comments>
		
		<dc:creator><![CDATA[nerijuso]]></dc:creator>
		<pubDate>Mon, 12 May 2014 18:18:17 +0000</pubDate>
				<category><![CDATA[Wordpress]]></category>
		<guid isPermaLink="false">http://nerijuso.lt/?p=233</guid>

					<description><![CDATA[<p>WordPress comes with built-in default RSS feeds. You can tweak the default feeds by adding custom content to your RSS Feeds, or even adding post thumbnail to your RSS Feeds. The default RSS and Atom feeds are enough for most users, but you may wish to create a custom RSS feed for delivering specific type [&#8230;]</p>
<p>The post <a href="https://nerijuso.lt/how-to-create-custom-rss-feeds-in-wordpress/">How to Create Custom RSS Feeds in WordPress?</a> appeared first on <a href="https://nerijuso.lt">nerijuso.lt</a>.</p>
]]></description>
		
					<wfw:commentRss>https://nerijuso.lt/how-to-create-custom-rss-feeds-in-wordpress/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Get first paragraph with php</title>
		<link>https://nerijuso.lt/get-first-paragraph-with-php/</link>
					<comments>https://nerijuso.lt/get-first-paragraph-with-php/#respond</comments>
		
		<dc:creator><![CDATA[nerijuso]]></dc:creator>
		<pubDate>Mon, 12 May 2014 17:55:01 +0000</pubDate>
				<category><![CDATA[Other]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[get first paragrapth]]></category>
		<category><![CDATA[paragraph]]></category>
		<guid isPermaLink="false">http://nerijuso.lt/?p=231</guid>

					<description><![CDATA[<p>Here’s a useful PHP function to return the first paragraph from a HTML text string. It involves finding the character position of the first closing “p” tag from the first paragraph. Add the following function somewhere in you PHP. If you wanted to remove the paragraph tags from the HTML, the function would change to: [&#8230;]</p>
<p>The post <a href="https://nerijuso.lt/get-first-paragraph-with-php/">Get first paragraph with php</a> appeared first on <a href="https://nerijuso.lt">nerijuso.lt</a>.</p>
]]></description>
		
					<wfw:commentRss>https://nerijuso.lt/get-first-paragraph-with-php/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>How remove empty paragraph with php?</title>
		<link>https://nerijuso.lt/how-remove-empty-paragraph-with-php/</link>
					<comments>https://nerijuso.lt/how-remove-empty-paragraph-with-php/#respond</comments>
		
		<dc:creator><![CDATA[nerijuso]]></dc:creator>
		<pubDate>Mon, 12 May 2014 17:50:09 +0000</pubDate>
				<category><![CDATA[Other]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[php remove empty p tags]]></category>
		<guid isPermaLink="false">http://nerijuso.lt/?p=229</guid>

					<description><![CDATA[<p>Today I will show simple, but simetimes very usefull example, how to remove empty paragrapth from your text. My code: Very simple 🙂</p>
<p>The post <a href="https://nerijuso.lt/how-remove-empty-paragraph-with-php/">How remove empty paragraph with php?</a> appeared first on <a href="https://nerijuso.lt">nerijuso.lt</a>.</p>
]]></description>
		
					<wfw:commentRss>https://nerijuso.lt/how-remove-empty-paragraph-with-php/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>WMPL get (post, page, category) dependent IDs</title>
		<link>https://nerijuso.lt/wmpl-get-post-page-category-dependent-ids/</link>
					<comments>https://nerijuso.lt/wmpl-get-post-page-category-dependent-ids/#respond</comments>
		
		<dc:creator><![CDATA[nerijuso]]></dc:creator>
		<pubDate>Tue, 30 Oct 2012 16:36:24 +0000</pubDate>
				<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[translated page post category id]]></category>
		<category><![CDATA[wpml get post id]]></category>
		<category><![CDATA[WPML translated id]]></category>
		<guid isPermaLink="false">http://nerijuso.lt/?p=185</guid>

					<description><![CDATA[<p>1) Automatically Adjust IDs WPML can hook to WordPress API functions, detect when specific items are loaded and adjust IDs so that the results are adjusted for the active language. This functionality is enabled by default and can be accessed via WPML-&#62;Languages (visible in Advanced mode): Auto-adjust IDs This will automatically adjust all IDs and [&#8230;]</p>
<p>The post <a href="https://nerijuso.lt/wmpl-get-post-page-category-dependent-ids/">WMPL get (post, page, category) dependent IDs</a> appeared first on <a href="https://nerijuso.lt">nerijuso.lt</a>.</p>
]]></description>
		
					<wfw:commentRss>https://nerijuso.lt/wmpl-get-post-page-category-dependent-ids/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Protect wordpress site with .htaccess</title>
		<link>https://nerijuso.lt/protect-wordpress-site-with-htaccess/</link>
					<comments>https://nerijuso.lt/protect-wordpress-site-with-htaccess/#respond</comments>
		
		<dc:creator><![CDATA[nerijuso]]></dc:creator>
		<pubDate>Tue, 25 Sep 2012 18:23:42 +0000</pubDate>
				<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[wordpress protect from hacks]]></category>
		<category><![CDATA[wordpress protect with .htaccess]]></category>
		<guid isPermaLink="false">http://nerijuso.lt/?p=183</guid>

					<description><![CDATA[<p>WordPress is the world’s most popular CMS with million users. This is how to secure your WordPress site with .htaccess. Configuring the .htaccess file Protect wp-config.php Admin access from your IP only Banning bad users No directory browsing Prevent Access To wp-content The wp-content folder contains images, themes and plug-ins. It&#8217;s a very important folder [&#8230;]</p>
<p>The post <a href="https://nerijuso.lt/protect-wordpress-site-with-htaccess/">Protect wordpress site with .htaccess</a> appeared first on <a href="https://nerijuso.lt">nerijuso.lt</a>.</p>
]]></description>
		
					<wfw:commentRss>https://nerijuso.lt/protect-wordpress-site-with-htaccess/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Disable menu in wordpress admin</title>
		<link>https://nerijuso.lt/disable-menu-in-wordpress-admin/</link>
					<comments>https://nerijuso.lt/disable-menu-in-wordpress-admin/#respond</comments>
		
		<dc:creator><![CDATA[nerijuso]]></dc:creator>
		<pubDate>Wed, 17 Aug 2011 18:02:15 +0000</pubDate>
				<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[custom admin menu]]></category>
		<category><![CDATA[disable admin menu]]></category>
		<category><![CDATA[remove admin menu]]></category>
		<guid isPermaLink="false">http://nerijuso.lt/?p=164</guid>

					<description><![CDATA[<p>Today I found very usefull function, witch let to remove (disable) menu in wordpress admin. Its remove_menu_page( $menu_slug ) and remove_submenu_page( $menu_slug, $submenu_slug ). It&#8217;s easy to remove menu entries and it is not necessary anymore to edit wordpress core. This is a small example, where I removed the entries to the comments and the [&#8230;]</p>
<p>The post <a href="https://nerijuso.lt/disable-menu-in-wordpress-admin/">Disable menu in wordpress admin</a> appeared first on <a href="https://nerijuso.lt">nerijuso.lt</a>.</p>
]]></description>
		
					<wfw:commentRss>https://nerijuso.lt/disable-menu-in-wordpress-admin/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Create a multiple (network) wordpress sites</title>
		<link>https://nerijuso.lt/create-a-multiple-network-wordpress-sites/</link>
					<comments>https://nerijuso.lt/create-a-multiple-network-wordpress-sites/#comments</comments>
		
		<dc:creator><![CDATA[nerijuso]]></dc:creator>
		<pubDate>Thu, 31 Mar 2011 09:35:05 +0000</pubDate>
				<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[multiple wordpress sites]]></category>
		<category><![CDATA[several sites in one wordpress admin]]></category>
		<category><![CDATA[wordpress network]]></category>
		<guid isPermaLink="false">http://nerijuso.lt/?p=145</guid>

					<description><![CDATA[<p>With WordPress, you have the ability to create a network of sites (Multisite). This article is instructions for creating a network (multiple sites). First of all if you are running not fresh wordpress system, make back up off all you data. Open your config.php file and paste this above where it says /* That's all, [&#8230;]</p>
<p>The post <a href="https://nerijuso.lt/create-a-multiple-network-wordpress-sites/">Create a multiple (network) wordpress sites</a> appeared first on <a href="https://nerijuso.lt">nerijuso.lt</a>.</p>
]]></description>
		
					<wfw:commentRss>https://nerijuso.lt/create-a-multiple-network-wordpress-sites/feed/</wfw:commentRss>
			<slash:comments>3</slash:comments>
		
		
			</item>
	</channel>
</rss>
