<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.1-alpha-2539" -->
<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>WordPress.com Forums &#187; Tag: networking - Recent Posts</title>
		<link>http://en.forums.wordpress.com/tags/networking</link>
		<description>WordPress.com Forums &#187; Tag: networking - Recent Posts</description>
		<language>en</language>
		<pubDate>Tue, 18 Jun 2013 07:11:55 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.1-alpha-2539</generator>
				<atom:link href="http://en.forums.wordpress.com/rss/tags/networking" rel="self" type="application/rss+xml" />

		<item>
			<title>timethief on "BLog Linking"</title>
			<link>http://en.forums.wordpress.com/topic/blog-linking#post-1175389</link>
			<pubDate>Sat, 09 Mar 2013 04:18:46 +0000</pubDate>
			<dc:creator>timethief</dc:creator>
			<guid isPermaLink="false">1175389@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>But perhaps you are you referring to creating and Blogroll in your dashboard Links section <a href="http://en.support.wordpress.com/blogroll/add-a-blogroll-link/" rel="nofollow">http://en.support.wordpress.com/blogroll/add-a-blogroll-link/</a> and displaying it in the Links widget. <a href="http://en.support.wordpress.com/widgets/links-widget/#cant-see-the-options" rel="nofollow">http://en.support.wordpress.com/widgets/links-widget/#cant-see-the-options</a>
</p>
]]></description>
					</item>
		<item>
			<title>timethief on "BLog Linking"</title>
			<link>http://en.forums.wordpress.com/topic/blog-linking#post-1175388</link>
			<pubDate>Sat, 09 Mar 2013 04:17:33 +0000</pubDate>
			<dc:creator>timethief</dc:creator>
			<guid isPermaLink="false">1175388@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Creating a blog post is similar to writing a brief essay. The short answer to why doer I link to other blogs is the same as it is for why you link to the sources and resources you quote from and link to in any essay.  The longer answer is found here &#62; <a href="http://onecoolsitebloggingtips.com/2008/07/17/how-to-become-a-better-blogger-3-ethics-and-links/" rel="nofollow">http://onecoolsitebloggingtips.com/2008/07/17/how-to-become-a-better-blogger-3-ethics-and-links/</a></p>
<p>Please use the step by step tutorial Staff have prepared for new bloggers and linked to on the bottom of your Admin page at <a href="http://learn.wordpress.com" rel="nofollow">http://learn.wordpress.com</a>
</p>
]]></description>
					</item>
		<item>
			<title>mariemercenaire on "BLog Linking"</title>
			<link>http://en.forums.wordpress.com/topic/blog-linking#post-1175382</link>
			<pubDate>Sat, 09 Mar 2013 04:08:23 +0000</pubDate>
			<dc:creator>mariemercenaire</dc:creator>
			<guid isPermaLink="false">1175382@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Hello, </p>
<p>My name is Marie. I am seeking advice and tips on how to link my blog to other blogs. How does this feature work and what exactly do I do? </p>
<p>Thanks!<br />
Marie
</p>
]]></description>
					</item>
		<item>
			<title>designsimply on "CSS coding help"</title>
			<link>http://en.forums.wordpress.com/topic/css-coding-help#post-1061466</link>
			<pubDate>Mon, 05 Nov 2012 21:19:08 +0000</pubDate>
			<dc:creator>designsimply</dc:creator>
			<guid isPermaLink="false">1061466@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>I'm closing this since there haven't been any replies for 10 days. Please start a new help request if you still have any questions.
</p>
]]></description>
					</item>
		<item>
			<title>designsimply on "CSS coding help"</title>
			<link>http://en.forums.wordpress.com/topic/css-coding-help#post-1051910</link>
			<pubDate>Fri, 26 Oct 2012 15:32:49 +0000</pubDate>
			<dc:creator>designsimply</dc:creator>
			<guid isPermaLink="false">1051910@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<blockquote><p>To something that I like maybe with my logo appearing in the middle?</p></blockquote>
<p>If you still need help with this, could you point out exactly where you're trying to add your logo in the middle?
</p>
]]></description>
					</item>
		<item>
			<title>designsimply on "CSS coding help"</title>
			<link>http://en.forums.wordpress.com/topic/css-coding-help#post-1051908</link>
			<pubDate>Fri, 26 Oct 2012 15:31:07 +0000</pubDate>
			<dc:creator>designsimply</dc:creator>
			<guid isPermaLink="false">1051908@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<blockquote><p>3. How do you personalize the line that appears under each posting?</p></blockquote>
