





<?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>customize wordpress Archives - Netgen IT Solutions</title>
	<atom:link href="https://netgen.in/tag/customize-wordpress/feed/" rel="self" type="application/rss+xml" />
	<link>https://netgen.in/tag/customize-wordpress/</link>
	<description>Your Partner in Everything IT</description>
	<lastBuildDate>Thu, 27 Jun 2024 06:33:59 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>

<image>
	<url>https://netgen.in/wp-content/uploads/2024/03/favicon-16x16-1.png</url>
	<title>customize wordpress Archives - Netgen IT Solutions</title>
	<link>https://netgen.in/tag/customize-wordpress/</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>Error: Missing Dependency: perl (Convert :: ASN1) is needed by package samba- 3.0.33- 3.29. el5_6.2. i386 (updates)</title>
		<link>https://netgen.in/error-missing-dependency-perlconvertasn1-is-needed-by-package-samba-3-0-33-3-29-el5_6-2-i386-updates/</link>
		
		<dc:creator><![CDATA[Netgen IT Solutions]]></dc:creator>
		<pubDate>Sat, 30 Aug 2014 06:08:35 +0000</pubDate>
				<category><![CDATA[Operating System]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[customize wordpress]]></category>
		<category><![CDATA[get current page]]></category>
		<category><![CDATA[get id]]></category>
		<category><![CDATA[page]]></category>
		<category><![CDATA[show current id]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[wordpress help]]></category>
		<category><![CDATA[wordpress theme]]></category>
		<guid isPermaLink="false">https://beta.netgen.work/?p=670</guid>

					<description><![CDATA[<p>Error: Missing Dependency: perl(Convert::ASN1) is needed by package samba-3.0.33-3.29.el5_6.2.i386 (updates) You could try using –skip-broken to work around the problem You could try running: package-cleanup –problems package-cleanup –dupes rpm -Va –nofiles –nodigest The program package-cleanup is found in the yum-utils package. I have been working on a Centos server and getting the same error when [&#8230;]</p>
<p>The post <a href="https://netgen.in/error-missing-dependency-perlconvertasn1-is-needed-by-package-samba-3-0-33-3-29-el5_6-2-i386-updates/">Error: Missing Dependency: perl (Convert :: ASN1) is needed by package samba- 3.0.33- 3.29. el5_6.2. i386 (updates)</a> appeared first on <a href="https://netgen.in">Netgen IT Solutions</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p><strong><em>Error: Missing Dependency: perl(Convert::ASN1) is needed by package samba-3.0.33-3.29.el5_6.2.i386 (updates)<br />
You could try using –skip-broken to work around the problem<br />
You could try running: package-cleanup –problems<br />
package-cleanup –dupes<br />
rpm -Va –nofiles –nodigest<br />
The program package-cleanup is found in the yum-utils package.</em><br />
</strong><br />
I have been working on a Centos server and getting the same error when trying to install Samba server. I tried searching many online forums and help documents but could not find the package to install to remove dependency errors.</p>
<p>At last after searching for about 5 hours and trying various packages and commands i found the right package to be installed.</p>
<p>So, here are the two commands which can help you save lots of time.</p>
<p style="color: #000000;"><span style="color: #ff0000;">wget http://packages.sw.be/perl-Convert-ASN1/perl-Convert-ASN1-0.22-1.el5.rfx.noarch.rpm</span></p>
<p style="color: #000000;"><span style="color: #ff0000;">rpm -Uvh perl-Convert-ASN1-0.22-1.el5.rfx.noarch.rpm</span></p>
<p>So, just try the above commands and you can remove the dependency.</p>
<p>Thanks for visiting. Hope you like the posts.</p>
<p>The post <a href="https://netgen.in/error-missing-dependency-perlconvertasn1-is-needed-by-package-samba-3-0-33-3-29-el5_6-2-i386-updates/">Error: Missing Dependency: perl (Convert :: ASN1) is needed by package samba- 3.0.33- 3.29. el5_6.2. i386 (updates)</a> appeared first on <a href="https://netgen.in">Netgen IT Solutions</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Get current page/post id in wordpress</title>
		<link>https://netgen.in/get-current-pagepost-id-in-wordpress/</link>
		
		<dc:creator><![CDATA[Netgen IT Solutions]]></dc:creator>
		<pubDate>Sat, 30 Aug 2014 06:07:20 +0000</pubDate>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[customize wordpress]]></category>
		<category><![CDATA[get current page]]></category>
		<category><![CDATA[get id]]></category>
		<category><![CDATA[page]]></category>
		<category><![CDATA[show current id]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[wordpress help]]></category>
		<category><![CDATA[wordpress theme]]></category>
		<guid isPermaLink="false">https://beta.netgen.work/?p=667</guid>

					<description><![CDATA[<p>If you are customizing wordpress theme then many times you need to get current page id to show/hide some code or change basic functionality in wordpress. If you need the numeric id of the current page, you can get using following function in your wordpress theme file: $currentid = get_the_ID(); After you have got the [&#8230;]</p>
<p>The post <a href="https://netgen.in/get-current-pagepost-id-in-wordpress/">Get current page/post id in wordpress</a> appeared first on <a href="https://netgen.in">Netgen IT Solutions</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>If you are <strong>customizing wordpress</strong> theme then many times you need to get current page id to show/hide some code or change basic<strong> functionality in wordpress</strong>. If you need the <strong>numeric id of the current page</strong>, you can get using following function in your wordpress theme file:</p>
<p><code><br />
$currentid = get_the_ID();<br />
</code></p>
<p>After you have got the <strong>page id in $currentid you can easily use it in your php code</strong> like:</p>
<p><strong>&lt;?php if($currentid!=”4″)</strong><br />
<strong><em>//do Something</em> </strong><br />
<strong><em> ?&gt;</em></strong></p>
<p>The post <a href="https://netgen.in/get-current-pagepost-id-in-wordpress/">Get current page/post id in wordpress</a> appeared first on <a href="https://netgen.in">Netgen IT Solutions</a>.</p>
]]></content:encoded>
					
		
		
			</item>
	</channel>
</rss>
