chengdu-living
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Help! WP says all posts authored by the same incorrect authorNo one has experienced this at all?
Forum: Plugins
In reply to: Delete link of LinkwithinI’m trying to figure this out also. I’m looking in linkwithin.php in the plugins folder but can’t find how to remove this link.
Anyone know how this can be done?
Forum: Fixing WordPress
In reply to: accidentally changed blog address!!The answer lies in here! https://www.ads-software.com/support/topic/286205
Forum: Fixing WordPress
In reply to: Trouble with MAMP and WP@wee Beastie Brilliant, thanks for that solution. This has had me really concerned for the last 30 minutes!
Forum: Fixing WordPress
In reply to: accidentally changed blog address!!I’m having this exact same problem. I’m working on a site locally and when I changed the address in settings to the web address, everything freaked out.
I added the DEFINE lines you suggested into wp-config.php but it’s not accepting my password either, even though it should be pointing to the right location locally.
I wish I had backed up wp-config.php!
Any tips on how I can get this working?
Forum: Themes and Templates
In reply to: How to align WP-PageNavi button to the center of postWhere do I make this change? I added it into pagenavi’s css and the main theme css and it didn’t work.
Forum: Fixing WordPress
In reply to: “No Posts” Under Edit > PostsDisabling the theme fixed it. Thanks esmi!
Forum: Fixing WordPress
In reply to: Author Pages are Broken Linkschange the “short” names in the database using phpmyadmin fixed this problem!
Forum: Themes and Templates
In reply to: Page-Nav Plugin Not WorkingThank you akis! Page-Nav finally emerges!
Is there a simple way to center the page-nav and make it all one color? Thanks again!!
Forum: Themes and Templates
In reply to: Author pages are broken linksStill haven’t figured this out-
I would love to have my author pages working if anyone has any ideas!
Forum: Themes and Templates
In reply to: Page-Nav Plugin Not WorkingThanks for your help LenK and RVoodoo-
I put the code you suggested in index.php, after “Not Found” error which you accurately predicted, but still it doesn’t show. I moved it around to a few different positions and nothing ever seemed to change as far as the navigation at the bottom of the page.
I don’t understand where the problem is – here’s the bottom part of my index.php which I edited and am using currently:
<?php comments_template(); ?> <?php endwhile; else: ?> <h2><?php _e('Not Found','lightword'); ?></h2> <p><?php _e("Sorry, but you are looking for something that isn't here.","lightword"); ?></p> <?php if(function_exists('wp_pagenavi')) { wp_pagenavi(); } ?> <?php endif; ?> <div class="newer_older"> <span class="newer"> <?php previous_posts_link(__('« Newer Entries','lightword')) ?></span> <span class="older"> <?php next_posts_link(__('Older Entries »','lightword')) ?></span> </div> </div> <?php get_sidebar(); ?> <?php get_footer(); ?>
And my site is https://www.19thstep.com
The page-nav plugin is enabled!
Thanks again, I appreciate it!
Forum: Themes and Templates
In reply to: Page-Nav Plugin Not WorkingStill no luck with the Page-nav plugin!
Forum: Fixing WordPress
In reply to: Can’t enable “Visual” viewDeactivating all the plugins fixed it! Thank you!
Forum: Themes and Templates
In reply to: Page-Nav Plugin Not WorkingThe plugin is compatible with 2.9.1
Thanks for the suggestion alchymyth, I added that code at the bottom of index.php (just before “<?php get_footer(); ?>”) but it didn’t seem to make a change. https://www.19thstep.com
Forum: Fixing WordPress
In reply to: How to Import Categories and Tags from PHPmyAdminwhat are the necessary tables for tags and categories?? I can’t find them