<p>You could do this using the content property. Here is an example of adding text:</p>
<pre><code>.post-meta:before {
	content: &quot;Replace this text.&quot;;
}</code></pre>
<p>To add text and an image, you could start with something like this and adjust it:</p>
<pre><code>.post-meta:before {
	background: url(http://s.wordpress.org/about/images/logos/wordpress-logo-32-blue.png) no-repeat;
	display: block;
	min-height: 32px;
	padding-left: 40px;
	content: &quot;Replace this text.&quot;;
}</code></pre>
<p>Replace the url() value with your image and update the min-height and padding-left values to your image dimensions.</p>
<p>The examples above will work on archives pages (pages that list posts). The Mystique theme adds in a special author section below the content on individual posts automatically. To adjust the image there, update the post author's <a href="http://en.support.wordpress.com/avatars/gravatars/">Gravatar</a>. To adjust the text, edit the Users → My Profile → About you setting in your blog dashboard.
</p>
]]></description>
					</item>
		<item>
			<title>designsimply on "CSS coding help"</title>
			<link>http://en.forums.wordpress.com/topic/css-coding-help#post-1051902</link>
			<pubDate>Fri, 26 Oct 2012 15:20:43 +0000</pubDate>
			<dc:creator>designsimply</dc:creator>
			<guid isPermaLink="false">1051902@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<blockquote><p>2. I want to add my own social networking icons on the top page of the site. How to do that with CSS?</p></blockquote>
<p>What you can do is add them into your sidebar using a <a href="http://en.support.wordpress.com/widgets/text-widget/">text widget</a>, and then you can move that text widget to somewhere else on the page using CSS.
</p>
]]></description>
					</item>
		<item>
			<title>foomandoonian on "CSS coding help"</title>
			<link>http://en.forums.wordpress.com/topic/css-coding-help#post-1046507</link>
			<pubDate>Sat, 20 Oct 2012 16:59:18 +0000</pubDate>
			<dc:creator>foomandoonian</dc:creator>
			<guid isPermaLink="false">1046507@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>1. Add the following into your CSS:</p>
<p><code>p.author { display: none; }</code></p>
<p>2 &#38; 3 are beyond the scope of CSS really.
</p>
]]></description>
					</item>
		<item>
			<title>jannemarri on "CSS coding help"</title>
			<link>http://en.forums.wordpress.com/topic/css-coding-help#post-1044816</link>
			<pubDate>Fri, 19 Oct 2012 02:19:07 +0000</pubDate>
			<dc:creator>jannemarri</dc:creator>
			<guid isPermaLink="false">1044816@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Hi,</p>
<p>I am busy figuring out the layout of the site before I make everything final. I need help with CSS coding as I am stumped.<br />
1.  How to remove the "Posted by....." which is found next to the date when you add a new post. I know how to fully remove it but it takes out the bar and looks funny because its not adjusted to the date image (little bit of he bar left attached to the date image). I just want to remove the text and not the entire bar (section its written on)<br />
2. I want to add my own social networking icons on the  top page of the  site. How to do that with CSS?<br />
3. How do you personalize the line that appears under each posting? To something that I like maybe with my logo appearing in the middle?</p>
<p>I am using Mystique theme. Help!!</p>
<p>Thanks!
</p>
]]></description>
					</item>
		<item>
			<title>brendansclark on "3 blogs that really deserve to get noticed! (They&#039;re not mine.)"</title>
			<link>http://en.forums.wordpress.com/topic/3-blogs-that-really-deserve-to-get-noticed-theyre-not-mine#post-959656</link>
			<pubDate>Sat, 28 Jul 2012 22:37:57 +0000</pubDate>
			<dc:creator>brendansclark</dc:creator>
			<guid isPermaLink="false">959656@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>The links to Rachel's blog, Connor's blogs, and Lindsey's blogs are all right here in this post! They're fantastic writers who have helped me out a ton, and I'd be tickled to return the favor.</p>
<p><a href="http://timestageembassy.com/2012/07/27/friends-of-the-embassy-july-2012/" rel="nofollow">http://timestageembassy.com/2012/07/27/friends-of-the-embassy-july-2012/</a>
</p>
]]></description>
					</item>
		<item>
			<title>invisiblemikey on "spam comments"</title>
			<link>http://en.forums.wordpress.com/topic/spam-comments-20#post-869831</link>
			<pubDate>Sun, 22 Apr 2012 13:54:58 +0000</pubDate>
			<dc:creator>invisiblemikey</dc:creator>
			<guid isPermaLink="false">869831@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Because so much of the world is under the illusion that selling product is a universally good thing, spam is a fact of life.  It's ordinary to get more spam comments than real ones.  You need to use the Akismet widget, which can be refined and taught by you but will still catch most of it even at default settings.  You can delete them permanently from the holding place it puts them.</p>
