For awhile now, I've run into pagination problems when doing custom templates and custom queries. I think I'm finally starting to figure out all the little nuances. For starters, in most cases this will get pagination working on a custom template with a standard query_posts(): $paged = (get_query_var('paged')) ? get_query_var('paged') : 1; That's the key […]
I recently ran into this problem – and I see an old thread on the forums about this. The last post there says to make sure you're logged in. (I can assure I was). But, that's not what was causing the problem. Here are the steps that got me to the problem: Set up a […]
Comments Off on WordPress edit_post_link doesn't display (fix)
If you are hosted on Bluehost and you're using WordPress, you might have noticed the strange "from" address in the emails WordPress appears to be sending out. (they might look something like something@box123.bluehost.com) There is a very simple fix. The way Bluehost servers are setup, the address "wordpress@{YOURDOMAIN.COM}" needs to actually exist somehow in your […]