<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.0.2" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title>WPThemeDesigner Support &#187; Tag: Pixdesign Silver - Recent Posts</title>
		<link>http://wpthemedesigner.com/support/tags/pixdesign-silver</link>
		<description>Online Support Community</description>
		<language>en-US</language>
		<pubDate>Wed, 08 Feb 2012 21:25:29 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.0.2</generator>
		<textInput>
			<title><![CDATA[Search]]></title>
			<description><![CDATA[Search all topics from these forums.]]></description>
			<name>q</name>
			<link>http://wpthemedesigner.com/support/search.php</link>
		</textInput>
		<atom:link href="http://wpthemedesigner.com/support/rss/tags/pixdesign-silver" rel="self" type="application/rss+xml" />

		<item>
			<title>Mio Oguchi on "Changing the length of the excerpt"</title>
			<link>http://wpthemedesigner.com/support/topic/how-can-i-define-the-length-of-the-summary-in-archived-page#post-301</link>
			<pubDate>Thu, 12 Aug 2010 16:36:24 +0000</pubDate>
			<dc:creator>Mio Oguchi</dc:creator>
			<guid isPermaLink="false">301@http://wpthemedesigner.com/support/</guid>
			<description>&#60;p&#62;Dear Webmaster,&#60;/p&#62;
&#60;p&#62;Thank you so much for your reply.&#60;/p&#62;
&#60;p&#62;I tried to change the length by this function however, it seems impossible to limit the length of archive with this function since we are creating website in Japanese language which does not put &#34;blank&#34; between each words; it seems all the text is recognized as one single word by this function.&#60;br /&#62;
Is there any possible way to limit the length of archive by number of characters?&#60;/p&#62;
&#60;p&#62;Thank you so much for your help.&#60;/p&#62;
&#60;p&#62;Kind regards,&#60;br /&#62;
MIO
&#60;/p&#62;</description>
		</item>
		<item>
			<title>webmaster on "Changing the length of the excerpt"</title>
			<link>http://wpthemedesigner.com/support/topic/how-can-i-define-the-length-of-the-summary-in-archived-page#post-251</link>
			<pubDate>Mon, 21 Jun 2010 14:18:55 +0000</pubDate>
			<dc:creator>webmaster</dc:creator>
			<guid isPermaLink="false">251@http://wpthemedesigner.com/support/</guid>
			<description>&#60;p&#62;Hi Mio,&#60;/p&#62;
&#60;p&#62;The PixDesign Silver Theme uses the_excerpt function to display content in the archive page. There are a lot of approaches in changing the length of the excerpt. The easiest is this.&#60;/p&#62;
&#60;p&#62;Go to function.php and add the following lines at the bottom of the page.&#60;/p&#62;
&#60;p&#62;function new_excerpt_length($length) { return 20; }&#60;br /&#62;
add_filter('excerpt_length', 'new_excerpt_length');&#60;/p&#62;
&#60;p&#62;You can actually see this tutorial here: &#60;a href=&#34;http://codex.wordpress.org/Plugin_API/Filter_Reference/excerpt_length&#34; rel=&#34;nofollow&#34;&#62;http://codex.wordpress.org/Plugin_API/Filter_Reference/excerpt_length&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Hope this helps,&#60;/p&#62;
&#60;p&#62;WPTD Webmaster
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Mio Oguchi on "Changing the length of the excerpt"</title>
			<link>http://wpthemedesigner.com/support/topic/how-can-i-define-the-length-of-the-summary-in-archived-page#post-248</link>
			<pubDate>Thu, 17 Jun 2010 16:16:46 +0000</pubDate>
			<dc:creator>Mio Oguchi</dc:creator>
			<guid isPermaLink="false">248@http://wpthemedesigner.com/support/</guid>
			<description>&#60;p&#62;Hi Webmaster,&#60;/p&#62;
&#60;p&#62;I am using Pixdesign Silver, and my archive page does not look very neat since each post has a lot of text and they are all displayed as the post's summary.&#60;/p&#62;
&#60;p&#62;Following is the archive page I am now struggling with;&#60;br /&#62;
&#60;a href=&#34;http://www.nit-development.co.uk/ja/index.php/category/solutions/it_infrastructure/&#34; rel=&#34;nofollow&#34;&#62;http://www.nit-development.co.uk/ja/index.php/category/solutions/it_infrastructure/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Is it possible to configure the summary length for archive page?&#60;br /&#62;
Thank you so much for your help!&#60;/p&#62;
&#60;p&#62;Kind regards,&#60;br /&#62;
MIO
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Mio Oguchi on "How can I embed google map in Pages?"</title>
			<link>http://wpthemedesigner.com/support/topic/how-can-i-embed-google-map-in-pages#post-245</link>
			<pubDate>Wed, 16 Jun 2010 20:06:02 +0000</pubDate>
			<dc:creator>Mio Oguchi</dc:creator>
			<guid isPermaLink="false">245@http://wpthemedesigner.com/support/</guid>
			<description>&#60;p&#62;Hi Webmaster,&#60;/p&#62;
