Feeds:
Posts
Comments

Archive for the ‘wordpress’ Category

“The spark that ignited their partnership was provided by Mr. Wozniak’s mother. Mr. Wozniak had graduated from high school and enrolled at the University of California, Berkeley, when she sent him an article from the October 1971 issue of Esquire magazine. The article, “Secrets of the Little Blue Box,” by Ron Rosenbaum, detailed an underground [...]

Read Full Post »

The following function returns true if the current user is one of the bots we consider “good.” (Not that they are better than other legit bots, but ones that we provide a special service to) This code can be used to allow search engines to index content that is normally behind a registration form. For [...]

Read Full Post »

If you find yourself directly manipulating a WordPress post (say outside of “The Loop” by using query_posts, e.g. query_posts(array(‘category__and’ => array(1,3)));) you may need to do some extra work to get the pretty formatting that WP does for you in things like the_content() and the_excerpt(). Say you have a single post in a local variable [...]

Read Full Post »

Follow

Get every new post delivered to your Inbox.

Join 1,049 other followers