Joshua Sigar
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: blank admin pageCan I register to your blog and see what’s up?
Forum: Fixing WordPress
In reply to: Author’s Post LinkSee the following
Template_Tags/the_author_posts_linkForum: Plugins
In reply to: Categorize pagesSuch plugin doesn’t exist yet, as far as I know.
Forum: Fixing WordPress
In reply to: blank admin pageSomeone said you can’t strong refresh with Safari, so do you know how to clear the browser cache?
Or just try on some other computer?
or install firefox?
Also make sure the files in wp-admin/ still completeForum: Fixing WordPress
In reply to: blank admin pageAnd it’s still a white page? I guess you have to try strong refresh: apple-shift-R if you use firefox
Forum: Plugins
In reply to: Categorize pagesBy default, Pages are not meant to be categorized, so you should not use any template tag that will display the category.
However, with the help of a plugin, it should be possible to categorize Pages.
Forum: Fixing WordPress
In reply to: blank admin pageYou might need to change the permission for directory wp-admin as I’m restricted to view the following.
Forum: Fixing WordPress
In reply to: blank admin pageHow bout the login page?
Have you tried strong refresh (CTRL + F5)?
Can we get the link to the blog?Forum: Fixing WordPress
In reply to: post message helpYou could do the following
http://codex.wordpress.org/Customizing_the_Read_MoreOr you could replace the template tag: the_content() with template tag: Template Tags/the_excerpt somewhere in index.php
Forum: Fixing WordPress
In reply to: Comments Anonymous@carloscrc: which blog (url) that has this issue?
Forum: Installing WordPress
In reply to: Archive tag problem!I guess that script “php currently” messes it up.
Can you post the code for that script here: http://paste.uni.cc ?Edit: you fixed it? good, care to share the solution?
Forum: Fixing WordPress
In reply to: blank admin pageBy blank you mean you get all-white page?
How about the front page? Does it still display normally?Forum: Fixing WordPress
In reply to: Angry ISP says I need to fix script. Help!I don’t know what that is either but you could probably ask your host to remove the script for you.
Forum: Fixing WordPress
In reply to: Enhanced Simple PHP GalleryWhat code you put to display the gallery?
Forum: Installing WordPress
In reply to: Archive tag problem!Hmmm, and is
"aline_currently"your database name?Does it still give the same error with the following code?
<?php wp_get_archives(); ?>