&#60;p&#62;Thank you! it worked!&#60;/p&#62;
&#60;p&#62;MIO
&#60;/p&#62;</description>
		</item>
		<item>
			<title>webmaster on "How can I embed google map in Pages?"</title>
			<link>http://wpthemedesigner.com/support/topic/how-can-i-embed-google-map-in-pages#post-243</link>
			<pubDate>Mon, 14 Jun 2010 14:21:44 +0000</pubDate>
			<dc:creator>webmaster</dc:creator>
			<guid isPermaLink="false">243@http://wpthemedesigner.com/support/</guid>
			<description>&#60;p&#62;Hi Mio,&#60;/p&#62;
&#60;p&#62;There are a lot of google map plugins but here's a simple plugin that you might want to try.&#60;br /&#62;
&#60;a href=&#34;http://clarknikdelpowell.com/wordpress/simple-google-map/&#34; rel=&#34;nofollow&#34;&#62;http://clarknikdelpowell.com/wordpress/simple-google-map/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;To find your latitude and longitude you may use this page:&#60;br /&#62;
&#60;a href=&#34;http://pagesperso-orange.fr/universimmedia/geo/loc.htm&#34; rel=&#34;nofollow&#34;&#62;http://pagesperso-orange.fr/universimmedia/geo/loc.htm&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Hope this helps,&#60;/p&#62;
&#60;p&#62;WPTD Webmaster
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Mio Oguchi on "How can I embed google map in Pages?"</title>
			<link>http://wpthemedesigner.com/support/topic/how-can-i-embed-google-map-in-pages#post-242</link>
			<pubDate>Sun, 13 Jun 2010 00:00:37 +0000</pubDate>
			<dc:creator>Mio Oguchi</dc:creator>
			<guid isPermaLink="false">242@http://wpthemedesigner.com/support/</guid>
			<description>&#60;p&#62;Hi webmaster,&#60;/p&#62;
&#60;p&#62;Thank you for your reply.&#60;br /&#62;
Here are the answers;&#60;br /&#62;
1. A google map to show our locations; with a flag on our location if possible&#60;br /&#62;
2. I currently have &#34;Google Maps for WordPress&#34; plug-in activated but anything without extra fee and advertizement would be fine if you have any other recommendations.&#60;br /&#62;
3. One of our &#34;pages&#34;.&#60;/p&#62;
&#60;p&#62;Please find our testing web at following location;&#60;br /&#62;
&#60;a href=&#34;http://www.nit-development.co.uk/en/&#34; rel=&#34;nofollow&#34;&#62;http://www.nit-development.co.uk/en/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Thank you,&#60;br /&#62;
MIO
&#60;/p&#62;</description>
		</item>
		<item>
			<title>webmaster on "How can I embed google map in Pages?"</title>
			<link>http://wpthemedesigner.com/support/topic/how-can-i-embed-google-map-in-pages#post-241</link>
			<pubDate>Sat, 12 Jun 2010 02:58:35 +0000</pubDate>
			<dc:creator>webmaster</dc:creator>
			<guid isPermaLink="false">241@http://wpthemedesigner.com/support/</guid>
			<description>&#60;p&#62;Hi Mio,&#60;/p&#62;
&#60;p&#62;Here are few questions that might help us in assisting you.&#60;/p&#62;
&#60;p&#62;1. What kind of googlemap would you like to be added to your page?&#60;/p&#62;
&#60;p&#62;2. What plugin would you like to use?&#60;/p&#62;
&#60;p&#62;3. Where in specific would you like it be placed?&#60;/p&#62;
&#60;p&#62;If you can provide us the URL of your website, that would also be good.&#60;/p&#62;
&#60;p&#62;Thanks,&#60;/p&#62;
&#60;p&#62;WPTD Webmaster
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Mio Oguchi on "How can I embed google map in Pages?"</title>
			<link>http://wpthemedesigner.com/support/topic/how-can-i-embed-google-map-in-pages#post-234</link>
			<pubDate>Fri, 11 Jun 2010 14:22:28 +0000</pubDate>
			<dc:creator>Mio Oguchi</dc:creator>
			<guid isPermaLink="false">234@http://wpthemedesigner.com/support/</guid>
			<description>&#60;p&#62;Hi Webmaster,&#60;/p&#62;
&#60;p&#62;I am using Pixdesign Silver, and trying to embed googlemap into one of the pages.&#60;br /&#62;
I tried a couple of plugins however, none of them worked.&#60;/p&#62;
&#60;p&#62;Could you kindly advice me how I can do this?&#60;/p&#62;
&#60;p&#62;(I posted the same question in Pixdesign Silver topic however nobody seem to notice my post so here I am posting again... hope somebody kindly replies this time...)&#60;/p&#62;
&#60;p&#62;Thank you for your help!
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>

