JagEsquire
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Attachment Image Size?Forum: Fixing WordPress
In reply to: Gallery Linking to Attachment Page Instead of Fileremove link=”file” from the post code that looks like this [gallery link="file" columns="2" orderby="title"]
Forum: Themes and Templates
In reply to: K2 theme is not centeredUpdate to the new nightly build. They have fixed built in problems http://getk2.com/nightly/
Forum: Themes and Templates
In reply to: K2 theme is not centeredI have the same problem. If I set the theme type to Dynamic and then manually change the size of the window it centers up. Looking into as I type.
Forum: Fixing WordPress
In reply to: archives probThe old B2 hacks are causing havoc with my upgrade to WordPress. I removed everything in the root of my website and opened WordPress and connected to my previous mysql database. When I setup the new b2config.php I used the old one extensively to help fill out the new one. Your post helped me realize an old hack I had applied that changed the name of my $blogfilename = ‘index.php’; line to $blogfilename = ‘archive’;.
This broke the archives. I’ve changed it back and all is good. I’m just posting in case someone else upgrades and has done the same thing. Hopefully they’ll find this post.