Okay, through some experimentation and lots of frustration... haven’t figured it out, but have discovered some interesting things...
After creating a blog entry or a news story... both using NewsEditor, it is still just appending the raw id to the end of the domain... something.com/32. After I edit and save a file in the manager, any file, doesn’t even have to be the blog or news story, and then refresh the front end, the proper URL shows for the blog entry or news item... something.com/blog/article-1164680020
But I’m no closer to figuring out the cause..... open for any ideas! :’(:’(
[!Ditto? &startID=`2` &summarize=`2` &total=`20` &commentsChunk=`JotComments`!]
[!NewsEditor? &folder=`2` &postid=`2` &canpost=`Site Admins` &formtpl=`FormBlog` &footertpl=`JotComments` &makefolder=`1` &rtcontent=`tvrteContent`!]

I’m seeing 2 issues with NewsManager.
First:
The buttons listed on the actual NewsManager page are:
- Show
- Edit
- Delete
- Move on Top
- ???
- Unpublish
I know item #5 is ’hide/show in menu’, but where do I edit the NewsManager snippet to actually show me the value for this button?
Second:
When I create a new news item through the News Editor, it automatically get dropped in the root of my document tree instead of in the folder I specified as my News folder.
Other than that, this is a brilliant snippet!
<div class="nm_button">
<!-- Hide/show in menu -->
<form name="formhide" method="post" action="">
<input name="hidemenuvalue" type="hidden" value="[+hidevalue+]" />
<input name="hidemenuid" type="hidden" value="[+id+]" />
<input type="submit" class="button" name="hidemenu" value="[+hidemenu+]" />
</form>
</div>
The NewsEditor snippet must have &folder set to the news folder id, did you do that? If yes can you send the code of the newsmanager the newseditor call?
[!NewsEditor? &folder='26' &postid=`64` !]
[!NewsManager? &folder=`26` &editformid=`65` !] <p><a href="[~65~]">Create new post.</a></p>