lencicki
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: List authrs – exclude contributorsSolved it using this:
http://techbasedmarketing.com/plugins/
Thanks!Forum: Fixing WordPress
In reply to: Author.php post problemThat did it! Thanks t31os!
Forum: Fixing WordPress
In reply to: Author.php post problemThanks very much!
The custom post limits fdid the trick.
WHowever I can’t seem to get the previious and next code to work. Right now I’ve put it in the loop here –<?php endwhile; else: ?> <p><?php _e('No posts by this author.'); ?></p> <div class="navigation"> <p class="prev-post"><?php next_posts_link('« Older Entries') ?></p> <p class="next-post"><?php previous_posts_link('Newer Entries »') ?></p> </div> <?php endif; ?>but it doesn’t appear to display.
(see here: http://www.orbitbooks.net/author/alex-lencicki/ )
I’m pretty sure i have it in the wrong place, but can’t seem to suss out where it should be.Forum: Installing WordPress
In reply to: Problems installing using XAMPPOK – <headdesk>
The problem was that my themes were broken on the local install. I just re imported them and all is well.
Thanks for the help all.
AForum: Installing WordPress
In reply to: Problems installing using XAMPPAlso worth mentioning – I have the same issues if I try doing the same thing using WAMPSERVER instead of XAMPP – I get the feeling there’s a config setting I’m missing, but I can’t track it down.
Forum: Installing WordPress
In reply to: Problems installing using XAMPPDone – still bringing up a blank screen.
Forum: Installing WordPress
In reply to: Problems installing using XAMPPThanks for the reply samboll.
Dropping the .htaccess doesn’t seem to resolve it.
It’s only two pluggins, and I’m able to recreate it from a vanilla install, just can’t seem to get the page to display locally from an imported database – especially weird because I can get into the wp-admin and everything looks fine.I’ve tried a few different wp databases with the same result.
Forum: Installing WordPress
In reply to: Able to view admin, but site doesn’t load.Thanks Esmi – That would work, but I have so much custom configuration going on I was hoping to figure out how to do it by just moving the whole database. The import export is great, but I end up having to reset all of the settings, which is tricky moving from a test server to a live envitonment.
MichaelH – I’ll give the Search and Replace a try – thanks for the hint!