joshbraun
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Force Category on EntryThanks. I appreciate your help.
Forum: Fixing WordPress
In reply to: Force Category on EntryThanks for the VERY prompt reply. I want the category to be “accessibly” off the home page. But only if the user choose to navigate to it. Currently WP goes there if the most recent post is in that category. Does this plugin take care of that? Thanks again for your expertise and time.
Forum: Fixing WordPress
In reply to: Force Category on EntrySorry, you are right. See updated post
Forum: Fixing WordPress
In reply to: Changing font color in wp-login pageThanks for your prompt reply,
I added the two lines, but nothing happened. Does it matter where I place the code in s css file?a.delete:hover {
background: #c00;
color: #fff;
}#login ul li a {
color: #008800;
}
#login ul li a:hover {
color: #880000;
}Forum: Fixing WordPress
In reply to: Block IP AddressYes. I am using Apache through a hosted ISP (1and1). Yes, I know the IP addresses and range I want to allow. Sorry, I’m new to this stuff. . . . . Not sure how to “plug” the commands in (Order, Deny, Allow . . . .etc. How do I actually do this? Through the 1and1 admin panel?
Forum: Fixing WordPress
In reply to: Block IP AddressI’d like to allow users ONLY belonging to a ip block to access my blog. Any ideas?