4evrblu
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Exporting from one WP Blog and then ImportingI have tried that. It does not work. I installed the plugin, uploaded both files, and this is the error I get:
Safari can’t open the page.
Safari can’t open the page “feed://ironmind.cfcure.com/wp-admin/edit.php?page=wp-xmlmigrate.php”. The error was: “unknown error” (NSURLErrorDomain:-1) Please choose Report Bug to Apple from the Safari menu, note the error number, and describe what you did before you saw this message.Not my definition of beautiful ?? heheheh
Forum: Fixing WordPress
In reply to: Podcasting Newbie Faceplants Into CementOK thanks, I must have missed the link. I apologize, I will let ya know what happens. I am sure you are sweating with anticipation at my next post. LOL Thanks Again.:)
Forum: Fixing WordPress
In reply to: Podcasting Newbie Faceplants Into CementApple is not taking my podcast feed urls It spits them right back out. I am about to just give up. And the size of my podcast is 20 MB. I was looking at the size of the file before I converted it to mp3. Whew.
Anyway, when I go to iTunes store and click PODCAST, there is a podcast button that you click to add. It asks for the Podcast Feed URL I have tried several, starting with the one that WP generates automatically. Then I tried one for categories. In each instance, iTunes rejects it and says it needs a RSS 2.0 feed. Huh?? That is what WP generated. So why wouldn’t it take it?
As you can see by https://ironmind.cfcure.com the Podpress works. But getting the whole podcast rss thing to work is boggling my tiny brain.
Forum: Installing WordPress
In reply to: Word Press Error in Sidebar For Navogation linksI tried your suggestion, and it worked nicely until I intentionally forced a 404 page not found error.
WordPress database error: [You have an error in your SQL syntax near ‘ORDER BY post_date ASC LIMIT 1’ at line 1]
SELECT ID,post_title FROM wp_posts WHERE post_date > ” AND post_date < ‘2006-11-03 13:15:28’ AND post_status = ‘publish’ AND ID != ORDER BY post_date ASC LIMIT 1That is what the command line gave me. Grrrr
Forum: Installing WordPress
In reply to: Word Press Error in Sidebar For Navogation linksWell, all that did was disp0lay the Navigation Menu Heading.
I went back to my original plan that yielded the database error. Other than the 404 page it worked fine.
I will think on this some and get back to you.
Forum: Installing WordPress
In reply to: Word Press Error in Sidebar For Navogation linksLike this::
<?php if ( is_single() ) : ?>
<h2>Navigation Menu</h2>
<?php previous_post_link(‘format’, ‘link’, in_same_cat,
‘excluded_categories ‘); ?>
<br/>
<?php next_post_link(‘format’, ‘link’, in_same_cat,
‘excluded_categories ‘); ?>
<?php endif // is_single() ?>Forum: Installing WordPress
In reply to: Word Press Error in Sidebar For Navogation linksAre you saying that the sidebar is not part of “The Loop”?? Hmmm
Me so ‘fused!At any rate I tried something different, that sort of worked:
<?php if ( is_single() ) : ?>
<h2>Navigation Menu</h2>
<?php posts_nav_link(‘∞’,’« « Go
Back In Time’,’Go Forward in Time » »’); ?>
<br/>
<?php endif // is_single() ?>As a condition it works. The words Navigation Menu are displayed conditionally.
As a fix for the data base error I was getting with 404 errors, it works. That data base error message is now gone when 404 is encountered. However, the area underneath Navigation Menu is empty when individual pages are displayed, 404 error or not.
Have a look at https://ironmind.cfcure.com and see for your self.
Get inside “the Loop” of my site. Go to a single entry and see for yourself.
Forum: Fixing WordPress
In reply to: Page Templates and Line BreaksThanks for the post.
One other question.
New to WP and still learning the ropes.
Where is the WYSIWYG WP editor everyone is talking about?
Forum: Fixing WordPress
In reply to: Page Templates Sidebar Not Returning ArchivesMoshu, thank you as well.
I don’t know how you guys do what you do, but someone needs to pay with beer!! Or Protein shakes, depending on your interests. Heheheh
Forum: Fixing WordPress
In reply to: Page Templates Sidebar Not Returning ArchivesOK thanks I will do it.
??
Forum: Fixing WordPress
In reply to: Page Templates Sidebar Not Returning ArchivesForum: Fixing WordPress
In reply to: Page Templates Sidebar Not Returning ArchivesPS: I see you a lot in these forums and I wanted to just praise you for working so hard. You are all over the place! I am amazed by that!
I could never be that helpful. I just don’t have the knowledge. \
Anyway, just wanted to give you props. What would this community be like without people like you volunteering their time just to help grunts like me. ??
I posted the code where you told me. I guess we will see what happens.
Thanks Again
Tim
Forum: Fixing WordPress
In reply to: Page Templates Sidebar Not Returning ArchivesYes I think this is what you are referring to:
<h2><?php _e(‘Archives’); ?></h2>
-
<?php wp_get_archives(‘type=monthly’); ?>
<?php endif // is_home() | is_archive() ?>
Forum: Fixing WordPress
In reply to: Sticky post?Thanks HandyMan ??
Forum: Fixing WordPress
In reply to: Sticky post?The file is no longer available for download.