navigadget
Forum Replies Created
-
Forum: Plugins
In reply to: amazon aStore as a pageHi timinNZ,
I went to your site. I do get a blank page. Try creating a page first just with the default template. So we know if your new template is the problem.
Forum: Fixing WordPress
In reply to: Links ProblemsYou can try putting this in your sidebar code.
<?php wp_list_pages('title_li=<h2>Pages</h2>' ); ?>
Forum: Fixing WordPress
In reply to: Temporary RedirectIf you have cPanel on your server you could probably configure it there.
Forum: Fixing WordPress
In reply to: Links ProblemsDo you mean the “downloads” and “about” pages at the very very top?
This has to do with your theme. Another theme could show it on the sidebar.
Forum: Installing WordPress
In reply to: Error 12711 days later this happened once again. I went into phpMyAdmin. Repaired wp-posts table.
That table was the problem because phpMyAdmin reported back things like:
“Found block that points outside data file at 56297…”And then at the end it said:
“warning: Number of rows changed from 1136 to 1133” (i’m guessing i lost 3 posts here )
Any idea how I can find the lost posts?
But anyhow, database was fixed at the end.
Forum: Plugins
In reply to: amazon aStore as a pageI’m glad you guys liked it.
Here is how I did it:
1. Create a page template without the sidebars.
2. Write a page with the template you just created.
3. Paste the code Amazon gave you into this page.I’d be happy to give further details if anyone needs them.
Forum: Fixing WordPress
In reply to: How to display subpages only if parent is viewed?I think this plug-in will do what you need:
https://www.mealldubh.org/index.php/software/fold_page_menus/I use it on my site. It’s been working well.
Forum: Installing WordPress
In reply to: Error 127I just experienced this same error. I’m with yahoo hosting. I was able to login to my phpMyAdmin and create a backup.
After that point all was back to normal. I didn’t even have to repair/restore or anything like that.
I’m just happy I didn’t have to deal yahoo !support.
Forum: Fixing WordPress
In reply to: Google CrawlingYou can log into google sitemaps and see if the crawl was successful.
Also I did saw one of your posts in the search results. It is most probably just a matter of time.
Forum: Everything else WordPress
In reply to: dreamhost vs hostgatorSo I did pick Hostgator in the end. I’ve been with them only for a few days so I shouldn’t say anything good or bad at this point.
I’ll be sure to come back here if I want to warn or invite others.
Forum: Fixing WordPress
In reply to: Pleeeease help me fix this – can only see one postit is unlikely but your theme maybe designed to show only one post. Link would help.
Forum: Fixing WordPress
In reply to: yahoo hosting hosting rejects googlebotI’m using sitemaps. I don’t think it is making a difference.
I called yahoo about this and their helpful support guy suggested that I tell google to send a different crawler to my site ??
Forum: Fixing WordPress
In reply to: yahoo hosting hosting rejects googlebotAm I the only one using yahoo hosting?
Forum: Fixing WordPress
In reply to: Video Tip (YouTube and Google)I have the same question as Nitallica. I just paste the embed code and it works fine. Why need a plug-in?
Forum: Fixing WordPress
In reply to: Display category description on single posts within that categoryThe above doesn’t really work. It displays the main category description at all times.
So there isn’t a way to show the category description without having to hard-code the category number yet.