Shea
Forum Replies Created
-
Forum: Plugins
In reply to: [Plugin: Login LockDown] It doesn’t workAt the suggestion of a fellow WordPress user after he recently attended a WordPress developers conference, I installed Login Lockdown, and now I am locked out even though I’m the admin. https://www.sheaellison.com is my blog where I’m locked out. It’s not accepting my password. I tried twice but don’t want to go a third and REALLY get locked out. HELP!
I’m thinking of going in from my FTP and deleting the plugin and not reinstalling it. I have very secure passwords and nobody’s going to guess at them, so I probably don’t really need this.
Any other suggestions?
Forum: Fixing WordPress
In reply to: How to Remove header and footer from a single page?Thanks for the advice. My header is here https://wordpress.pastebin.com/m542f429c
Thanks ‘magickman’, but I’m not sure exactly what you mean. I found wp_head(); was I supposed to put it in the parentheses like this?
wp_head(wp_list_categories(‘title_li=’)) because that didn’t work and in fact, put a link to my category in the header. (I said I’m a total newbie to PHP). I’ve asked a developer I know to take a look at it and see if he can get it to do this.
Thanks again to both of you.
Shea
Forum: Fixing WordPress
In reply to: How to Remove header and footer from a single page?Well, I discovered that’s not where it goes… ??
Forum: Fixing WordPress
In reply to: How to Remove header and footer from a single page?So I figured out what my page_ID is, now what? What is the code to hide the header and category bar? Also, does it matter where this line of code is entered in the header.php? I assume it needs to be near the top… perhaps just below the W3 line?
<html xmlns=”https://www.w3.org/1999/xhtml” <?php language_attributes(); ?>>
is_page(‘174’)Thanks in advance for your help. ??
Shea
Forum: Fixing WordPress
In reply to: How to Remove header and footer from a single page?If you edit header.php and footer.php, won’t that affect ALL pages? How do you limit it to just one page?
Forum: Themes and Templates
In reply to: Header alignment is shiftedThank you so much. I knew it had to be pretty simple, but I’m still a novice with this. ??