<p>It's not really very hard to recognize spam.  A generic compliment with no specific reference to the content of your post is usually spam - otherwise they would just hit the "like" button.  If you aren't sure, go to your Dashboard / Comments and click on their url link.  You'll see right away if they are another writer or a salesperson.
</p>
]]></description>
					</item>
		<item>
			<title>cpwbelyea on "spam comments"</title>
			<link>http://en.forums.wordpress.com/topic/spam-comments-20#post-869799</link>
			<pubDate>Sun, 22 Apr 2012 11:19:53 +0000</pubDate>
			<dc:creator>cpwbelyea</dc:creator>
			<guid isPermaLink="false">869799@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>i am very frustrated with spam, i get from 200 to 350 even more a day. why is that? it is hard to tell whether someone is authentic in their comments or even what is right or wrong. help!
</p>
]]></description>
					</item>
		<item>
			<title>absurdoldbird on "how to connect with Other bloggers thru wordpress?"</title>
			<link>http://en.forums.wordpress.com/topic/how-to-connect-with-other-bloggers-thru-wordpress#post-744625</link>
			<pubDate>Tue, 15 Nov 2011 01:01:12 +0000</pubDate>
			<dc:creator>absurdoldbird</dc:creator>
			<guid isPermaLink="false">744625@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>This thread might help:</p>
<p><a href="http://en.forums.wordpress.com/topic/how-can-i-encourage-comments-and-discussion-on-my-blog?replies=16" rel="nofollow">http://en.forums.wordpress.com/topic/how-can-i-encourage-comments-and-discussion-on-my-blog?replies=16</a>
</p>
]]></description>
					</item>
		<item>
			<title>anitasmithson on "how to connect with Other bloggers thru wordpress?"</title>
			<link>http://en.forums.wordpress.com/topic/how-to-connect-with-other-bloggers-thru-wordpress#post-744618</link>
			<pubDate>Tue, 15 Nov 2011 00:55:13 +0000</pubDate>
			<dc:creator>anitasmithson</dc:creator>
			<guid isPermaLink="false">744618@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Hello!!! I am new to wordpress.com, I would like to connect with others here and network. Can someone help me with tips or ideas. Thank you so much.<br />
Little about me, I am beginning my career as a motivational speaker and looking to make new connections and share/teach the M.E.I. System for Success.
</p>
]]></description>
					</item>
		<item>
			<title>northstar25 on "Two oOffice Relationship"</title>
			<link>http://en.forums.wordpress.com/topic/two-ooffice-relationship#post-628190</link>
			<pubDate>Sat, 18 Jun 2011 01:56:58 +0000</pubDate>
			<dc:creator>northstar25</dc:creator>
			<guid isPermaLink="false">628190@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>As a senator intern in the capitol I review the two types of office relationship I have experienced:</p>
<p>1. Between interns and full staff<br />
2. Interns and other interns</p>
<p>Read, comment, review and please let me know of any possible improvements I can make
</p>
]]></description>
					</item>
		<item>
			<title>sonnieharris on "Artist&#039;s network wanted"</title>
			<link>http://en.forums.wordpress.com/topic/artists-network-wanted#post-611893</link>
			<pubDate>Wed, 25 May 2011 18:45:06 +0000</pubDate>
			<dc:creator>sonnieharris</dc:creator>
			<guid isPermaLink="false">611893@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Thanks guys, some interesting posts, I'll be sure to sign up!
</p>
]]></description>
					</item>
		<item>
			<title>connerjrohwer on "Artist&#039;s network wanted"</title>
			<link>http://en.forums.wordpress.com/topic/artists-network-wanted#post-611531</link>
			<pubDate>Wed, 25 May 2011 04:43:17 +0000</pubDate>
			<dc:creator>connerjrohwer</dc:creator>
			<guid isPermaLink="false">611531@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>I have a blog on wordpress at artiststowatch.net</p>
