snook789
Forum Replies Created
-
Forum: Plugins
In reply to: Gallery integration question for WP1.5this guy is making a WP skin that you choose from in your gallery settings
http://www.smartbrother.org/archives/2005/02/01/porting-kubrick-to-menalto-gallery/
http://www.smartbrother.org/archives/2005/02/11/kubrick-for-gallery-update/Forum: Installing WordPress
In reply to: mysql connection error should report the actual error to userHow do you do this EXCATLY in myPhpAdmin ?
Thanks!
Forum: Plugins
In reply to: using WP as CMS ?I have the Show Categories Plug in http://mookitty.co.uk/devblog/category/show-categories/
Then you specify what category you want to show for that page, by adding a call tag.Here is an example of a line I am using for all the pages of my site, just changing the #
<?php show_category_posts("category=85"); ?>
<?php if ($scp_posts) : foreach ($scp_posts as $post) : start_wp(); ?>
<div class="post">
<div class="storycontent">
<?php the_content(); ?>
</div>
<?php endforeach; else: ?>
<?php endif; ?>
allusion, I have been playing around with the New page some, but I have a website full of pages, that I would like to control, edit, with WordPress but haven’t thought of a way to do it.
Looking at some other solutions now, like CMS Master.Forum: Themes and Templates
In reply to: posts on 1 pageall the same posts from the same catagory, just having it spill off to the 2nd row in the table..
Forum: Fixing WordPress
In reply to: Bookmarklet reg file errorI get this same error as this poster, using IE 6
Search for a fix, and didn’t find one.
Can someone direct me to a fix ?
Thanks!