<?xml version="1.0" encoding="utf-8"?>
<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>MarsEdit - Red Sweater Forums</title>
      <link>http://www.red-sweater.com/forums/categories/marsedit/p3/feed.rss</link>
      <pubDate>Mon, 20 May 13 00:00:50 -0400</pubDate>
         <description>MarsEdit - Red Sweater Forums</description>
   <language>en-CA</language>
   <atom:link href="/forums/discussions/feed.rss" rel="self" type="application/rss+xml" />
   <item>
      <title>Will MarsEdit ever have emoticons on their toolbar?</title>
      <link>http://www.red-sweater.com/forums/discussion/2386/will-marsedit-ever-have-emoticons-on-their-toolbar</link>
      <pubDate>Fri, 04 Jan 2013 12:04:53 -0500</pubDate>
      <dc:creator>daisybelle</dc:creator>
      <guid isPermaLink="false">2386@/forums/discussions</guid>
      <description><![CDATA[MarsEdit is such a great blogging platform, but I do miss emoticons, which I used with Windows LiveWriter. Will they ever be available so that we can customize our toolbar with them?<br /><br />Is there a workaround to get those smileys imbedded into MarsEdit blog posts now?  <br /><br />Thanks for any information you can give me.]]></description>
   </item>
   <item>
      <title>Adding Files Instead of Images</title>
      <link>http://www.red-sweater.com/forums/discussion/2399/adding-files-instead-of-images</link>
      <pubDate>Sat, 02 Feb 2013 11:14:30 -0500</pubDate>
      <dc:creator>mole555</dc:creator>
      <guid isPermaLink="false">2399@/forums/discussions</guid>
      <description><![CDATA[I'm new to MarsEdit. Just downloaded today. I'm trying to upload PDFs and Word documents to a blog post. However, when I add a folder in the Media section, only images appear. When I open the folder with PDFs in it, nothing appears. Any suggestions? Thanks.]]></description>
   </item>
   <item>
      <title>How to fill Yoast WordPress SEO plugin custom fields in MarsEdit [TUTORIAL]</title>
      <link>http://www.red-sweater.com/forums/discussion/2400/how-to-fill-yoast-wordpress-seo-plugin-custom-fields-in-marsedit-tutorial</link>
      <pubDate>Sat, 02 Feb 2013 21:37:26 -0500</pubDate>
      <dc:creator>Parneix</dc:creator>
      <guid isPermaLink="false">2400@/forums/discussions</guid>
      <description><![CDATA[I posted that on WordPress.org Forum as well. I didn’t come with the solution by myself but instead I owe it to a previous thread published in this forum: see <a href="http://www.red-sweater.com/forums/discussion/1921/custom-fields-not-saved-by-wordpress/p1" target="_blank" rel="nofollow">http://www.red-sweater.com/forums/discussion/1921/custom-fields-not-saved-by-wordpress/p1</a><br /><br />* * *<br /><br />The instructions displayed below were tested on WordPress 3.5.1 with MarsEdit 3.5.8 It’s quite easy and involves two steps: 1) Edit the meta.php file in your WordPress installation; 2) Edit the MarsEdit setting for your WordPress blog in order to configure Yoast’s plugin custom fields. All in all it should take you five to fifteen minutes. Faster if you’re familiar with editing PHP file.<br /><br />1) First using an FTP client go to the root folder of your WordPress installation and locate the folder wp-includes;<br /><br />2) In this folder, locate the file meta.php Just to be safe download a copy of it: if something goes wrong during the editing, you will always be able to revert back to the original file.<br /><br />3) Using an editor (such as TextWrangler or TextMate) open the meta.php file and perform a search for “is_protected_meta” You should be able to find the following snippet of code around line no. 854:<br /><br />/**<br /> * Determine whether a meta key is protected<br /> *<br /> * <a href="/forums/profile/since">@since</a> 3.1.3<br /> *<br /> * <a href="/forums/profile/param">@param</a> string $meta_key Meta key<br /> * <a href="/forums/profile/return">@return</a> bool True if the key is protected, false otherwise.<br /> */<br />function is_protected_meta( $meta_key, $meta_type = null ) {<br />	$protected = ( '_' == $meta_key[0] );<br /><br />	return apply_filters( 'is_protected_meta', $protected, $meta_key, $meta_type );<br />}<br /><br />You don’t need to change everything only the line that start with `$protected` This WHOLE line should be changed to the following:<br /><br />$protected = (( '_' == $meta_key[0] ) &amp;&amp; ( strpos($meta_key, "_yoast") !== 0));<br /><br />That’s it. You’re done with editing your meta.php file.<br /><br />4) Now head over to MarsEdit. In the Main Window (Window&gt;Main Window), locate your WordPress blog in the column on the left (it may be the only one or you may have multiple blog set there running on various platforms). <br /><br />5) Right-click on its name and choose “Edit settings” from the drop-down menu that appears.<br /><br />6) In the “Edit settings” window, choose the tab completely on the right: “Custom Fields”<br /><br />7) Depending on how you use Yoast’s plugin (which official name is “WordPress SEO”) you need to create three or four of those custom fields. I don’t use meta keywords, so I only need three. For each of those field whose name will appear in the left column, you’ll need to assign a “Server Custom Field Name” in the right column. I did it like this (the dots are only there to replicate the table: they divide between the left and right column you’ll find under the “Custom Fields” tab:<br /><br />SEO Title.........._yoast_wpseo_title<br />SEO Desc........._yoast_wpseo_metadesc<br />SEO FW............_yoast_wpseo_focuskw<br /><br />Click “OK” (lower right) and you’re done. It worked for me. What it does is fill Yoast’s plugin fields on WordPress with the proper value you will have created in MarsEdit. You can test it simple by creating a test post in MarsEdit: fill all the fields with the value you want, set the post for “draft” instead of “publish” and send it to your blog. Then, head over to your WordPress dashboard to see if all the fields are there.<br /><br />Hope it helps some of you.<br /><br />P.]]></description>
   </item>
   <item>
      <title>WordPress Security and MarsEdit: adding server password to wp-admin</title>
      <link>http://www.red-sweater.com/forums/discussion/2233/wordpress-security-and-marsedit-adding-server-password-to-wp-admin</link>
      <pubDate>Mon, 23 Apr 2012 11:49:44 -0400</pubDate>
      <dc:creator>Parneix</dc:creator>
      <guid isPermaLink="false">2233@/forums/discussions</guid>
      <description><![CDATA[Hi,<br /><br />I would like to add an .htaccess file to the wp-admin folder of my installation in order to protect the login process with an additional password (server side). I was wondering though if MarsEdit –which I love to use– would still be able to upload post to my WordPress blog.<br /><br />Thanks!<br /><br />P.]]></description>
   </item>
   <item>
      <title>Help for MarsEdit for non technical new user</title>
      <link>http://www.red-sweater.com/forums/discussion/2397/help-for-marsedit-for-non-technical-new-user</link>
      <pubDate>Thu, 31 Jan 2013 04:17:03 -0500</pubDate>
      <dc:creator>handforthblogger</dc:creator>
      <guid isPermaLink="false">2397@/forums/discussions</guid>
      <description><![CDATA[Hi,<br />I've downloaded a trial version of MarsEdit for my MacBook and am learning how to use it but there are no Help or Setting buttons. I've seen both referred to in the forums, but on mine I have none!<br />Advice needed.]]></description>
   </item>
   <item>
      <title>How to start</title>
      <link>http://www.red-sweater.com/forums/discussion/2394/how-to-start</link>
      <pubDate>Wed, 16 Jan 2013 23:24:43 -0500</pubDate>
      <dc:creator>RetiringFellow</dc:creator>
      <guid isPermaLink="false">2394@/forums/discussions</guid>
      <description><![CDATA[I am asked the name of my blog and I put in the one I have jsut made up and the URL. how do I go about getting this? Sorry to be so basic....]]></description>
   </item>
   <item>
      <title>Capitalize New Sentence</title>
      <link>http://www.red-sweater.com/forums/discussion/2389/capitalize-new-sentence</link>
      <pubDate>Thu, 10 Jan 2013 22:34:01 -0500</pubDate>
      <dc:creator>witzer</dc:creator>
      <guid isPermaLink="false">2389@/forums/discussions</guid>
      <description><![CDATA[Hi Daniel<br /><br />I am trying to look for any settings that will format the new sentence with capital letter. Currently I couldn't find it or did I miss out anything? I've got TextExpander and set Capitalize New Sentence on. Somehow Marsedit does not seem to be affected by the TextExpander setting. <br /><br />What is the setting it Marsedit to capitalize new sentence?]]></description>
   </item>
   <item>
      <title>Please update date in Drafts view....</title>
      <link>http://www.red-sweater.com/forums/discussion/1493/please-update-date-in-drafts-view-</link>
      <pubDate>Wed, 02 Jun 2010 10:56:00 -0400</pubDate>
      <dc:creator></dc:creator>
      <guid isPermaLink="false">1493@/forums/discussions</guid>
      <description><![CDATA[Heya,<br /><br />So, I'm over my near heart attack of a few minutes ago.... and, no hard feelings. ;-)<br /><br />I had spent a few hours editing an existing Wordpress Page, saving (but not publishing) as I went.<br /><br />I made some changes I didn't like, and closed the window w/o saving the changes.<br /><br />Then I double-clicked the existing Page in the Main Window, and felt viscerally ill when I saw the old Page load into the edit window. And I mean OLD, like, "Wow, when is this version from?"<br /><br />Went to drafts (which is a pretty long list) and sorted by date, but nothing from today. When I scrolled around in drafts and the date on this page showed last July, when I first posted the page. Around then I think I screamed out loud and my vision got a little blurry and I felt sorta dizzy....<br /><br />But it turns out the draft was current.<br /><br />Yea!!<br /><br />But wow, what a scare. Could maybe the draft dates be updated on save? There may be a reason not to, but let's balance that against this sort of potential panic, please. <br /><br />Cheers,<br />Michael J.]]></description>
   </item>
   <item>
      <title>Upload drafts to Blogger</title>
      <link>http://www.red-sweater.com/forums/discussion/2388/upload-drafts-to-blogger</link>
      <pubDate>Wed, 09 Jan 2013 23:28:24 -0500</pubDate>
      <dc:creator>cozy</dc:creator>
      <guid isPermaLink="false">2388@/forums/discussions</guid>
      <description><![CDATA[Hello, I have a question, which I am not sure how to word in the search.  What I'd like to do is to be able to work on a post on my MacBook Pro, upload the draft to Blogger, and continue working on it via my iPad or iPhone via the Blogger app.  I have downloaded the trial version of Ecto only to find that this function isn't available.  If I can do this in MarsEdit, I will purchase it tonight.  Thanks]]></description>
   </item>
   <item>
      <title>Squarespace 6 blogs</title>
      <link>http://www.red-sweater.com/forums/discussion/2291/squarespace-6-blogs</link>
      <pubDate>Sun, 15 Jul 2012 18:11:31 -0400</pubDate>
      <dc:creator>ploafmaster</dc:creator>
      <guid isPermaLink="false">2291@/forums/discussions</guid>
      <description><![CDATA[Hi there,<br /><br />I was wondering whether anybody had set up a Squarespace 6 blog with manual settings. I tried the auto-detection method and it didn't seem to work, but I can't seem to find the API endpoint URL and blog ID the way folks have indicated (I think that info is elsewhere for Squarespace 6).<br /><br />Any help?]]></description>
   </item>
   <item>
      <title>Log-in to Google Account loop</title>
      <link>http://www.red-sweater.com/forums/discussion/2339/log-in-to-google-account-loop</link>
      <pubDate>Mon, 01 Oct 2012 23:11:14 -0400</pubDate>
      <dc:creator>Helen</dc:creator>
      <guid isPermaLink="false">2339@/forums/discussions</guid>
      <description><![CDATA[When I try to upload my post to my blog, the "Please Log In" window just continually asks me to enter my password, even though MarsEdit indicates that my post IS uploading. Is this normal? My blog is through blogger, which takes an inordinate time to do anything (one of the reasons I am trying MarsEdit) but I worry that it's not uploading. <br />My apologies if this has been answered elsewhere, but I'm a newbie and couldn't find an answer in the first four pages of the MarsEdit forums.  ]]></description>
   </item>
   <item>
      <title>Can&#039;t set post status to unpublished in MarsEdit 3.5.8</title>
      <link>http://www.red-sweater.com/forums/discussion/2365/cant-set-post-status-to-unpublished-in-marsedit-3-5-8</link>
      <pubDate>Tue, 13 Nov 2012 19:44:01 -0500</pubDate>
      <dc:creator>professormac</dc:creator>
      <guid isPermaLink="false">2365@/forums/discussions</guid>
      <description><![CDATA[I just upgraded MarsEdit to the latest version and now no longer have the ability to set my post status to unpublished. The only option in the drop-down menu is published. This is very inconvenient. Is this a bug or an intentional 'downgrade'? (I use Squarespace by the way). Cheers]]></description>
   </item>
   <item>
      <title>Format menu &quot;align&quot; in html view?</title>
      <link>http://www.red-sweater.com/forums/discussion/2385/format-menu-align-in-html-view</link>
      <pubDate>Tue, 01 Jan 2013 12:28:39 -0500</pubDate>
      <dc:creator>Rod</dc:creator>
      <guid isPermaLink="false">2385@/forums/discussions</guid>
      <description><![CDATA[Why is it that the Format menu (menu bar or contextual) displays the Alignment sub-menu grayed out in html mode? It apparently can only be used in Rich Text mode. I do most of my writing in html mode, but some html commands that I seldom use are hard to remember. I don't see any particular reason why selected text can't be formatted in html mode just as block quotes, etc. are. Am I missing something or doing something wrong?<br /><br />(My workaround is to open a new post, switch to Rich text mode, copy the html code, then close that post without saving, and paste into the post being written/edited. That works, but it's a real pain.)<br /><br />Thanks,<br /><br />Rod<br />]]></description>
   </item>
   <item>
      <title>WooTumblog support ?</title>
      <link>http://www.red-sweater.com/forums/discussion/1976/wootumblog-support-</link>
      <pubDate>Sat, 30 Jul 2011 14:01:37 -0400</pubDate>
      <dc:creator>Cafeine</dc:creator>
      <guid isPermaLink="false">1976@/forums/discussions</guid>
      <description><![CDATA[Hello !<br /><br />I just launched a reworked version of my blog (<a href="http://www.cafzone.net" target="_blank" rel="nofollow">http://www.cafzone.net</a> if you want to see the result) and I wanted to know if MarsEdit can support the Tumblog "categories" ? <br /><br />With the custom fields, I managed to make it ALMOST work, but I still miss the tumblog stuff.  :/<br /><br />Check those pics -&gt;<br /><br />WP Admin : <a href="http://dl.dropbox.com/u/1553796/_tumblog_admin.jpg" target="_blank" rel="nofollow">http://dl.dropbox.com/u/1553796/_tumblog_admin.jpg</a><br />ME Post edit : <a href="http://dl.dropbox.com/u/1553796/_ME_admin.jpg" target="_blank" rel="nofollow">http://dl.dropbox.com/u/1553796/_ME_admin.jpg</a><br /><br />The missing part is the "tumblogs" categories at the bottom of the sidebar in WP Admin.<br /><br />Btw, you need to update that UI so all the custom fields don't "uglify" it that much. ;)<br /><br />Thanks for you help.<br /><br />PS : Marsedit maybe my most used software since my 1st Macbook Pro around 2005. Thx again for that awesome software and the AWESOME anti-crash feature years before Lion. Saved my ass more than once. :)]]></description>
   </item>
   <item>
      <title>MarsEdit + Wordpress.com + Code Syntax highligting</title>
      <link>http://www.red-sweater.com/forums/discussion/2208/marsedit-wordpress-com-code-syntax-highligting</link>
      <pubDate>Tue, 03 Apr 2012 16:07:51 -0400</pubDate>
      <dc:creator>einari</dc:creator>
      <guid isPermaLink="false">2208@/forums/discussions</guid>
      <description><![CDATA[Hi,<br />I have the latest and greatest of MarsEdit and is looking at migrating some old blog with code in it over to a new wordpress.com blog I've set up. Problem is syntax highlighting of this code. Wordspress supports the [sourcecode] tags, but MarsEdit adds <br /> and other formatting within those tags and it really screws up when it gets published.<br /><br />Is there anything I can do to avoid MarsEdit from doing this, or a plugin for MarsEdit that enables code blocks or something. I'd really love to avoid having to dive into HTML to be able to do this.]]></description>
   </item>
   <item>
      <title>Using MarsEdit to publish posts results in double tweeting of post via Feedburner</title>
      <link>http://www.red-sweater.com/forums/discussion/2371/using-marsedit-to-publish-posts-results-in-double-tweeting-of-post-via-feedburner</link>
      <pubDate>Fri, 23 Nov 2012 16:33:40 -0500</pubDate>
      <dc:creator>iicblog</dc:creator>
      <guid isPermaLink="false">2371@/forums/discussions</guid>
      <description><![CDATA[Hi Guys,<br /><br />We use Feedburner to auto send tweets of newly published posts to twitter.<br /><br />Recently, we've been seeing double tweets of posts on twitter. I think it is related to MarsEdit whenever we use the program to publish posts. Today, we saved posts as drafts and published from within Wordpress--no duplicate tweets. <br /><br />We're going to do more testing to see if it is indeed MarsEdit or not. ANyone else experiencing this?]]></description>
   </item>
   <item>
      <title>syntax highlighting and marsedit</title>
      <link>http://www.red-sweater.com/forums/discussion/1960/syntax-highlighting-and-marsedit</link>
      <pubDate>Sun, 24 Jul 2011 14:45:14 -0400</pubDate>
      <dc:creator>ddosen</dc:creator>
      <guid isPermaLink="false">1960@/forums/discussions</guid>
      <description><![CDATA[I'm hoping there is a simple setting I can change to fix this...<br /><br />I'm using MarsEdit (v3.3.1) to publish to a Wordpress (v3.2.1) blog using SyntaxHighlighter (SyntaxHighlighter Evolved v3.1.3)<br /><br />When I create post that has embedded code and save it locally, the preview in Mars Edit doesn't look how it will on the web, but that's OK - as I can still edit the code in HTML view.  It will be formatted correctly by the server.  For example, here's a post with code, I've saved locally, then pushed to the server, and everything looked fine:<br /><a href="http://cl.ly/372K0v1C3p381j1G0L0P" target="_blank" rel="nofollow">http://cl.ly/372K0v1C3p381j1G0L0P</a><br /><br />Unfortunately, if I want to round-trip the post, and edit it from Marsedit after it's been published, many of the syntax characters get escaped when I open the entry to edit:<br /><a href="http://cl.ly/0s2x0W2F1B0K0q1D0S13" target="_blank" rel="nofollow">http://cl.ly/0s2x0W2F1B0K0q1D0S13</a><br /><br />Which means I can't round trip an entry.  I saw a previous post on the form that required newer versions of php and libxml2 (of which I'm running new versions, 5.3.7 and 2.7.8 respectively...)<br /><br />Any idea what's causing this?<br /><br />Thanks in advance,<br />Dan<br />]]></description>
   </item>
   <item>
      <title>MarsEdit for the iPad?</title>
      <link>http://www.red-sweater.com/forums/discussion/1353/marsedit-for-the-ipad</link>
      <pubDate>Sat, 30 Jan 2010 15:09:33 -0500</pubDate>
      <dc:creator></dc:creator>
      <guid isPermaLink="false">1353@/forums/discussions</guid>
      <description><![CDATA[Daniel, I have to ask: will there be a MarsEdit for the iPad? Seems to me that this would be an ideal combination for on-the-move blogging. As personal computing moves inexorably towards the iPhone-inspired gestural interface, isn't this the time to jump in?]]></description>
   </item>
   <item>
      <title>Is Mars Edit stripping quote marks?</title>
      <link>http://www.red-sweater.com/forums/discussion/2237/is-mars-edit-stripping-quote-marks</link>
      <pubDate>Wed, 25 Apr 2012 21:38:25 -0400</pubDate>
      <dc:creator>Rod</dc:creator>
      <guid isPermaLink="false">2237@/forums/discussions</guid>
      <description><![CDATA[I seem to remember something like this a long time ago, but I just realized that all my single, straight quote marks are being stripped out when I post to WordPress. At first I thought there were just a couple of careless typos, but after manually fixing these in Mars Edit and reposting, they are gone again. Smart quotes and double quotes (straight/dumb or curly/smart) are not affected. If I edit the post in WordPress (a pain!), they are fine. Any ideas?]]></description>
   </item>
   <item>
      <title>Why do we need MarsEdit ?</title>
      <link>http://www.red-sweater.com/forums/discussion/2309/why-do-we-need-marsedit-</link>
      <pubDate>Sat, 25 Aug 2012 01:10:14 -0400</pubDate>
      <dc:creator>mc2</dc:creator>
      <guid isPermaLink="false">2309@/forums/discussions</guid>
      <description><![CDATA[I have been using WordPress for a while, and found it is not at all  "user friendly" or "intuitive", but then I used a Web hotel (for a small fee 10 USD / year + domain name)  which made it easier and they have also other options to publish on the net. I have also tried MarsEdit which is supposed to make it easier, but it is in fact adding in complexity. <br />So who is using MarsEdit ?]]></description>
   </item>
   <item>
      <title>Joomla support</title>
      <link>http://www.red-sweater.com/forums/discussion/969/joomla-support</link>
      <pubDate>Mon, 10 Nov 2008 20:37:36 -0500</pubDate>
      <dc:creator></dc:creator>
      <guid isPermaLink="false">969@/forums/discussions</guid>
      <description><![CDATA[I am wondering if anyone has been able to natively connect and post to a Joomla site with MarsEdit?<br />I have read several "hacks" and workarounds, but have not seen anything regarding direct support.<br />Any help would be appreciated.<br />Thanks]]></description>
   </item>
   <item>
      <title>Setting Featured Image in WordPress</title>
      <link>http://www.red-sweater.com/forums/discussion/2375/setting-featured-image-in-wordpress</link>
      <pubDate>Thu, 29 Nov 2012 08:01:39 -0500</pubDate>
      <dc:creator>dixonge</dc:creator>
      <guid isPermaLink="false">2375@/forums/discussions</guid>
      <description><![CDATA[I was surprised to run across an app which claims to have this ability. After discussion with the developer they say this feature was added in 3.4 back in June. I did some searching and came up with this:<br /><br /><a href="http://codex.wordpress.org/Version_3.4" target="_blank" rel="nofollow">http://codex.wordpress.org/Version_3.4</a> (down near the bottom of that page)<br /><br /><a href="http://core.trac.wordpress.org/ticket/15098" target="_blank" rel="nofollow">http://core.trac.wordpress.org/ticket/15098</a><br /><br />Does this help?]]></description>
   </item>
   <item>
      <title>Can &quot;refresh&quot; append to the local cache, instead of overwriting it?</title>
      <link>http://www.red-sweater.com/forums/discussion/2383/can-refresh-append-to-the-local-cache-instead-of-overwriting-it</link>
      <pubDate>Mon, 10 Dec 2012 22:53:56 -0500</pubDate>
      <dc:creator>bleepnik</dc:creator>
      <guid isPermaLink="false">2383@/forums/discussions</guid>
      <description><![CDATA[Heya, Daniel. In another thread, you said,<br /><br /><em>Generally speaking when you refresh, it overwrites the local "cache" of posts with the most recent posts from your blog.</em><br /><br />Because of this, I have my (Tumblr) blog settings set to something silly like 200, instead of the recommended 10-30. This currently covers all my posts, but eventually I know I'm going to have to increase it to something even sillier. Is there any way that refreshing can append to the local cache instead of overwriting it? This is especially important because, since I can only use MarsEdit on my Mac, it's a near certainty that I'm going to be blogging using other platforms and clients and wanting to later make sure those posts are brought into MarsEdit. That way, I could keep the setting at 10 and not have to worry about the existing cache disappearing.<br /><br />Thanks for your consideration,<br />Nik]]></description>
   </item>
   <item>
      <title>How to set font size of edit window, and in post to blog.</title>
      <link>http://www.red-sweater.com/forums/discussion/2366/how-to-set-font-size-of-edit-window-and-in-post-to-blog-</link>
      <pubDate>Wed, 14 Nov 2012 18:53:54 -0500</pubDate>
      <dc:creator>denise</dc:creator>
      <guid isPermaLink="false">2366@/forums/discussions</guid>
      <description><![CDATA[I have been using MarsEdit for over two years and initially set it up with large fonts in the edit window. All was working well, but now I notice that the fonts are small and when I post to my blog, the fonts override my SquareSpace design font styling. I've gone back to version 3.5.6 because I missed the Draft function, but would like to have the font features again as well.<br />Has something changed?]]></description>
   </item>
   <item>
      <title>How get auto-detect URL to work?</title>
      <link>http://www.red-sweater.com/forums/discussion/2380/how-get-auto-detect-url-to-work</link>
      <pubDate>Wed, 05 Dec 2012 20:06:35 -0500</pubDate>
      <dc:creator>Beestly</dc:creator>
      <guid isPermaLink="false">2380@/forums/discussions</guid>
      <description><![CDATA[The auto-detect URL is not working for a site: <a href="http://www.acceleratehealthpc.com" target="_blank" rel="nofollow">http://www.acceleratehealthpc.com</a>. I tried adding the xmlrpc.php for the API endpoint but it hasn't helped. Any idea? ]]></description>
   </item>
   <item>
      <title>Tumblr - images and posts</title>
      <link>http://www.red-sweater.com/forums/discussion/2381/tumblr-images-and-posts</link>
      <pubDate>Thu, 06 Dec 2012 01:51:59 -0500</pubDate>
      <dc:creator>Evermore707</dc:creator>
      <guid isPermaLink="false">2381@/forums/discussions</guid>
      <description><![CDATA[If i try and add a image to upload as a post with mars edit, the "kind" category changes to photo. If I upload, it has no title and the font is wrong/ overly small.  Why can't a uploaded post with a image uploaded follow the post template of tumblr?]]></description>
   </item>
   <item>
      <title>Not seeing all my posts</title>
      <link>http://www.red-sweater.com/forums/discussion/2382/not-seeing-all-my-posts</link>
      <pubDate>Thu, 06 Dec 2012 09:02:11 -0500</pubDate>
      <dc:creator>Casey</dc:creator>
      <guid isPermaLink="false">2382@/forums/discussions</guid>
      <description><![CDATA[Not sure what's up, but it's happened a few times.  Last night I worked on the blog and all the upcoming scheduled posts, and today's already published posts show in my list.  This morning I can't see any post before 12/9.  I ended up having to go through wordpress dashboard to make a last minute correction on this mornings post.<br /><br />Any clue why my saved/published posts don't show up in my post list from time to time?]]></description>
   </item>
   <item>
      <title>Image Captions for Wordpress</title>
      <link>http://www.red-sweater.com/forums/discussion/2378/image-captions-for-wordpress</link>
      <pubDate>Sat, 01 Dec 2012 21:22:38 -0500</pubDate>
      <dc:creator>holgerheinze</dc:creator>
      <guid isPermaLink="false">2378@/forums/discussions</guid>
      <description><![CDATA[Another question for image handling I haven't been able to find in the forums:<br /><br />How can I set captions for all Image that I upload using Marsedit? The captions are very important for SEO, as I am sure is well known, and opening every single image in the Wordpress web backend to add captions kind of takes away the advantage to use Marsedit. <br /><br />Again: maybe I am just missing something?<br /><br />Thanks in advance for any advice!<br />Holger]]></description>
   </item>
   <item>
      <title>Controlling where Tumblr Posts are relayed</title>
      <link>http://www.red-sweater.com/forums/discussion/2376/controlling-where-tumblr-posts-are-relayed</link>
      <pubDate>Thu, 29 Nov 2012 16:18:03 -0500</pubDate>
      <dc:creator>lovelifepractice</dc:creator>
      <guid isPermaLink="false">2376@/forums/discussions</guid>
      <description><![CDATA[I'm trying to figure out if there are ways to use MarsEdit to manage a couple of tumblr blogs I run for clients. The thing is, I'd like to be able to schedule out posts to go on a delay, and I'd also like to control whether or not a post is relayed to the company's twitter feed or facebook page. Both can be done via the twitter webpage, but I'm greedy...I'd like an all-in-one client for the WP blogs I also run.<br /><br />Is the tumblr API keeping this close to their chests as well as the photo issue?]]></description>
   </item>
   <item>
      <title>WP 3.4.2: Get Recent Posts error</title>
      <link>http://www.red-sweater.com/forums/discussion/2374/wp-3-4-2-get-recent-posts-error</link>
      <pubDate>Wed, 28 Nov 2012 12:12:10 -0500</pubDate>
      <dc:creator>mkalina</dc:creator>
      <guid isPermaLink="false">2374@/forums/discussions</guid>
      <description><![CDATA[Hi,<br /><br />I keep getting a "get recent posts error" when MarsEdit connects to my WordPress blog. The error message is this:<br /><br />&gt; Can’t get recent posts for mkln.org because the server reported an error: server error. requested method metaWeblog.getRecentPosts does not exist.<br /><br />I checked the settings for my site and everything looks good. API Endpoint URL is <a href="https://mkln.org/xmlrpc.php" target="_blank" rel="nofollow">https://mkln.org/xmlrpc.php</a> - which is perfect. Everything else is also fine.<br /><br />I have also checked whether I have XML-RPC activated - I do. I use several Plugins but to my knowledge non of these interferes with XML-RPC.<br /><br />Could you point me into a direction on where to look next to find out what is blocking communication between MarsEdit and my site?<br /><br />Thank you,<br />Michael]]></description>
   </item>
   </channel>
</rss>