webjunk
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Terms link shows up in main navbarCould use a plugin:
http://wordpress.org/extend/plugins/exclude-pages/
or edit the code:
http://codex.wordpress.org/Function_Reference/wp_page_menuForum: Fixing WordPress
In reply to: get_header not bringing in pngsNot sure how you are calling for those images but if you look you are calling from two loctions:
HOME PAGE:
http://hatchedprints.com/images/HPB_DecoCircle_sm.pngVIEWING A POST:
http://hatchedprints.com/2010/images/HPB_DecoCircle_sm.pngForum: Fixing WordPress
In reply to: 500 Internal Server Error – GoDaddy LinuxThe site is up right now. Look for an Error.log in the wordpress directory. Also in the control panel there shoud be a server error log to read. SHould point to the cause.
Forum: Fixing WordPress
In reply to: 500 errorLooks like its working.
Forum: Fixing WordPress
In reply to: Related postsWhat about a plugin? Here is one but there are others if you search on here:
http://wordpress.org/extend/plugins/yet-another-related-posts-plugin/Forum: Fixing WordPress
In reply to: Edit Page Won't LoadAre you able to edit ANY page or just one specific?
Try disabling plugins.
Try the default theme.Forum: Fixing WordPress
In reply to: New users not recieving passwordWhat happens if you use the lost your password?
Have a link to your site?
Forum: Fixing WordPress
In reply to: Domain issuesLooks like you installed into the /wordpress directory.
Additionlly you have the URL’s probably without the /wordpress
Fix the URL’s in wp-admin/General/SettingsIf you want to move WordPress to the root of the domain:
http://codex.wordpress.org/Moving_WordPressForum: Fixing WordPress
In reply to: Couldn't log in; created new log-in but now can't post to blogSounds like You need to make the User account you created Administrator.
Forum: Fixing WordPress
In reply to: Error/Page Not FoundFirst is disable permalinks and then re-enable permalinks.
CHeck your .htaccess
Disable plugins
Try the default theme.
Also would confirm permissions:
http://codex.wordpress.org/Changing_File_PermissionsWould help otherwise to know what the problem was originally and what Godaddy support did to fix it.
Forum: Fixing WordPress
In reply to: Sort post by this category first then the restThere are a number of plugins on here if you search that do that. Here is just one:
http://wordpress.org/extend/plugins/featured-post/Forum: Plugins
In reply to: Contact form 7There is nothg to collect. It does not store anything. It is a contact form. Whatever is input in the form is sent in email.
What you probably want to do is create an album and put both galleries in that album. But are you using [gallery] or [nggallery]?
Never had to upload anything but the plugin itself (and usually installed from within WP-admin) and worked flawlessly.
Forum: Plugins
In reply to: Contact Form 7 – Generating Reference NumberSorry…Maybe you could give a donation to the author and he could add this as a feature within the plugin.