Joshua Sigar
Forum Replies Created
-
Forum: Installing WordPress
In reply to: Favicon Dissappearing on Comment Page?I saw it on firefox tab.
Forum: Requests and Feedback
In reply to: If-modified-since header?That WP-Cache plugin thingie won’t meet your need?
Forum: Fixing WordPress
In reply to: Checking if there are next postsCan you not do the following?
if( get_next_post() || get_previous_post() ) {
...
}Forum: Themes and Templates
In reply to: Customizing the left hand side of the Greenwood themeThe place to edit is possibly sidebar.php (Sidebar Template), or index.php (Main Template) in Presentation -> Theme Editor
Forum: Fixing WordPress
In reply to: Links open in specified Div layer? HELP!Is this a javascript question? If not so, the re-word your question, please.
Forum: Fixing WordPress
In reply to: Images Not workingAre you referring to theme-related images or images in post/site? Currently, all theme-related images shows up (as far as I know). I don’t see any other images and I don’t see any html img tag either in the source code. Nothing unusual.
Forum: Installing WordPress
In reply to: Error establishing a database connectionAlso, your second script does not show that you are able to select database
uwedbForum: Installing WordPress
In reply to: Error establishing a database connectionDo you have the following in your wp-config.php? (You don’t according to your first post)
define('DB_HOST', 'localhost');Forum: Fixing WordPress
In reply to: saving a page takes about 55 secondsI suppose it only pings when a Post is published, and not a Page.
But you say there’s still delay after disabling pinging? Any suspicious plugins?
Forum: Themes and Templates
In reply to: theme won’t show upnm.
Forum: Fixing WordPress
In reply to: Permalink QuestionVisitors come to mydomain.com and the blog will be linked to from the home page at mydomain.com/blog
So WP’s index.php is in mydomadin.com/blog, right? Then you need .htaccess in that directory also, I suppose. Trial and error won’t hurt in this case. Remember to backup the htaccess beforehand.Forum: Fixing WordPress
In reply to: No quicktagsThe case used to be that WordPress disabled quicktag for Safari because of improper javascript support from that browser.
Forum: Fixing WordPress
In reply to: Permalink QuestionYes.
If WP doesn’t successfully updated the .htaccess automatically, it will give you something to paste onto .htaccess.
Forum: Installing WordPress
In reply to: Comments on other pagesImport the content to WP Pages. Otherwise, too hard without someone coding it for you, I suppose.
Forum: Fixing WordPress
In reply to: Permalink QuestionYes. Remember to backup.