![]() |
Newbie tutorial: Changing a WP template into a Blogs Organizer template
Here I show you step by step how to transform a wordpress template into a Blogs Organizer template.
Prepare your site in Blogs Organizer. Go to 'Regular Blogs > Add New' and fill out all the fields. At 'Blog Template' just choose anyone, it doesn't matter which one you take at this point, it will change anyway. After setting everything up press 'ADD' at the bottom of the page. Before you continue working with Blogs Organizer choose a wordpress template of your choice. Wordpress templates look difficult because it uses include for the header, footer and so on, forget about that just copy the source code of the RENDERED wordpress template into your favorite text editor. Now go back to Blogs Organizer and scroll down the page until you see the section '* Main Template:' Above the content part of this section you see all the tokens you can use in the blog template. Copy %%TITLE%% and place it in the title tag of the template you have in your text editor. Let's say (since we used the already rendered wordpress template) there is already a title like for example: Code:
<title>This title was here already</title> Code:
<title>%%TITLE%%</title> another template, the 'Link Trades Template' which you find right above the 'Main Template'. Now comes something some newbies might find complicated. You need to understand the 'loop' in blogs. Take a look at the content part in the template you have in your text editor. Most blog templates are mostly CSS templates and very often the content part of such a blog is within a 'content' div: Code:
<div id="content"> Code:
<div class="entry"> Let's take a look at a sample post: Code:
<div class="entry"> Code:
<small>October 24th, 2005 <!-- by Matt --></small> Code:
<small>%%DATE%%</small> Code:
<p class="postmetadata">Posted in %%CATEGORIES%%</p> Code:
<div class="entry"> Now copy this post template and past the code into the '* Post Template:' section of Blogs Organizer. We deleted everything in the content section of the wordpress template before, remember? Now it's time to place another token right in the content section. In Blogs Organizer there is a token available in the main template section called %%POSTS%%. Put this in the content part of your wordpress template now, it should look similar to this: Code:
<div id="content"> copy the whole wordpress template from your editor and replace the existing content from '* Main Template:' in Blogs Organizer with it. Click update at the bottom of the page. Upload your blog files where you want your blog to appear. Now you will notice that you blog will look fucked up, simply because we didn't upload the images and the css file of the wordpress template yet (in case it has images). So upload the images and the css file and make sure the paths in the template are correct... This is it actually, this might look much for a newbie but once you actually understand it (this will happen if you just do it a couple of times) the whole procedure shouldn't take longer than 5 minutes... thx for your attention :-) |
don't know how many people post to lots of blogs...and if they've tried more than one prog. to do the job, like the one mentioned above... but I wonder what the thoughts would be on this one...
Freeware powerful blog editor for WordPress, Typepad, MovableType and other blogs. Automates images uploading support (Flickr, ImageShack, FTP). Integrates with Firefox, IE, Word, RSS Bandit, FeedDemon, Sharp Reader. Provides assistance in managing existing posts, adding links from Amazon. Quick Snippets feature automates commonly typed texts and helps to auto-link referenced resources, and much much more!!! click here to goto download.com post2blog download page |
thanks, good tutorial
|
Nice info you got there, thanks !
|
All times are GMT -7. The time now is 04:55 AM. |
Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
©2000-, AI Media Network Inc123