dabbler
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Image Upload tool inserts thumbnail size only?I just ran into this, send to only inserts the thumbnail when using IE6 & IE7 but it works just dandy in FireFox 2 ??
Forum: Fixing WordPress
In reply to: post version control?well, suppose you accidentally delete a post. Not realizing it you continue to post for 3 days. On the third day you realize your post is missing. How do you restore that post without loosing everything since you deleted it? Restoring database would not help here.
Thanks.
Make sure you can connect to your database using phpMyAdmin or MySQL Query Browser.
Check the values of your siteurl and home columns in the wp_options table of your database. If they aren’t set right the php include files can’t be loaded.
https://tamba2.org.uk/wordpress/site-url/Forum: Fixing WordPress
In reply to: Fatal Error: get_bloginfo()?get_bloginfo() is a function in feed-functions.php which is in your wp/wp-includes folder. This error is caused by wp being unable to locate the feed-functions.php file. Using MySQL Query Browser or phpMySQLAdmin check the values of the siteurl and home columns in the wp_options table of your MySQL database. One of them is probably not set right.
Forum: Fixing WordPress
In reply to: Publishing takes a long timeYes, I had a post with object tag for Flash, no links, and it was really slow until I turned of “Attempt to notify”
Forum: Themes and Templates
In reply to: keep links in ExcerptThat excerpt-reloaded is soooo sweet! Thanks for such a thorough solution.
Forum: Fixing WordPress
In reply to: outgoing email not workingFigured it out. Seems of the email accounts I have, only one accepts email from the WordPress send, an IMAP server. Not sure why this is, maybe something specific to the header generated by WP.
Forum: Fixing WordPress
In reply to: How to associate a category with a template?I guess I’m going through MT withdrawal, they have administration form where you associate a template file with a category and voila, you’re done.
Forum: Fixing WordPress
In reply to: importing MTCatherine can you describe your site structure, where are the wp files, where is wp-admin folder and where is import.txt?
Forum: Fixing WordPress
In reply to: How to associate a category with a template?Thanks but the category templates documentation says nothing about the single.php and how to customize it to appear for only one category of entries.
Forum: Fixing WordPress
In reply to: How to associate a category with a template?After further reading, I think I meant how do I associate a customized vesion of single.php with a single category, like photos for display of individual photos? So photo-single.php always gets used for category x, but no other categories are displayed with photo-single.php, they would still use single.php?
Thanks.
Forum: Plugins
In reply to: Turning WP into photoblogs?Is it possible to show a single entry from a category called photos on the index page, while showing other entries normally? And the photo entry would be sticky e.g. at the top? This is what I’m doing with MT now with various category plugins.
Forum: Fixing WordPress
In reply to: Is there Sub Cats/Page?You might use set_error_handler(…) to override the standard error handling. Just a thought.
Forum: Fixing WordPress
In reply to: permalinks and htaccess on IIS?Thanks for the clarification.
PictPress plugin states:
“WordPress must have a permalink structure enabled. “
https://www.curioso.org/pictpress/Does this mean I can’t use plugins that require permalinks?
Forum: Fixing WordPress
In reply to: permalinks and htaccess on IIS?Well, I’m new to WP but the docs say and I quote:
“A permalink is what another weblogger will use to refer to your article “Are you saying that all links are perma, and WP’s permalinks are just cruftless versions of ordinary links, and there is nothing more perma about them?
<div class="confused">Thanks</div>