Here is a quick little tutorial to help show you how to navigate to our archives and categories. We utilize an Ajax sliding menu so that our website will not be cluttered up with administrative drivel, but the information is all still here. The magic of Ajax just keeps it tidily away in a drawer.
The holidays slowed me down just a bit, but here is the video demonstration and walk through of the upgraded WindowsLiveWriter 2.0.
When I made the video, I could not find the ability to add categories on the fly from Windows Live Writer. Since making the video, I have learned that I cannot add categories on the fly for WordPress blogs, but I can add categories on the fly for blogger blogs. Not sure why yet, or if there is some permission setting that I need to change in WordPress.
If you have seen this or better yet, solved it, please drop us a comment, we’d be glad to feature your solution and help promote it to the WindowsLiveWriter community!
Say you want to create a feed on each track of a category from your content management system (aka blog). (I’ll explain why in a separate Article.)
You have to do a few things to achieve this easily and successully.
1. You have to setup your Permalink structure ahead of time with a custom structure. This structure should include /%category%/
Example: here’s one I use
/%year%/%monthnum%/%day%/%category%/%postname%/
In addition to setting up a feed option on categories its good for Google PR reasons as well, as you category becomes part of the file name.
Go to Wordpress, Select Options > Permalinks >create custom structure
You will also need to copy the code that will be generated and add it to your .htaccess file and upload it via ftp (just the once)
This is the hardest step, everything else is very easy!
2. Then in your blog simply type your url for your blog
ex. mydomain.com/wordpress/
Then in the address bar add the category name and then /feed/
ex. mydomain.com/wordpress/webtips/feed/
3. Now you have a feed! You can take that feed address and burn it into a specialty on Buzz Boost and then you can really do some fancy things outside of your blog!
You are currently browsing the Top 10 Tech Web Tips weblog archives for the Category Management category.