<p>It's a music blog, however. But they paint pictures with their music ;)
</p>
]]></description>
					</item>
		<item>
			<title>thepurpledogpaintingblog on "Artist&#039;s network wanted"</title>
			<link>http://en.forums.wordpress.com/topic/artists-network-wanted#post-611416</link>
			<pubDate>Tue, 24 May 2011 23:03:17 +0000</pubDate>
			<dc:creator>thepurpledogpaintingblog</dc:creator>
			<guid isPermaLink="false">611416@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>I have an art blog I just started. I am into a more painterly approach right now though I occasionally do all sorts of methods and subjects, realism, portraits etc.<br />
As soon as I figure out how to add a blogroll, I'll add you.<br />
Your portrait is looking good and Old Alf is fantastic.<br />
cmhardin. I ended up spending a good deal of time reading your blog. Good stuff!
</p>
]]></description>
					</item>
		<item>
			<title>cmhardin on "Artist&#039;s network wanted"</title>
			<link>http://en.forums.wordpress.com/topic/artists-network-wanted#post-611308</link>
			<pubDate>Tue, 24 May 2011 19:55:34 +0000</pubDate>
			<dc:creator>cmhardin</dc:creator>
			<guid isPermaLink="false">611308@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>I'm going to add an art page to my site very soon. I do some freelance artwork and participate in street painting festivals across the country :) </p>
<p>I also write and my blog can be pretty eclectic, but I do add in some image-capture digital speed painting from time to time. </p>
<p>If you'd like, we can definitely exchange :)
</p>
]]></description>
					</item>
		<item>
			<title>sonnieharris on "Artist&#039;s network wanted"</title>
			<link>http://en.forums.wordpress.com/topic/artists-network-wanted#post-611176</link>
			<pubDate>Tue, 24 May 2011 16:02:19 +0000</pubDate>
			<dc:creator>sonnieharris</dc:creator>
			<guid isPermaLink="false">611176@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Hi</p>
<p>I use Tag Server regularly, but I can't seem to find the types of blogs that I want to read. I'm interested in portraits, painting, realism and blogs where people are producing their own stuff. </p>
<p>I'm looking to add blogs to my blogroll and hopefully, get added to a few. </p>
<p>Thanks :)</p>
<p><a href="http://inspirationjournal.wordpress.com/" rel="nofollow">http://inspirationjournal.wordpress.com/</a><br />
<a href="http://sonnieharris.com" rel="nofollow">http://sonnieharris.com</a>
</p>
]]></description>
					</item>
		<item>
			<title>chaine12 on "New Blogger: Networking to Save Your Life"</title>
			<link>http://en.forums.wordpress.com/topic/new-blogger-networking-to-save-your-life#post-503222</link>
			<pubDate>Fri, 03 Sep 2010 14:25:51 +0000</pubDate>
			<dc:creator>chaine12</dc:creator>
			<guid isPermaLink="false">503222@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>More blogs available - Look now! :)
</p>
]]></description>
					</item>
		<item>
			<title>chaine12 on "New Blogger: Networking to Save Your Life"</title>
			<link>http://en.forums.wordpress.com/topic/new-blogger-networking-to-save-your-life#post-499287</link>
			<pubDate>Sat, 21 Aug 2010 10:29:30 +0000</pubDate>
			<dc:creator>chaine12</dc:creator>
			<guid isPermaLink="false">499287@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Bump for a blog.<br />
<a href="http://conhainey.wordpress.com" rel="nofollow">http://conhainey.wordpress.com</a>
</p>
]]></description>
					</item>
		<item>
			<title>chaine12 on "New Blogger: Networking to Save Your Life"</title>
			<link>http://en.forums.wordpress.com/topic/new-blogger-networking-to-save-your-life#post-499167</link>
			<pubDate>Fri, 20 Aug 2010 23:24:56 +0000</pubDate>
			<dc:creator>chaine12</dc:creator>
			<guid isPermaLink="false">499167@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Thanks. Took a look at your blogs too! :)<br />
New blog tomorrow "The Life of The Reality TV Show" :D
</p>
]]></description>
					</item>
		<item>
			<title>balladeer on "New Blogger: Networking to Save Your Life"</title>
			<link>http://en.forums.wordpress.com/topic/new-blogger-networking-to-save-your-life#post-499102</link>
			<pubDate>Fri, 20 Aug 2010 19:42:54 +0000</pubDate>
			<dc:creator>balladeer</dc:creator>
			<guid isPermaLink="false">499102@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>I'm on my way there now and I'll leave a comment.
</p>
]]></description>
					</item>
		<item>
			<title>chaine12 on "New Blogger: Networking to Save Your Life"</title>
			<link>http://en.forums.wordpress.com/topic/new-blogger-networking-to-save-your-life#post-499050</link>
			<pubDate>Fri, 20 Aug 2010 16:24:33 +0000</pubDate>
			<dc:creator>chaine12</dc:creator>
			<guid isPermaLink="false">499050@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Hi there!,</p>
