thisisedie
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: can’t log onIf you’re able to access the login page the database isn’t gone. If it was, you’d get an error saying “unable to connect to database”. Did you look under “MySQL databses”? Or go straight to PHPmyadmin?
Forum: Fixing WordPress
In reply to: can’t log onHave you tried resetting the password by clicking the “forgot password” link? I’m not sure if that will send you the username also. If that doesn’t work you can log into PHPmyadmin and check the database to see if the username and pass have been changed or deleted. You can change them there if they have.
Forum: Fixing WordPress
In reply to: can’t log onRight, I understand that, but that has nothing to do with the issues with your website.
Have you tried resetting your password here? japanesebottleopener.com/wp-login.php
Forum: Fixing WordPress
In reply to: can’t log onWell for starters, your account here has absolutely nothing to do with your personal WP installation. I take it you can’t get to the login page to reset the password?
Forum: Fixing WordPress
In reply to: if…else problem with meta descriptionYour welcome 🙂
Forum: Fixing WordPress
In reply to: if…else problem with meta descriptionHere ya go:
<meta name="description" content="<?php if (is_home()) { echo ('site description'); } elseif (is_category('arts-ents')) { echo ('Test'); } elseif (is_category('ely-theatre-review')) { echo ('Your guide to AD'); } elseif (is_category('ely-music')) { echo ('The best of music in Cambridgeshire'); } elseif (is_tag()) { echo '-tag archive page for this blog' . single_tag_title(); } elseif (is_month()) { echo 'archive page for this blog' . the_time('F, Y'); } else { echo get_post_meta($post->ID, "Metadescription", true); } ?>">Forum: Themes and Templates
In reply to: Themes not workingOk then the address is http://www.radiocremebrulee.com/blog/ not http://www.radiocremebrulee.com/blog.php and themes DO work because I’m looking at the default theme right now.
Forum: Fixing WordPress
In reply to: How do I upload my ebay thing to my base directory?Log in to either your FTP program or your Cpanel and upload the file. By “base directory” they mean your root directory, generally called public_html.
Forum: Fixing WordPress
In reply to: How do you edit posts made on other blogs with WordPress account?I think he/she is talking about editing comments, not posts.
longviewcyclist
Some blogs allow (or require) visitors to create accounts. If they do, you can usually log in (AKA the “back end”) to your account and edit comments you’ve made. I believe there is a restriction on how long you have to do this (you mentioned 9 minutes) and no, there’s nothing you can download that would allow you to edit your comments at any time.
Forum: Everything else WordPress
In reply to: Brand new to WordPressAh. Well. You might be interested in this website then:
Forum: Fixing WordPress
In reply to: Admin layout messed upWhat version WP are you running?
Forum: Fixing WordPress
In reply to: Embedding your wordpress blogwhen it says you need to add this code to the top of the pages
What code?
Forum: Fixing WordPress
In reply to: login problemsNobody here can reset your password because your WP installation has nothing to do with this site. That doesn’t mean we can’t help though. What’s your website address?
Forum: Everything else WordPress
In reply to: Brand new to WordPress#1. What does your office location have to do with anything?
#2. We’d be happy to help but you’re gonna have to ask a question first.
#3. Was this post just an advertisement for #1 which would make my response completely pointless?
Forum: Fixing WordPress
In reply to: is_home || is_page not workingA submenu for what? Could you be more detailed about what you’re trying to do please?