• Im trying to switch from b2 to wordpress. Is there a way to make the blog just plain text with links but not any styles? Is it possible?
    Um, like this except for wordpress: http://www.wirrux.com/bin/b2/b2include.php
    is it possible to make it exactly like that? or is the “filed under: category – user @ time – edit this” always has to be there to work?
    Thanks for you replies!

Viewing 3 replies - 1 through 3 (of 3 total)
  • If you just remove the wp-layout.css file that should get rid of all styles. Or better still, remove the reference to it in index.php (lines 14-16). Then to get rid of the “Filed under” try deleting line 40 of index.php (div class=”meta” etc.) If you don’t want different categories you can also delete lines 69-73, that’s the code to list categories. You’ll still have the ability to create different categories in the backend, but as long as you don’t do that, I think that should do what you want.
    Hope this helps.

    The file wp.php is what you are looking for. Just configure it to your liking and rename the php file to something you like.

    Thread Starter wirrux

    (@wirrux)

    ok thanks so much!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘plain text?’ is closed to new replies.