<p> I am new to this site and have just wrote and published my first blog ( Networking to Save Your Life ) here at wordpress.com. I am looking forward to meeting all who embrace me with open arms and also look forward to reading all of your blogs.</p>
<p>Cheers for reading and hope to hear from some of you, thanks!</p>
<p>- Connor.</p>
<p>Fine me at: <a href="http://facebook.com/conhainey" rel="nofollow">http://facebook.com/conhainey</a>  -  <a href="http://twitter.com/conhainey" rel="nofollow">http://twitter.com/conhainey</a>  -  [email redacted]
</p>
]]></description>
					</item>
		<item>
			<title>timethief on "participation"</title>
			<link>http://en.forums.wordpress.com/topic/participation#post-493929</link>
			<pubDate>Mon, 09 Aug 2010 19:22:32 +0000</pubDate>
			<dc:creator>timethief</dc:creator>
			<guid isPermaLink="false">493929@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Firstly as you have failed to post the link for your blog starting with http:/ we cannot click in and confirm whether or not it actually is a free blog from and being free hosted wordpress.com blog or not.  If that is the case then <a href="http://wordpress.com/tags/" rel="nofollow">http://wordpress.com/tags/</a> pages are the place to go to look for similar blogs within the community.
</p>
]]></description>
					</item>
		<item>
			<title>bclifecoach on "participation"</title>
			<link>http://en.forums.wordpress.com/topic/participation#post-493910</link>
			<pubDate>Mon, 09 Aug 2010 18:48:43 +0000</pubDate>
			<dc:creator>bclifecoach</dc:creator>
			<guid isPermaLink="false">493910@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>How can I find other bloggers with similar interests to exchange ideas with?
</p>
]]></description>
					</item>
		<item>
			<title>webmistress27 on "Finding time to social network"</title>
			<link>http://en.forums.wordpress.com/topic/finding-time-to-social-network#post-492592</link>
			<pubDate>Thu, 05 Aug 2010 19:14:19 +0000</pubDate>
			<dc:creator>webmistress27</dc:creator>
			<guid isPermaLink="false">492592@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Absolute Write is a GREAT resource, i'm very thank for meeting fellow blogger and writer here on wp.com Ed Wilson of <a href="http://www.edwilsonishere.com/" rel="nofollow">http://www.edwilsonishere.com/</a> who told me about it.
</p>
]]></description>
					</item>
		<item>
			<title>awindram on "Finding time to social network"</title>
			<link>http://en.forums.wordpress.com/topic/finding-time-to-social-network#post-491907</link>
			<pubDate>Tue, 03 Aug 2010 19:24:03 +0000</pubDate>
			<dc:creator>awindram</dc:creator>
			<guid isPermaLink="false">491907@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>A great place to find networks of other writers and readers is the Absolute Write Water Cooler forum. <a href="http://www.absolutewrite.com/forums/index.php" rel="nofollow">http://www.absolutewrite.com/forums/index.php</a>
</p>
]]></description>
					</item>
		<item>
			<title>timethief on "Finding time to social network"</title>
			<link>http://en.forums.wordpress.com/topic/finding-time-to-social-network#post-491860</link>
			<pubDate>Tue, 03 Aug 2010 17:02:43 +0000</pubDate>
			<dc:creator>timethief</dc:creator>
			<guid isPermaLink="false">491860@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Get a Twitter account, locate the large and general social networks you wish to join and then register. Look also for niche forums, online groups, and small social networks and then create a social media time management strategy.<br />
<a href="http://onecoolsitebloggingtips.com/2009/01/08/social-media-time-management-strategy/" rel="nofollow">http://onecoolsitebloggingtips.com/2009/01/08/social-media-time-management-strategy/</a><br />
If you are a writer or poet focused on improving your writing, getting published or selling your published work,  then you may wish to locate and join smaller social networks specifically for writers and readers. I dedicated some time to researching this topic<br />
<a href="http://onecoolsitebloggingtips.com/2010/06/26/promoting-your-writing-or-poetry-blog/" rel="nofollow">http://onecoolsitebloggingtips.com/2010/06/26/promoting-your-writing-or-poetry-blog/</a><br />
Lulu.com lets you make, self-publish, print and sell print-on-demand books, e-books, photo books and calendars with free book publishing.
</p>
]]></description>
					</item>

	</channel>
</rss>
