hack

16 posts tagged with “hack

the truth about hacked software

I want to get something out in the open.  It’s not illegal to hack your software. This is probably contrary to what you might assume when you hear the words “hack” and “software” used in the same sentence, but there is an important distinction to make: hacked software is not the same thing as pirated […]

Read more →

WP_Query pagination problems? Here’s a hack

It happens every time I use WP_Query. I get a beautiful-looking custom WP_Query. Then I try to add pagination and everything goes to hell. I’ve spent hours looking up solutions. Every time. Nine times out of ten, they don’t work. And for no discernible reason. Here’s a hack that worked for me, and is mostly… (read more)

Read more →

my favorite new WordPress trick

this little functions.php hack makes me all giddy… use this to rebrand your WordPress back-end with your own logo: //hook the administrative header output add_action(‘admin_head’, ‘my_custom_logo’); function my_custom_logo() { echo ‘ <style type=”text/css”> #header-logo { background-image: url(‘.get_bloginfo(‘template_directory’).’/images/custom-logo.gif) !important; } </style> ‘; } and here’s what it would look like in action: by default, the WP […]

Read more →

web site security

i was listening to the replay of the teleconference hosted by WPSecurityLock (with special guests from GoDaddy) in light of the recent wave of website hacks that affected hundreds of sites not once, but twice.  it was actually when they were talking to a customer (one who had been hit twice) that a concern was […]

Read more →

Keeping your website safe

class=”aligncenter” Once upon a time, a long time ago, you could buy a new computer and not have to worry about what type of virus scan software you needed to load onto it.  Firewalls were things only extreme geeks and intrepid hackers knew anything about.  Adware, spyware and malware weren’t even words.  Those days are […]

Read more →

twitter hacked. this reminds me of the time…

if you were wondering wtf happened to twitter last night (and, like me, you use a client as opposed to logging into the actual site, so rather than seeing the screen above, you just saw an API timeout error), twitter was hacked.  mashable’s got the digs here and here. now, sure, we should be up in arms […]

Read more →