vanner
Forum Replies Created
-
Forum: Plugins
In reply to: FAlbum ProblemsI took out my side bar for more space. You can try to take out the sidebar on:
/wp-content/plugins/falbum/wp/album.php
by commenting it out
<?php// get_sidebar();
get_footer();
}
?>I have not tried the Stilglog Coopermine integration…
I am talking about adding the coppermine template in the Coppermine theme directory. You should be able to integrate the header.php and footer.php from your theme with the coppermine theme.
<?php include(""); ?>In the quotes, just put in the location of your theme’s header.php and footer.php.
If you have a link to your webpage, I can prob help more…
are you using a coppermine plugin or a pure coppermine install?
Here’s one if you’re intrested:
http://www.stilglog.com/wordpress-plugins/coppermine-plugin/
you can always do a php include of the header.php and footer.php page in the coppermine template.
Forum: Themes and Templates
In reply to: Theme is irregularly reset to default themeI removed the “default” directory. I’m just crossing my fingers that the theme and stylesheet value in the wp_options table doesn’t switch back to “default”. This will load a blank webpage. :/
Forum: Themes and Templates
In reply to: Theme is irregularly reset to default themeI’m using the kiwi theme. I copied the theme into the “default” directory, but some the of webpage functionality is still lost.
Forum: Fixing WordPress
In reply to: Theme changed to “WordPress Default 1.5” automaticallyI’m using 2.0.2
Forum: Themes and Templates
In reply to: Theme is irregularly reset to default themeyes, this is happening to me as well. it is driving me nuts. any ideas?
I am using WP 2.0.2
Forum: Fixing WordPress
In reply to: Theme changed to “WordPress Default 1.5” automaticallyyes, this issue is happening for me as well. it’s driving me nuts…
any ideas?
Forum: Fixing WordPress
In reply to: New Theme Keeps Appearing on my Sitefor me, my site theme changes/resets to the “default” every day. Something is automatically changing the theme and stylesheet values in my mysql db (wp_options table).
It’s driving me nuts. I’m using 2.0.2.
any ideas?
Forum: Themes and Templates
In reply to: how to make previous 5 pages links on bottomHmm…I don’t think that does what I want.
Basically, I want to create something like this:
http://whfarm1.com/blog/picture008.jpg
where:
“1” is home page
“2” goes to /index.php?paged=2
“3” goes to /index.php?paged=3and the last page number is also there…
Forum: Themes and Templates
In reply to: how to move sidebar from right to left side. Pool theme.Forum: Plugins
In reply to: striping html from the_contentthanks! that worked!
Forum: Plugins
In reply to: striping html from the_contentbasically, i need to parse the_content()
to make it the value here:
<input type=”hidden” name=”context” value=”<?php the_content();?>”>