<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/atom10full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><feed xmlns="http://www.w3.org/2005/Atom" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0">
  <id>http://groups.google.com/group/wp-hackers</id>
  <title type="text">wp-hackers Google Group</title>
  <subtitle type="text">
  This is a Google Groups frontend to the wp-hackers mailing list.
  </subtitle>
  
  <updated>-0-0T::Z</updated>
  <generator uri="http://groups.google.com" version="1.99">Google Groups</generator>
  <atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/atom+xml" href="http://feeds.feedburner.com/wp-hackers" /><feedburner:info uri="wp-hackers" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><entry>
  <author>
  <name>24/7</name>
  <email>2...@gmx.net</email>
  </author>
  <updated>2012-05-11T10:37:26Z</updated>
  <id>http://groups.google.com/group/wp-hackers/browse_thread/thread/608d67cb21bbe299</id>
  <link href="http://feedproxy.google.com/~r/wp-hackers/~3/Gzb6skt6IGM/608d67cb21bbe299" />
  <title type="html">Add Theme support with specified post type</title>
  <summary type="html" xml:space="preserve">
  I'm trying to hold my plugins and themes mostly options free, as this saves &lt;br&gt; me a lot of time (no need for activate/deactivate/uninstall + testing) and &lt;br&gt; helps my users living with a slim database. &lt;br&gt; So here's what I tried: `add_theme_support( 'plugin_name', array( 'post', &lt;br&gt; 'custom_post_type' ) );`. That allows me to check the global, show/hide
  &lt;img src="http://feeds.feedburner.com/~r/wp-hackers/~4/Gzb6skt6IGM" height="1" width="1"/&gt;</summary>
  <feedburner:origLink>http://groups.google.com/group/wp-hackers/browse_thread/thread/608d67cb21bbe299</feedburner:origLink></entry>
  <entry>
  <author>
  <name>wpnovice</name>
  <email>concertilon...@gmail.com</email>
  </author>
  <updated>2012-04-16T19:02:22Z</updated>
  <id>http://groups.google.com/group/wp-hackers/browse_thread/thread/9d5871ba3dd6eab6</id>
  <link href="http://feedproxy.google.com/~r/wp-hackers/~3/JkFtwF0JNJg/9d5871ba3dd6eab6" />
  <title type="html">We Use WordPress</title>
  <summary type="html" xml:space="preserve">
  I would like to inform you of the existence of this new site to get &lt;br&gt; inspiration or to insert and then advertise your wordpress site! &lt;br&gt; &lt;a target="_blank" rel=nofollow href="http://www.weusewp.com/"&gt;[link]&lt;/a&gt; &lt;br&gt; What do you think about it?
  &lt;img src="http://feeds.feedburner.com/~r/wp-hackers/~4/JkFtwF0JNJg" height="1" width="1"/&gt;</summary>
  <feedburner:origLink>http://groups.google.com/group/wp-hackers/browse_thread/thread/9d5871ba3dd6eab6</feedburner:origLink></entry>
  <entry>
  <author>
  <name>Alexander Baron</name>
  <email>alexbaro...@gmail.com</email>
  </author>
  <updated>2012-03-27T14:42:17Z</updated>
  <id>http://groups.google.com/group/wp-hackers/browse_thread/thread/8fb88af17fb0ee7b</id>
  <link href="http://feedproxy.google.com/~r/wp-hackers/~3/PqazTooaINc/8fb88af17fb0ee7b" />
  <title type="html">[wp-hackers] Wordpress Multisite Installation bug</title>
  <summary type="html" xml:space="preserve">
  Greetings, &lt;br&gt; I have a wordpress multisite installation with the following structure: &lt;br&gt; - &lt;a target="_blank" rel=nofollow href="http://example.com"&gt;[link]&lt;/a&gt; -&amp;gt; Main Site &lt;br&gt; - &lt;a target="_blank" rel=nofollow href="http://example.com/internal_page"&gt;[link]&lt;/a&gt; -&amp;gt; Internal Page on Main Site &lt;br&gt; - &lt;a target="_blank" rel=nofollow href="http://example.com/site1"&gt;[link]&lt;/a&gt; -&amp;gt; Internal Site &lt;br&gt; - &lt;a target="_blank" rel=nofollow href="http://example.com/site2"&gt;[link]&lt;/a&gt; -&amp;gt; Internal Site 2 , etc &lt;br&gt; My problem is that if I put &amp;quot;www&amp;quot; at the beginning of the address on
  &lt;img src="http://feeds.feedburner.com/~r/wp-hackers/~4/PqazTooaINc" height="1" width="1"/&gt;</summary>
  <feedburner:origLink>http://groups.google.com/group/wp-hackers/browse_thread/thread/8fb88af17fb0ee7b</feedburner:origLink></entry>
  <entry>
  <author>
  <name>Diana K. Cury</name>
  <email>diana...@gmail.com</email>
  </author>
  <updated>2012-03-26T18:56:04Z</updated>
  <id>http://groups.google.com/group/wp-hackers/browse_thread/thread/e853418c65560aea</id>
  <link href="http://feedproxy.google.com/~r/wp-hackers/~3/F1rdoN3TsdY/e853418c65560aea" />
  <title type="html">[wp-hackers] My plugin doesn't work online :( Shortcode loading order?!</title>
  <summary type="html" xml:space="preserve">
  Sorry for bother, &lt;br&gt; I just can't understand why my plugin isn't working, the post type screen is ok, but the shortcode action does'nt work at all. &lt;br&gt; When adding [mensagem], it supposed to add the form into the page, but anything show up when doing so :( &lt;br&gt; &amp;lt;?php &lt;br&gt; /** &lt;br&gt; * Plugin Name: Simple Messages &lt;br&gt; * Plugin URI: &lt;a target="_blank" rel=nofollow href="http://dianakcury.com/sm"&gt;[link]&lt;/a&gt;
  &lt;img src="http://feeds.feedburner.com/~r/wp-hackers/~4/F1rdoN3TsdY" height="1" width="1"/&gt;</summary>
  <feedburner:origLink>http://groups.google.com/group/wp-hackers/browse_thread/thread/e853418c65560aea</feedburner:origLink></entry>
  <entry>
  <author>
  <name>Dmitry Tokmakov</name>
  <email>dmi...@getmoxied.net</email>
  </author>
  <updated>2012-03-26T16:33:28Z</updated>
  <id>http://groups.google.com/group/wp-hackers/browse_thread/thread/eae5e987ae48b661</id>
  <link href="http://feedproxy.google.com/~r/wp-hackers/~3/hbxZWUljBxY/eae5e987ae48b661" />
  <title type="html">[wp-hackers] Sorting by column value</title>
  <summary type="html" xml:space="preserve">
  Hi everyone, &lt;br&gt; Short description of my problem: &lt;br&gt; I have a custom post type called &amp;quot;press_articles&amp;quot;, &lt;br&gt; With the code below I have created custom column, with the custom value. &lt;br&gt; add_filter('manage_press_artic les_posts_columns' , 'add_press_articles_columns'); &lt;br&gt; add_action( 'manage_press_articles_posts_c ustom_column','custom_columns' , 10, 2 );
  &lt;img src="http://feeds.feedburner.com/~r/wp-hackers/~4/hbxZWUljBxY" height="1" width="1"/&gt;</summary>
  <feedburner:origLink>http://groups.google.com/group/wp-hackers/browse_thread/thread/eae5e987ae48b661</feedburner:origLink></entry>
  <entry>
  <author>
  <name>Sudar Muthu</name>
  <email>su...@sudarmuthu.com</email>
  </author>
  <updated>2012-03-26T05:40:14Z</updated>
  <id>http://groups.google.com/group/wp-hackers/browse_thread/thread/29b281b174391af5</id>
  <link href="http://feedproxy.google.com/~r/wp-hackers/~3/7IfXxHX1s_4/29b281b174391af5" />
  <title type="html">[wp-hackers] Fwd: [WordPress.org Plugins] Urgent: Your Plugin Has Been Removed</title>
  <summary type="html" xml:space="preserve">
  I just received this email. &lt;br&gt; There are couple of things which seems to suggest that someone is trying to &lt;br&gt; spoof my WordPress.org login. &lt;br&gt; 1) The email address is wrong &lt;br&gt; 2) The link points to non wordpress.org domain, but it has the same look &lt;br&gt; and feel as that of wordpress.org &lt;br&gt; 3) The link is asking for my wordpress.org username and password.
  &lt;img src="http://feeds.feedburner.com/~r/wp-hackers/~4/7IfXxHX1s_4" height="1" width="1"/&gt;</summary>
  <feedburner:origLink>http://groups.google.com/group/wp-hackers/browse_thread/thread/29b281b174391af5</feedburner:origLink></entry>
  <entry>
  <author>
  <name>Aaron Jorbin</name>
  <email>aa...@jorb.in</email>
  </author>
  <updated>2012-03-25T23:56:08Z</updated>
  <id>http://groups.google.com/group/wp-hackers/browse_thread/thread/5e174b96a60858cc</id>
  <link href="http://feedproxy.google.com/~r/wp-hackers/~3/E6ZKIGnZ4Mc/5e174b96a60858cc" />
  <title type="html">Re: [wp-hackers] Getting the name of the hook triggered</title>
  <summary type="html" xml:space="preserve">
  Check out the current_filter function - &lt;br&gt; &lt;a target="_blank" rel=nofollow href="http://phpxref.ftwr.co.uk/wordpress/wp-includes/plugin.php.source.html#l297"&gt;[link]&lt;/a&gt; &lt;br&gt; &lt;a target="_blank" rel=nofollow href="http://aaron.jorb.in"&gt;[link]&lt;/a&gt; &lt;br&gt; twitter: twitter.com/aaronjorbin &lt;br&gt; ______________________________ _________________ &lt;br&gt; wp-hackers mailing list &lt;br&gt; wp-hack...@lists.automattic.co m &lt;br&gt; &lt;a target="_blank" rel=nofollow href="http://lists.automattic.com/mailman/listinfo/wp-hackers"&gt;[link]&lt;/a&gt;
  &lt;img src="http://feeds.feedburner.com/~r/wp-hackers/~4/E6ZKIGnZ4Mc" height="1" width="1"/&gt;</summary>
  <feedburner:origLink>http://groups.google.com/group/wp-hackers/browse_thread/thread/5e174b96a60858cc</feedburner:origLink></entry>
  <entry>
  <author>
  <name>mickey panayiotakis</name>
  <email>mic...@infamia.com</email>
  </author>
  <updated>2012-03-25T18:32:13Z</updated>
  <id>http://groups.google.com/group/wp-hackers/browse_thread/thread/0702c19a2939385d</id>
  <link href="http://feedproxy.google.com/~r/wp-hackers/~3/tAqGHlC7oM0/0702c19a2939385d" />
  <title type="html">[wp-hackers] best way to remove shortcode from post content</title>
  <summary type="html" xml:space="preserve">
  I'm a big fan of simplifying regex. I think a simpler regex would be &lt;br&gt; \[shortcodename id=\&amp;quot;12\&amp;quot;\](.*)\[\/shortcodena me\] &lt;br&gt; If the id changes: &lt;br&gt; \[shortcodename id=\&amp;quot;[0-9]+\&amp;quot;\](.*)\[\/shortco dename\] &lt;br&gt; or &lt;br&gt; \[shortcodename id=\&amp;quot;[^&amp;quot;]+\&amp;quot;\](.*)\[\/shortcod ename\] &lt;br&gt; How you use these is up to you. My 2 cents: If this is a one-off, I'd
  &lt;img src="http://feeds.feedburner.com/~r/wp-hackers/~4/tAqGHlC7oM0" height="1" width="1"/&gt;</summary>
  <feedburner:origLink>http://groups.google.com/group/wp-hackers/browse_thread/thread/0702c19a2939385d</feedburner:origLink></entry>
  <entry>
  <author>
  <name>Haluk Karamete</name>
  <email>halukkaram...@gmail.com</email>
  </author>
  <updated>2012-03-24T22:48:48Z</updated>
  <id>http://groups.google.com/group/wp-hackers/browse_thread/thread/3694541d58b948c7</id>
  <link href="http://feedproxy.google.com/~r/wp-hackers/~3/Qhr0QQz1ldY/3694541d58b948c7" />
  <title type="html">[wp-hackers] revamping an huge old site ( written in custom CMS ) into a fresh install WP.</title>
  <summary type="html" xml:space="preserve">
  We need to revamp 15 year old high traffic website with 10,000+ &lt;br&gt; articles/videos/audios ( where things are stored in different tables ) and &lt;br&gt; in an asp/ms-sql implementation. And we chose WP for the implementation of &lt;br&gt; the new revamped site. &lt;br&gt; Obviously, we don't want to do that manually, that is one post at a time,
  &lt;img src="http://feeds.feedburner.com/~r/wp-hackers/~4/Qhr0QQz1ldY" height="1" width="1"/&gt;</summary>
  <feedburner:origLink>http://groups.google.com/group/wp-hackers/browse_thread/thread/3694541d58b948c7</feedburner:origLink></entry>
  <entry>
  <author>
  <name>Mayur Somani</name>
  <email>somani.ma...@gmail.com</email>
  </author>
  <updated>2012-03-23T10:56:34Z</updated>
  <id>http://groups.google.com/group/wp-hackers/browse_thread/thread/be8dd8b3e15a4d78</id>
  <link href="http://feedproxy.google.com/~r/wp-hackers/~3/ldsgvHg4ii4/be8dd8b3e15a4d78" />
  <title type="html">[wp-hackers] Regarding Premium Themes on WordPress.com</title>
  <summary type="html" xml:space="preserve">
  I am not sure if this is the right list to post in but can anyone &lt;br&gt; please tell me what is the procedure to include a WordPress &lt;br&gt; theme in the premium themes at WordPress.com? &lt;br&gt; &lt;a target="_blank" rel=nofollow href="http://en.support.wordpress.com/themes/premium-themes/"&gt;[link]&lt;/a&gt; &lt;br&gt; Thanks for your time. &lt;br&gt; ______________________________ _________________ &lt;br&gt; wp-hackers mailing list
  &lt;img src="http://feeds.feedburner.com/~r/wp-hackers/~4/ldsgvHg4ii4" height="1" width="1"/&gt;</summary>
  <feedburner:origLink>http://groups.google.com/group/wp-hackers/browse_thread/thread/be8dd8b3e15a4d78</feedburner:origLink></entry>
  <entry>
  <author>
  <name>Mario Peshev</name>
  <email>ma...@peshev.net</email>
  </author>
  <updated>2012-03-22T21:02:47Z</updated>
  <id>http://groups.google.com/group/wp-hackers/browse_thread/thread/b47fbe24d568be21</id>
  <link href="http://feedproxy.google.com/~r/wp-hackers/~3/C3RVgVI1_kk/b47fbe24d568be21" />
  <title type="html">[wp-hackers] Unit testing for WordPress</title>
  <summary type="html" xml:space="preserve">
  Hello everyone, &lt;br&gt; I've been reviewing the Automated Testing page in the Codex - &lt;br&gt; &lt;a target="_blank" rel=nofollow href="http://codex.wordpress.org/Automated_Testing"&gt;[link]&lt;/a&gt; - and downloaded the sample &lt;br&gt; tests out there. It is using a separate testing environment - a separate &lt;br&gt; install to run the tests on. &lt;br&gt; Since I would like to write my own tests, is there a pack I could add to my
  &lt;img src="http://feeds.feedburner.com/~r/wp-hackers/~4/C3RVgVI1_kk" height="1" width="1"/&gt;</summary>
  <feedburner:origLink>http://groups.google.com/group/wp-hackers/browse_thread/thread/b47fbe24d568be21</feedburner:origLink></entry>
  <entry>
  <author>
  <name>onlyunusedname</name>
  <email>onlyunusedn...@gmail.com</email>
  </author>
  <updated>2012-03-21T19:04:38Z</updated>
  <id>http://groups.google.com/group/wp-hackers/browse_thread/thread/3592489d7b6b60ad</id>
  <link href="http://feedproxy.google.com/~r/wp-hackers/~3/nMkIW3BU5yk/3592489d7b6b60ad" />
  <title type="html">[wp-hackers] Force a new ABSPATH when moving WordPress?</title>
  <summary type="html" xml:space="preserve">
  I have a quick question that may be more PHP than WordPress. &lt;br&gt; Whenever I move a small WordPress site database inclusive (and by move, I &lt;br&gt; mean change its path and URI), I usually just change all the references to &lt;br&gt; the domain in the database with a search and replace. &lt;br&gt; This seems to work for my needs, but the problem I run into every time is
  &lt;img src="http://feeds.feedburner.com/~r/wp-hackers/~4/nMkIW3BU5yk" height="1" width="1"/&gt;</summary>
  <feedburner:origLink>http://groups.google.com/group/wp-hackers/browse_thread/thread/3592489d7b6b60ad</feedburner:origLink></entry>
  <entry>
  <author>
  <name>Jeremy Hough</name>
  <email>jer...@digitalbrands.com</email>
  </author>
  <updated>2012-03-21T16:06:45Z</updated>
  <id>http://groups.google.com/group/wp-hackers/browse_thread/thread/213e2c52c454dad4</id>
  <link href="http://feedproxy.google.com/~r/wp-hackers/~3/6gvWnDLJCaI/213e2c52c454dad4" />
  <title type="html">Re: [wp-hackers] Hooking into WP theme/plugin update</title>
  <summary type="html" xml:space="preserve">
  Thanks Otto and Dion. I had looked through the source before asking and &lt;br&gt; was considering using GET urlparams to do the job, but wasn't sure if &lt;br&gt; there was any type of hooks that could perhaps handle it better. &lt;br&gt; In that light, pre_http_request might be the route to go should I need &lt;br&gt; that complexity. Alternatively, I can always fall back on passing the
  &lt;img src="http://feeds.feedburner.com/~r/wp-hackers/~4/6gvWnDLJCaI" height="1" width="1"/&gt;</summary>
  <feedburner:origLink>http://groups.google.com/group/wp-hackers/browse_thread/thread/213e2c52c454dad4</feedburner:origLink></entry>
  <entry>
  <author>
  <name>Tom Barrett</name>
  <email>tcbarr...@gmail.com</email>
  </author>
  <updated>2012-03-21T15:14:29Z</updated>
  <id>http://groups.google.com/group/wp-hackers/browse_thread/thread/fce993c62dc4ad05</id>
  <link href="http://feedproxy.google.com/~r/wp-hackers/~3/jmVzjHGNqMI/fce993c62dc4ad05" />
  <title type="html">[wp-hackers] Running out of memory using $wpdb</title>
  <summary type="html" xml:space="preserve">
  Hi &lt;br&gt; I have a custom table with 25k rows (and another joined on it with 300k &lt;br&gt; rows, but I haven't got to that yet). &lt;br&gt; The data is sitting on a box with a regular ~250M memory free. I'm trying &lt;br&gt; to parse the data for reporting, but cannot grab more than ~6k rows without &lt;br&gt; running out of memory (sometimes dying silently).
  &lt;img src="http://feeds.feedburner.com/~r/wp-hackers/~4/jmVzjHGNqMI" height="1" width="1"/&gt;</summary>
  <feedburner:origLink>http://groups.google.com/group/wp-hackers/browse_thread/thread/fce993c62dc4ad05</feedburner:origLink></entry>
  <entry>
  <author>
  <name>Jeremy Hough</name>
  <email>jer...@digitalbrands.com</email>
  </author>
  <updated>2012-03-20T21:23:21Z</updated>
  <id>http://groups.google.com/group/wp-hackers/browse_thread/thread/4e5dd9a98d9ed4fd</id>
  <link href="http://feedproxy.google.com/~r/wp-hackers/~3/XgFtr12kTEs/4e5dd9a98d9ed4fd" />
  <title type="html">[wp-hackers] Hooking into WP theme/plugin update downloading</title>
  <summary type="html" xml:space="preserve">
  I have a working (and extended) setup of Jeremy Clark's Self-Hosted &lt;br&gt; Plugin Update API &lt;br&gt; (&lt;a target="_blank" rel=nofollow href="https://github.com/jeremyclark13/automatic-theme-plugin-update"&gt;[link]&lt;/a&gt;). I am &lt;br&gt; setting up my update server to force/require https connections to &lt;br&gt; encrypt transmissions. I am wanting to use oAuth for authentication (and
  &lt;img src="http://feeds.feedburner.com/~r/wp-hackers/~4/XgFtr12kTEs" height="1" width="1"/&gt;</summary>
  <feedburner:origLink>http://groups.google.com/group/wp-hackers/browse_thread/thread/4e5dd9a98d9ed4fd</feedburner:origLink></entry>
  <entry>
  <author>
  <name>Micky Hulse</name>
  <email>mickyhulse.li...@gmail.com</email>
  </author>
  <updated>2012-03-20T17:39:53Z</updated>
  <id>http://groups.google.com/group/wp-hackers/browse_thread/thread/be97722d1131b503</id>
  <link href="http://feedproxy.google.com/~r/wp-hackers/~3/GAPVIaESIqw/be97722d1131b503" />
  <title type="html">[wp-hackers] last_updated blogs?</title>
  <summary type="html" xml:space="preserve">
  Hello, &lt;br&gt; Just curious... &lt;br&gt; Does the &amp;quot;last_updated&amp;quot; column of a blog on the blogs table &lt;br&gt; (multisite) == the last time an entry was published to that blog (OR) &lt;br&gt; the last time anything was updated (i.e. setting changed, page added, &lt;br&gt; other...)? &lt;br&gt; Thanks! &lt;br&gt; Micky &lt;br&gt; ______________________________ _________________ &lt;br&gt; wp-hackers mailing list
  &lt;img src="http://feeds.feedburner.com/~r/wp-hackers/~4/GAPVIaESIqw" height="1" width="1"/&gt;</summary>
  <feedburner:origLink>http://groups.google.com/group/wp-hackers/browse_thread/thread/be97722d1131b503</feedburner:origLink></entry>
  <entry>
  <author>
  <name>Jakob Moody</name>
  <email>emeraldcitys...@gmail.com</email>
  </author>
  <updated>2012-03-20T03:50:14Z</updated>
  <id>http://groups.google.com/group/wp-hackers/browse_thread/thread/e7ef5e747ad339eb</id>
  <link href="http://feedproxy.google.com/~r/wp-hackers/~3/Lr_wbUp4Wm0/e7ef5e747ad339eb" />
  <title type="html">[wp-hackers] Dashboard???</title>
  <summary type="html" xml:space="preserve">
  I am a total noob, In fact I don't even own a computer and never have... &lt;br&gt; So if the dashboard on a site won't let me edit or delete my post. Is that &lt;br&gt; a bug do to the new edition of WordPress or something else? &lt;br&gt; I am not the only user with this issue. So, it can't be because I only have &lt;br&gt; a phone for access to the WordPress sites.
  &lt;img src="http://feeds.feedburner.com/~r/wp-hackers/~4/Lr_wbUp4Wm0" height="1" width="1"/&gt;</summary>
  <feedburner:origLink>http://groups.google.com/group/wp-hackers/browse_thread/thread/e7ef5e747ad339eb</feedburner:origLink></entry>
  <entry>
  <author>
  <name>Andrey Mavrin</name>
  <email>andrey.mavri...@gmail.com</email>
  </author>
  <updated>2012-03-18T18:56:32Z</updated>
  <id>http://groups.google.com/group/wp-hackers/browse_thread/thread/504f805f2b0fb5e8</id>
  <link href="http://feedproxy.google.com/~r/wp-hackers/~3/SFQiEqhJD_w/504f805f2b0fb5e8" />
  <title type="html">Re: [wp-hackers] GSoC</title>
  <summary type="html" xml:space="preserve">
  Hello, my name is Andrey. II wrote a variety of themes and plugins on &lt;br&gt; wordpress. &lt;br&gt; I really liked your ideas: &lt;br&gt; Media &lt;br&gt; File Uploader &lt;br&gt; Move WordPress &lt;br&gt; Template Versioning &lt;br&gt; I think that the idea of ​​&amp;quot;Media&amp;quot; is particularly relevant and I would &lt;br&gt; like to work on this &lt;br&gt; ______________________________ _________________
  &lt;img src="http://feeds.feedburner.com/~r/wp-hackers/~4/SFQiEqhJD_w" height="1" width="1"/&gt;</summary>
  <feedburner:origLink>http://groups.google.com/group/wp-hackers/browse_thread/thread/504f805f2b0fb5e8</feedburner:origLink></entry>
  <entry>
  <author>
  <name>Brad Touesnard</name>
  <email>b...@touesnard.com</email>
  </author>
  <updated>2012-03-18T00:39:57Z</updated>
  <id>http://groups.google.com/group/wp-hackers/browse_thread/thread/4ed6bd26b9fc56c0</id>
  <link href="http://feedproxy.google.com/~r/wp-hackers/~3/xVgJPP8sMts/4ed6bd26b9fc56c0" />
  <title type="html">[wp-hackers] Coding Standards: Functions vs. Classes</title>
  <summary type="html" xml:space="preserve">
  It seems there's two competing views on whether a set of functions or a &lt;br&gt; class should be used in core. For example, the relatively recent transients &lt;br&gt; API is a set of functions, but could have just as easily been a class. Is &lt;br&gt; there some reasoning behind the decision to use a set of functions instead &lt;br&gt; of a class? Or is it coders choice?
  &lt;img src="http://feeds.feedburner.com/~r/wp-hackers/~4/xVgJPP8sMts" height="1" width="1"/&gt;</summary>
  <feedburner:origLink>http://groups.google.com/group/wp-hackers/browse_thread/thread/4ed6bd26b9fc56c0</feedburner:origLink></entry>
  <entry>
  <author>
  <name>Nicholas Ciske</name>
  <email>n...@thoughtrefinery.com</email>
  </author>
  <updated>2012-03-15T19:03:14Z</updated>
  <id>http://groups.google.com/group/wp-hackers/browse_thread/thread/7712eafc1eedd1f4</id>
  <link href="http://feedproxy.google.com/~r/wp-hackers/~3/hpUwBJSMd9M/7712eafc1eedd1f4" />
  <title type="html">Re: [wp-hackers] Percona Server and WordPress</title>
  <summary type="html" xml:space="preserve">
  Jeremy, &lt;br&gt; Have you written up the config changes &amp;amp; process of getting MariaDB set-up anywhere? I didn't see anything on your blog, but I'd love to know what it would take to implement MariaDB on my server. &lt;br&gt; _________________________ &lt;br&gt; Nick Ciske &lt;br&gt; Minneapolis WordPress Development &lt;br&gt; &lt;a target="_blank" rel=nofollow href="http://thoughtrefinery.com/"&gt;[link]&lt;/a&gt;
  &lt;img src="http://feeds.feedburner.com/~r/wp-hackers/~4/hpUwBJSMd9M" height="1" width="1"/&gt;</summary>
  <feedburner:origLink>http://groups.google.com/group/wp-hackers/browse_thread/thread/7712eafc1eedd1f4</feedburner:origLink></entry>
  <entry>
  <author>
  <name>Iyanu Grace</name>
  <email>iyanugr...@yahoo.com</email>
  </author>
  <updated>2012-03-15T18:23:30Z</updated>
  <id>http://groups.google.com/group/wp-hackers/browse_thread/thread/8c0a62c631faf792</id>
  <link href="http://feedproxy.google.com/~r/wp-hackers/~3/U8zPVThjQa0/8c0a62c631faf792" />
  <title type="html">Re: [wp-hackers] wp-hackers Digest, Vol 86, Issue 13</title>
  <summary type="html" xml:space="preserve">
  Hello.I have a offer for any hacker that has interest.I own a website where i sell cameras .I need someone that would be shopping on my mwebsite with cc and i will pay him 30% on each goods bought at the shop. shipping to the same billing address ..if any interest ,please write me through this email address or darin.cantr...@aol.com
  &lt;img src="http://feeds.feedburner.com/~r/wp-hackers/~4/U8zPVThjQa0" height="1" width="1"/&gt;</summary>
  <feedburner:origLink>http://groups.google.com/group/wp-hackers/browse_thread/thread/8c0a62c631faf792</feedburner:origLink></entry>
  <entry>
  <author>
  <name>fris</name>
  <email>f...@fris.net</email>
  </author>
  <updated>2012-03-15T15:24:21Z</updated>
  <id>http://groups.google.com/group/wp-hackers/browse_thread/thread/4e7fde0a69614412</id>
  <link href="http://feedproxy.google.com/~r/wp-hackers/~3/0qDXfEkvZ1I/4e7fde0a69614412" />
  <title type="html">[wp-hackers] mask mysql password on install</title>
  <summary type="html" xml:space="preserve">
  Anyway to mask the mysql password on install instead of showing plain text? &lt;br&gt; Thanks. &lt;br&gt; ______________________________ _________________ &lt;br&gt; wp-hackers mailing list &lt;br&gt; wp-hack...@lists.automattic.co m &lt;br&gt; &lt;a target="_blank" rel=nofollow href="http://lists.automattic.com/mailman/listinfo/wp-hackers"&gt;[link]&lt;/a&gt;
  &lt;img src="http://feeds.feedburner.com/~r/wp-hackers/~4/0qDXfEkvZ1I" height="1" width="1"/&gt;</summary>
  <feedburner:origLink>http://groups.google.com/group/wp-hackers/browse_thread/thread/4e7fde0a69614412</feedburner:origLink></entry>
  <entry>
  <author>
  <name>Serafin</name>
  <email>serafin.vazq...@gmail.com</email>
  </author>
  <updated>2012-03-15T14:34:42Z</updated>
  <id>http://groups.google.com/group/wp-hackers/browse_thread/thread/be6fe9f7facefc17</id>
  <link href="http://feedproxy.google.com/~r/wp-hackers/~3/ix2txyXUpco/be6fe9f7facefc17" />
  <title type="html">Re: [wp-hackers] wp-hackers Digest, Vol 86, Issue 24</title>
  <summary type="html" xml:space="preserve">
  Sent from my Droid Charge on Verizon 4GLTE &lt;br&gt; ______________________________ _________________ &lt;br&gt; wp-hackers mailing list &lt;br&gt; wp-hack...@lists.automattic.co m &lt;br&gt; &lt;a target="_blank" rel=nofollow href="http://lists.automattic.com/mailman/listinfo/wp-hackers"&gt;[link]&lt;/a&gt;
  &lt;img src="http://feeds.feedburner.com/~r/wp-hackers/~4/ix2txyXUpco" height="1" width="1"/&gt;</summary>
  <feedburner:origLink>http://groups.google.com/group/wp-hackers/browse_thread/thread/be6fe9f7facefc17</feedburner:origLink></entry>
  <entry>
  <author>
  <name>Chris Williams</name>
  <email>ch...@clwill.com</email>
  </author>
  <updated>2012-03-14T19:37:29Z</updated>
  <id>http://groups.google.com/group/wp-hackers/browse_thread/thread/23b42ea22a3adb2f</id>
  <link href="http://feedproxy.google.com/~r/wp-hackers/~3/w5I_TaqYihE/23b42ea22a3adb2f" />
  <title type="html">[wp-hackers] Reset Login Timer</title>
  <summary type="html" xml:space="preserve">
  I tried asking this in the wp.org forums, got no hits. Was wondering if someone here could advise. &lt;br&gt; I'm writing a plugin that relies on the user being logged in to access a number of features. The login expires after a period of time (24 hrs, I believe?). I want to have it reset if/when there is any activity - can be just a page load doesn't have to be anything fancy (like typing on the page). Was thinking of adding some code into my page header to reset the cookies. Just looking through things and I see that it looks like wp_set_auth_cookie() is the thing I want. I see that in user.php, there is a case where it does:
  &lt;img src="http://feeds.feedburner.com/~r/wp-hackers/~4/w5I_TaqYihE" height="1" width="1"/&gt;</summary>
  <feedburner:origLink>http://groups.google.com/group/wp-hackers/browse_thread/thread/23b42ea22a3adb2f</feedburner:origLink></entry>
  <entry>
  <author>
  <name>Nícholas André</name>
  <email>nicho...@iotecnologia.com.br</email>
  </author>
  <updated>2012-03-14T16:58:23Z</updated>
  <id>http://groups.google.com/group/wp-hackers/browse_thread/thread/307c6c2258e85b6b</id>
  <link href="http://feedproxy.google.com/~r/wp-hackers/~3/tbbDWhL7U0A/307c6c2258e85b6b" />
  <title type="html">[wp-hackers] Bug with post__in in WP 3.3.1?</title>
  <summary type="html" xml:space="preserve">
  Hi guys, I trying to get the 'Sticky' Post, but i have an issue. &lt;br&gt; I have the code above: &lt;br&gt; sticky = get_option('sticky_posts'); &lt;br&gt; $slidePosts = array_slice($sticky , 0,3); &lt;br&gt; $featuredPosts = array_slice($sticky , 4, 3); &lt;br&gt; $slide = new WP_Query(array('post__in' =&amp;gt; $slidePosts));
  &lt;img src="http://feeds.feedburner.com/~r/wp-hackers/~4/tbbDWhL7U0A" height="1" width="1"/&gt;</summary>
  <feedburner:origLink>http://groups.google.com/group/wp-hackers/browse_thread/thread/307c6c2258e85b6b</feedburner:origLink></entry>
  <entry>
  <author>
  <name>Tom Barrett</name>
  <email>tcbarr...@gmail.com</email>
  </author>
  <updated>2012-03-14T14:04:09Z</updated>
  <id>http://groups.google.com/group/wp-hackers/browse_thread/thread/b3506d2411a1b094</id>
  <link href="http://feedproxy.google.com/~r/wp-hackers/~3/qda529xhVOM/b3506d2411a1b094" />
  <title type="html">[wp-hackers] Adding query var to pages with rewrites</title>
  <summary type="html" xml:space="preserve">
  I want to write a shortcode that grabs a custom query var. For example: &lt;br&gt; &lt;a target="_blank" rel=nofollow href="http://www.tcbarrett.com/contact-us/myvar/12"&gt;[link]&lt;/a&gt; &lt;br&gt; This loads the /contact-us/ page and adds myvar=12 &lt;br&gt; I'm guessing this is much like the pagination (/contact-us/page/2), but I'm &lt;br&gt; stuck on how to do this.
  &lt;img src="http://feeds.feedburner.com/~r/wp-hackers/~4/qda529xhVOM" height="1" width="1"/&gt;</summary>
  <feedburner:origLink>http://groups.google.com/group/wp-hackers/browse_thread/thread/b3506d2411a1b094</feedburner:origLink></entry>
  <entry>
  <author>
  <name>Leo germani</name>
  <email>leogerm...@gmail.com</email>
  </author>
  <updated>2012-03-13T22:08:17Z</updated>
  <id>http://groups.google.com/group/wp-hackers/browse_thread/thread/fda3bf0b92cbcad6</id>
  <link href="http://feedproxy.google.com/~r/wp-hackers/~3/zlc2qqiTesc/fda3bf0b92cbcad6" />
  <title type="html">[wp-hackers] congratulations on wp_localize_script</title>
  <summary type="html" xml:space="preserve">
  Hi, &lt;br&gt; I just wanted to congratulate whoever was responsible for the recent &lt;br&gt; changes on wp_localize_script function. &lt;br&gt; This is the kind of improvement few people talk about, and I bet many &lt;br&gt; people are wondering what the hell happened: &lt;br&gt; wp_localize_script used to send all variables as javascript strings. And if
  &lt;img src="http://feeds.feedburner.com/~r/wp-hackers/~4/zlc2qqiTesc" height="1" width="1"/&gt;</summary>
  <feedburner:origLink>http://groups.google.com/group/wp-hackers/browse_thread/thread/fda3bf0b92cbcad6</feedburner:origLink></entry>
  <entry>
  <author>
  <name>Matt Slocum</name>
  <email>mattslo...@sharefaith.com</email>
  </author>
  <updated>2012-03-12T18:39:41Z</updated>
  <id>http://groups.google.com/group/wp-hackers/browse_thread/thread/737d37d517e3e7b6</id>
  <link href="http://feedproxy.google.com/~r/wp-hackers/~3/yHIuhdiNfaA/737d37d517e3e7b6" />
  <title type="html">[wp-hackers] How to detect WP upgrade or installation</title>
  <summary type="html" xml:space="preserve">
  Hi, &lt;br&gt; We have a bunch of customer websites, and occasionally one of them gets &lt;br&gt; messed up install during a core WP upgrade. I haven't been able to &lt;br&gt; pin-point what is going wrong. We've had a variety of problems from an &lt;br&gt; incomplete upgrade (in random locations) to an update where the &lt;br&gt; wp-config.php file gets cleared out (happened again today).
  &lt;img src="http://feeds.feedburner.com/~r/wp-hackers/~4/yHIuhdiNfaA" height="1" width="1"/&gt;</summary>
  <feedburner:origLink>http://groups.google.com/group/wp-hackers/browse_thread/thread/737d37d517e3e7b6</feedburner:origLink></entry>
  <entry>
  <author>
  <name>Bjorn Wijers</name>
  <email>burobj...@gmail.com</email>
  </author>
  <updated>2012-03-12T17:01:50Z</updated>
  <id>http://groups.google.com/group/wp-hackers/browse_thread/thread/288c1c3bf7436c02</id>
  <link href="http://feedproxy.google.com/~r/wp-hackers/~3/YhYWPHj-rjA/288c1c3bf7436c02" />
  <title type="html">[wp-hackers] Who to contact in order to take over development of a plugin?</title>
  <summary type="html" xml:space="preserve">
  Hi, &lt;br&gt; I've contacted the author of the File Icons plugin &lt;br&gt; (&lt;a target="_blank" rel=nofollow href="http://wordpress.org/extend/plugins/file-icons/"&gt;[link]&lt;/a&gt;) and we agreed that I'm &lt;br&gt; taking over development of this plugin (I can send our conversation). &lt;br&gt; I'm already a contributor, but I'm not sure who I need to contact to &lt;br&gt; become the lead developer of this plugin? Can someone point me in the
  &lt;img src="http://feeds.feedburner.com/~r/wp-hackers/~4/YhYWPHj-rjA" height="1" width="1"/&gt;</summary>
  <feedburner:origLink>http://groups.google.com/group/wp-hackers/browse_thread/thread/288c1c3bf7436c02</feedburner:origLink></entry>
  <entry>
  <author>
  <name>John Black</name>
  <email>immanen...@gmail.com</email>
  </author>
  <updated>2012-03-12T09:38:55Z</updated>
  <id>http://groups.google.com/group/wp-hackers/browse_thread/thread/f3634accbf530957</id>
  <link href="http://feedproxy.google.com/~r/wp-hackers/~3/_--2nJHyfYs/f3634accbf530957" />
  <title type="html">[wp-hackers] newbie question on custom page templates</title>
  <summary type="html" xml:space="preserve">
  Hi, &lt;br&gt; So I have a news site, but I want it to look less like a blog than it does. I thought about trying to create a custom page template for each category, so it looks like the site has real sections. Only returns from a given category would show up, but there would be many ways of handing them (a slider, a carousel, posts with thumbnails, posts without, etc).
  &lt;img src="http://feeds.feedburner.com/~r/wp-hackers/~4/_--2nJHyfYs" height="1" width="1"/&gt;</summary>
  <feedburner:origLink>http://groups.google.com/group/wp-hackers/browse_thread/thread/f3634accbf530957</feedburner:origLink></entry>
  <entry>
  <author>
  <name>Hydrostarr</name>
  <email>lists.automattic.com--wp-hack...@hydrostarr.com</email>
  </author>
  <updated>2012-03-11T16:54:30Z</updated>
  <id>http://groups.google.com/group/wp-hackers/browse_thread/thread/4a34c22938da30da</id>
  <link href="http://feedproxy.google.com/~r/wp-hackers/~3/QznfPqGdToM/4a34c22938da30da" />
  <title type="html">[wp-hackers] Multiple versions of same install independently running on same server</title>
  <summary type="html" xml:space="preserve">
  Need multiple versions of same install independently running on same &lt;br&gt; server. No sharing of install/files/databases. Just want to git clone &lt;br&gt; the same install (many different template/style.css customizations &lt;br&gt; between independent site installs) into different install directories &lt;br&gt; and map them independently (with with diff Apache virtual hosts or
  &lt;img src="http://feeds.feedburner.com/~r/wp-hackers/~4/QznfPqGdToM" height="1" width="1"/&gt;</summary>
  <feedburner:origLink>http://groups.google.com/group/wp-hackers/browse_thread/thread/4a34c22938da30da</feedburner:origLink></entry>
  <entry>
  <author>
  <name>Haluk Karamete</name>
  <email>halukkaram...@gmail.com</email>
  </author>
  <updated>2012-03-10T17:32:46Z</updated>
  <id>http://groups.google.com/group/wp-hackers/browse_thread/thread/e0471618907fa2f8</id>
  <link href="http://feedproxy.google.com/~r/wp-hackers/~3/pdmwb6ol-PE/e0471618907fa2f8" />
  <title type="html">[wp-hackers] corrected &gt; coding standards and practicality of use.</title>
  <summary type="html" xml:space="preserve">
  (left/right correction applied.) &lt;br&gt; I am trying to build a new framework that would give me RAD power &lt;br&gt; easing my day to day operations, the way I like it to be. I'm new to &lt;br&gt; PHP ( coming from ASP background ) but I'm loving it though it is &lt;br&gt; tremendously different. &lt;br&gt; I am thinking that this library I'm working on, day in day out, may
  &lt;img src="http://feeds.feedburner.com/~r/wp-hackers/~4/pdmwb6ol-PE" height="1" width="1"/&gt;</summary>
  <feedburner:origLink>http://groups.google.com/group/wp-hackers/browse_thread/thread/e0471618907fa2f8</feedburner:origLink></entry>
  <entry>
  <author>
  <name>Haluk Karamete</name>
  <email>halukkaram...@gmail.com</email>
  </author>
  <updated>2012-03-10T17:27:01Z</updated>
  <id>http://groups.google.com/group/wp-hackers/browse_thread/thread/0b82891ce8e079db</id>
  <link href="http://feedproxy.google.com/~r/wp-hackers/~3/m04icynVBm0/0b82891ce8e079db" />
  <title type="html">[wp-hackers] coding standards and practicality of use</title>
  <summary type="html" xml:space="preserve">
  I am trying to build a new framework that would give me RAD power &lt;br&gt; easing my day to day operations, the way I like it to be. I'm new to &lt;br&gt; PHP ( coming from ASP background ) but I'm loving it though it is &lt;br&gt; tremendously different. &lt;br&gt; I am thinking that this library I'm working on, day in day out, may &lt;br&gt; prove useful at the end - not just for me bit also for some other
  &lt;img src="http://feeds.feedburner.com/~r/wp-hackers/~4/m04icynVBm0" height="1" width="1"/&gt;</summary>
  <feedburner:origLink>http://groups.google.com/group/wp-hackers/browse_thread/thread/0b82891ce8e079db</feedburner:origLink></entry>
  <entry>
  <author>
  <name>Samiran Raj Boro</name>
  <email>sra...@gmail.com</email>
  </author>
  <updated>2012-03-09T19:41:50Z</updated>
  <id>http://groups.google.com/group/wp-hackers/browse_thread/thread/57148e3ef8151a4b</id>
  <link href="http://feedproxy.google.com/~r/wp-hackers/~3/Y8frSODhZjA/57148e3ef8151a4b" />
  <title type="html">[wp-hackers] GSOC 2012</title>
  <summary type="html" xml:space="preserve">
  Hi, &lt;br&gt; I am Samiran Raj Boro pursing BTech (CSE) in Gauhati University. I am &lt;br&gt; interested to submit proposal to WP this year in GSOC. I looked for this &lt;br&gt; year ideal page for GSOC, but could not find it. I can find the last year &lt;br&gt; idea list. Is the list yet to be published? &lt;br&gt; Any suggestions for me please. &lt;br&gt; Samiran
  &lt;img src="http://feeds.feedburner.com/~r/wp-hackers/~4/Y8frSODhZjA" height="1" width="1"/&gt;</summary>
  <feedburner:origLink>http://groups.google.com/group/wp-hackers/browse_thread/thread/57148e3ef8151a4b</feedburner:origLink></entry>
  <entry>
  <author>
  <name>Pankaj Kumar Sharma</name>
  <email>sharmapankaj1...@gmail.com</email>
  </author>
  <updated>2012-03-09T19:19:31Z</updated>
  <id>http://groups.google.com/group/wp-hackers/browse_thread/thread/cd43561773e5befc</id>
  <link href="http://feedproxy.google.com/~r/wp-hackers/~3/VtquaqrDg64/cd43561773e5befc" />
  <title type="html">[wp-hackers] Posting google news as blog posts</title>
  <summary type="html" xml:space="preserve">
  Hi &lt;br&gt; using google news search and wp apis I have made a plugin that allows &lt;br&gt; admins to post google news in their blogs without even logging inside the &lt;br&gt; admin panel. &lt;br&gt; The plugin is in initial stage. I welcome you all to test this and provide &lt;br&gt; me feedbacks. &lt;br&gt; Here it is: &lt;a target="_blank" rel=nofollow href="http://engineerinme.com/gnews-wordpress.zip"&gt;[link]&lt;/a&gt;
  &lt;img src="http://feeds.feedburner.com/~r/wp-hackers/~4/VtquaqrDg64" height="1" width="1"/&gt;</summary>
  <feedburner:origLink>http://groups.google.com/group/wp-hackers/browse_thread/thread/cd43561773e5befc</feedburner:origLink></entry>
  <entry>
  <author>
  <name>Brian Layman</name>
  <email>wp-hack...@thecodecave.com</email>
  </author>
  <updated>2012-03-08T21:26:03Z</updated>
  <id>http://groups.google.com/group/wp-hackers/browse_thread/thread/220f1165ee843b8a</id>
  <link href="http://feedproxy.google.com/~r/wp-hackers/~3/_lcZGS2zEuI/220f1165ee843b8a" />
  <title type="html">[wp-hackers] Percona Server and WordPress</title>
  <summary type="html" xml:space="preserve">
  Has any one tried running Percona Server on their WP configs? &lt;br&gt; &lt;a target="_blank" rel=nofollow href="http://www.percona.com/software/percona-server/"&gt;[link]&lt;/a&gt; &lt;br&gt; It is a drop in replacement for MySQL and has impressive stats. They &lt;br&gt; brag about being some 40% faster than MySQL InnoDB &lt;br&gt; &lt;a target="_blank" rel=nofollow href="http://www.percona.com/software/percona-server/benchmarks/"&gt;[link]&lt;/a&gt; &lt;br&gt; (I do note that this stat comparison is from 2010 and MySQL 5.5.8 and
  &lt;img src="http://feeds.feedburner.com/~r/wp-hackers/~4/_lcZGS2zEuI" height="1" width="1"/&gt;</summary>
  <feedburner:origLink>http://groups.google.com/group/wp-hackers/browse_thread/thread/220f1165ee843b8a</feedburner:origLink></entry>
  <entry>
  <author>
  <name>Ryan McCue</name>
  <email>li...@rotorised.com</email>
  </author>
  <updated>2012-03-07T22:21:14Z</updated>
  <id>http://groups.google.com/group/wp-hackers/browse_thread/thread/0684eaad5c25e22d</id>
  <link href="http://feedproxy.google.com/~r/wp-hackers/~3/Pet4gZhjQgk/0684eaad5c25e22d" />
  <title type="html">[wp-hackers] GSoC Dates in the Southern Hemisphere</title>
  <summary type="html" xml:space="preserve">
  Hey everyone, &lt;br&gt; This is aimed mainly at those who have been in GSoC in the past; &lt;br&gt; specifically those who use the southern hemisphere semester dates. &lt;br&gt; I'm in Australia, and I'm wondering how hard it was to participate in &lt;br&gt; GSoC when it starts overlapping the start of the next semester. As far &lt;br&gt; as I can see, there'd be about a month overlap (semester starts in July,
  &lt;img src="http://feeds.feedburner.com/~r/wp-hackers/~4/Pet4gZhjQgk" height="1" width="1"/&gt;</summary>
  <feedburner:origLink>http://groups.google.com/group/wp-hackers/browse_thread/thread/0684eaad5c25e22d</feedburner:origLink></entry>
  <entry>
  <author>
  <name>Julien Chaumond</name>
  <email>chaum...@gmail.com</email>
  </author>
  <updated>2012-03-07T13:44:16Z</updated>
  <id>http://groups.google.com/group/wp-hackers/browse_thread/thread/b713dce5eddab6b5</id>
  <link href="http://feedproxy.google.com/~r/wp-hackers/~3/aDE3p-70IJg/b713dce5eddab6b5" />
  <title type="html">[wp-hackers] Programmatically add a Navigation menu and menu items</title>
  <summary type="html" xml:space="preserve">
  Hi, &lt;br&gt; I need to, through API functions, define a new Navigation menu ( &lt;br&gt; &lt;a target="_blank" rel=nofollow href="http://codex.wordpress.org/Navigation_Menus"&gt;[link]&lt;/a&gt;), select it in the current &lt;br&gt; theme, then insert a few Pages as menu items. This is to be done for &lt;br&gt; instance on a theme activation. &lt;br&gt; First of all, I've been unable to find much documentation about that: have
  &lt;img src="http://feeds.feedburner.com/~r/wp-hackers/~4/aDE3p-70IJg" height="1" width="1"/&gt;</summary>
  <feedburner:origLink>http://groups.google.com/group/wp-hackers/browse_thread/thread/b713dce5eddab6b5</feedburner:origLink></entry>
  <entry>
  <author>
  <name>Lox</name>
  <email>lox....@knc.nc</email>
  </author>
  <updated>2012-03-07T02:47:50Z</updated>
  <id>http://groups.google.com/group/wp-hackers/browse_thread/thread/e08b5ab6d5741b33</id>
  <link href="http://feedproxy.google.com/~r/wp-hackers/~3/UjJfARa6JpA/e08b5ab6d5741b33" />
  <title type="html">[wp-hackers] How to make a role inherit anther role's capabilities?</title>
  <summary type="html" xml:space="preserve">
  Hello, &lt;br&gt; When creating a role I would like it to inherit the capabilities of an &lt;br&gt; other role . &lt;br&gt; Is that possible? &lt;br&gt; Regards
  &lt;img src="http://feeds.feedburner.com/~r/wp-hackers/~4/UjJfARa6JpA" height="1" width="1"/&gt;</summary>
  <feedburner:origLink>http://groups.google.com/group/wp-hackers/browse_thread/thread/e08b5ab6d5741b33</feedburner:origLink></entry>
  <entry>
  <author>
  <name>Jane Wells</name>
  <email>j...@automattic.com</email>
  </author>
  <updated>2012-03-06T17:10:48Z</updated>
  <id>http://groups.google.com/group/wp-hackers/browse_thread/thread/94818d295dacc0d6</id>
  <link href="http://feedproxy.google.com/~r/wp-hackers/~3/JGXg9b_gQGM/94818d295dacc0d6" />
  <title type="html">[wp-hackers] SXSW party</title>
  <summary type="html" xml:space="preserve">
  If you'll be at SXSW this year, RSVP to come to the WordPress party on &lt;br&gt; the 12th! Snacks, booze, WordPress people, what more could you ask for? &lt;br&gt; No SXSW required, just an RSVP. &lt;br&gt; Also, if anyone wants to volunteer at the booth to help people with &lt;br&gt; their sites/answer questions, get in touch with Rose &lt;br&gt; (r...@automattic.com), who is coordinating the booth.
  &lt;img src="http://feeds.feedburner.com/~r/wp-hackers/~4/JGXg9b_gQGM" height="1" width="1"/&gt;</summary>
  <feedburner:origLink>http://groups.google.com/group/wp-hackers/browse_thread/thread/94818d295dacc0d6</feedburner:origLink></entry>
  <entry>
  <author>
  <name>Avinash Jain</name>
  <email>jain.av...@gmail.com</email>
  </author>
  <updated>2012-03-06T06:11:14Z</updated>
  <id>http://groups.google.com/group/wp-hackers/browse_thread/thread/8a8162cadbf3b661</id>
  <link href="http://feedproxy.google.com/~r/wp-hackers/~3/pcvydAYE0RM/8a8162cadbf3b661" />
  <title type="html">Re: [wp-hackers] Gsoc 2012</title>
  <summary type="html" xml:space="preserve">
  Hello all, Myself Avinash Jain pursuing B.Tech in CSE from IIIT-Hyderbad. I &lt;br&gt; am very much interested in android development. I have built many &lt;br&gt; application on android. Can any buddy please tell me how to start &lt;br&gt; communicating with wordpress mentors
  &lt;img src="http://feeds.feedburner.com/~r/wp-hackers/~4/pcvydAYE0RM" height="1" width="1"/&gt;</summary>
  <feedburner:origLink>http://groups.google.com/group/wp-hackers/browse_thread/thread/8a8162cadbf3b661</feedburner:origLink></entry>
  <entry>
  <author>
  <name>Hannit Cohen</name>
  <email>han...@codeart.co.il</email>
  </author>
  <updated>2012-03-04T10:03:52Z</updated>
  <id>http://groups.google.com/group/wp-hackers/browse_thread/thread/5ad0ae04eec3ab01</id>
  <link href="http://feedproxy.google.com/~r/wp-hackers/~3/bIPxhPRmv68/5ad0ae04eec3ab01" />
  <title type="html">[wp-hackers] sending mail wnen post author changes</title>
  <summary type="html" xml:space="preserve">
  Hi, &lt;br&gt; I need to send a notification email whenever the post author changes. &lt;br&gt; One way I thought of is saving the current author in a custom field on &lt;br&gt; pre_post_update and then checking for change on post_save. &lt;br&gt; I was wondering if there is a better more elegant way. &lt;br&gt; I know that pre_post_update is fired in the right time for me to check, but
  &lt;img src="http://feeds.feedburner.com/~r/wp-hackers/~4/bIPxhPRmv68" height="1" width="1"/&gt;</summary>
  <feedburner:origLink>http://groups.google.com/group/wp-hackers/browse_thread/thread/5ad0ae04eec3ab01</feedburner:origLink></entry>
  <entry>
  <author>
  <name>Baki Goxhaj</name>
  <email>ban...@gmail.com</email>
  </author>
  <updated>2012-03-03T22:54:49Z</updated>
  <id>http://groups.google.com/group/wp-hackers/browse_thread/thread/917bc52362c42697</id>
  <link href="http://feedproxy.google.com/~r/wp-hackers/~3/GzRpc2ShDyg/917bc52362c42697" />
  <title type="html">[wp-hackers] HyperDB - worth the trouble?</title>
  <summary type="html" xml:space="preserve">
  Hi fellow hackers, &lt;br&gt; I'm moving host and I'm bringing 20+ website under one install using &lt;br&gt; Multisite. I've been thinking all the time of using HyperDB plugin to give &lt;br&gt; each site a database. I'm don't want to point all the hits in one &lt;br&gt; databases, even though none of the site has massive traffic. I don't think
  &lt;img src="http://feeds.feedburner.com/~r/wp-hackers/~4/GzRpc2ShDyg" height="1" width="1"/&gt;</summary>
  <feedburner:origLink>http://groups.google.com/group/wp-hackers/browse_thread/thread/917bc52362c42697</feedburner:origLink></entry>
  <entry>
  <author>
  <name>Drew</name>
  <email>xood...@gmail.com</email>
  </author>
  <updated>2012-03-03T18:48:13Z</updated>
  <id>http://groups.google.com/group/wp-hackers/browse_thread/thread/f12f4349a2f941c9</id>
  <link href="http://feedproxy.google.com/~r/wp-hackers/~3/cIVPIISAWJo/f12f4349a2f941c9" />
  <title type="html">Re: [wp-hackers] wp_dropdown_categories and multiple selections</title>
  <summary type="html" xml:space="preserve">
  David, &lt;br&gt; There's a ticket on the track discussing this very topic: &lt;br&gt; &lt;a target="_blank" rel=nofollow href="http://core.trac.wordpress.org/ticket/20156"&gt;[link]&lt;/a&gt; &lt;br&gt; In your case, I'd echo scribu's sentiment and ask why not just provide a &lt;br&gt; list of checkboxes as is done with the Categories metabox? UX for a &lt;br&gt; multiple-select dropdown is awful. &lt;br&gt; Drew &lt;br&gt; ______________________________ _________________
  &lt;img src="http://feeds.feedburner.com/~r/wp-hackers/~4/cIVPIISAWJo" height="1" width="1"/&gt;</summary>
  <feedburner:origLink>http://groups.google.com/group/wp-hackers/browse_thread/thread/f12f4349a2f941c9</feedburner:origLink></entry>
  <entry>
  <author>
  <name>Warna Rathnasekara</name>
  <email>warnaudaya...@gmail.com</email>
  </author>
  <updated>2012-03-02T17:54:49Z</updated>
  <id>http://groups.google.com/group/wp-hackers/browse_thread/thread/5f417ff1b3b12553</id>
  <link href="http://feedproxy.google.com/~r/wp-hackers/~3/OGaudthUHwg/5f417ff1b3b12553" />
  <title type="html">[wp-hackers] GSOC 2012</title>
  <summary type="html" xml:space="preserve">
  Hi folks, &lt;br&gt; I'm a student from University of Peradeniya, Sri Lanka. I'm hoping to apply &lt;br&gt; for GSOC project in 2012. When I look some projects which you have &lt;br&gt; proposed, there were some interesting ideas. I hope that your organization &lt;br&gt; will proposed new projects in this year too. I have done some Android &lt;br&gt; projects during past few years and hope to choose an android project from
  &lt;img src="http://feeds.feedburner.com/~r/wp-hackers/~4/OGaudthUHwg" height="1" width="1"/&gt;</summary>
  <feedburner:origLink>http://groups.google.com/group/wp-hackers/browse_thread/thread/5f417ff1b3b12553</feedburner:origLink></entry>
  <entry>
  <author>
  <name>David Law</name>
  <email>wp-hack...@google-adsense-templates.co.uk</email>
  </author>
  <updated>2012-03-02T17:38:22Z</updated>
  <id>http://groups.google.com/group/wp-hackers/browse_thread/thread/480d439c9f821231</id>
  <link href="http://feedproxy.google.com/~r/wp-hackers/~3/fIFqrQBvO14/480d439c9f821231" />
  <title type="html">[wp-hackers] wp_dropdown_categories and multiple selections</title>
  <summary type="html" xml:space="preserve">
  Building an awesome widget :-) which includes wp_dropdown_categories &lt;br&gt; for one of the options and wanted to add the option to select multiple &lt;br&gt; categories and looking at &lt;br&gt; &lt;a target="_blank" rel=nofollow href="http://codex.wordpress.org/Function_Reference/wp_dropdown_categories"&gt;[link]&lt;/a&gt; &lt;br&gt; doesn't appear to be possible. &lt;br&gt; Trying to build a widget that shows posts with thumbnail and excerpt
  &lt;img src="http://feeds.feedburner.com/~r/wp-hackers/~4/fIFqrQBvO14" height="1" width="1"/&gt;</summary>
  <feedburner:origLink>http://groups.google.com/group/wp-hackers/browse_thread/thread/480d439c9f821231</feedburner:origLink></entry>
  <entry>
  <author>
  <name>Kevin Newman</name>
  <email>capta...@unfocus.com</email>
  </author>
  <updated>2012-03-02T15:57:10Z</updated>
  <id>http://groups.google.com/group/wp-hackers/browse_thread/thread/3fb5b86234d88703</id>
  <link href="http://feedproxy.google.com/~r/wp-hackers/~3/1yux6TUqCZI/3fb5b86234d88703" />
  <title type="html">[wp-hackers] canonical not enforced</title>
  <summary type="html" xml:space="preserve">
  Hi, &lt;br&gt; I recently added a url redirect to my site (unfoc.us for &lt;a target="_blank" rel=nofollow href="http://www.unfocus.com"&gt;[link]&lt;/a&gt;). &lt;br&gt; &lt;a target="_blank" rel=nofollow href="http://www.unfocus.com"&gt;[link]&lt;/a&gt; is the canonical - and if I put vanilla unfocus.com the &lt;br&gt; normal cononical enforcement works. For some reason unfoc.us does not &lt;br&gt; get properly redirected to to the canonical url - not even if I use a &lt;br&gt; shortlink (I have permalinks enabled).
  &lt;img src="http://feeds.feedburner.com/~r/wp-hackers/~4/1yux6TUqCZI" height="1" width="1"/&gt;</summary>
  <feedburner:origLink>http://groups.google.com/group/wp-hackers/browse_thread/thread/3fb5b86234d88703</feedburner:origLink></entry>
  <entry>
  <author>
  <name>fris</name>
  <email>f...@fris.net</email>
  </author>
  <updated>2012-03-02T15:48:43Z</updated>
  <id>http://groups.google.com/group/wp-hackers/browse_thread/thread/6ab154e99986e40f</id>
  <link href="http://feedproxy.google.com/~r/wp-hackers/~3/U0HfXBNJ_i0/6ab154e99986e40f" />
  <title type="html">[wp-hackers] anyway around wp hanging on install?</title>
  <summary type="html" xml:space="preserve">
  I came across an issue recently, if you don't have sendmail, exim, qmail, or &lt;br&gt; any smtp server installed, it hangs on the 2nd step where its trying to &lt;br&gt; send out the welcome email. &lt;br&gt; Anyway around this if the user/server doesn't have mail installed? &lt;br&gt; The install itself gets installed, it just hangs for about 5 mins while
  &lt;img src="http://feeds.feedburner.com/~r/wp-hackers/~4/U0HfXBNJ_i0" height="1" width="1"/&gt;</summary>
  <feedburner:origLink>http://groups.google.com/group/wp-hackers/browse_thread/thread/6ab154e99986e40f</feedburner:origLink></entry>
  <entry>
  <author>
  <name>Dmitry Tokmakov</name>
  <email>dmi...@getmoxied.net</email>
  </author>
  <updated>2012-03-02T00:12:14Z</updated>
  <id>http://groups.google.com/group/wp-hackers/browse_thread/thread/8517b74a0062aa96</id>
  <link href="http://feedproxy.google.com/~r/wp-hackers/~3/Xf3xsQuPuTk/8517b74a0062aa96" />
  <title type="html">[wp-hackers] Using Live Database with Development environment</title>
  <summary type="html" xml:space="preserve">
  Hello! &lt;br&gt; I have the following situation which I am trying to resolve and am looking for some assistance with a strategy to do so. &lt;br&gt; I have: &lt;br&gt; 1. A production WordPress site that is being edited very frequently. &lt;br&gt; 2. A development WordPress site that needs to make use of the production sites database. &lt;br&gt; I would like to setup the development server to make use of the same db so when edits are made to the prod or dev enviroment all data is in sync.
  &lt;img src="http://feeds.feedburner.com/~r/wp-hackers/~4/Xf3xsQuPuTk" height="1" width="1"/&gt;</summary>
  <feedburner:origLink>http://groups.google.com/group/wp-hackers/browse_thread/thread/8517b74a0062aa96</feedburner:origLink></entry>
  <entry>
  <author>
  <name>Dmitry Tokmakov</name>
  <email>dmi...@getmoxied.net</email>
  </author>
  <updated>2012-03-01T21:28:10Z</updated>
  <id>http://groups.google.com/group/wp-hackers/browse_thread/thread/988e8f36008f31f3</id>
  <link href="http://feedproxy.google.com/~r/wp-hackers/~3/q3b8wI5oJ2w/988e8f36008f31f3" />
  <title type="html">[wp-hackers] using different templates with in one wordpress installation.</title>
  <summary type="html" xml:space="preserve">
  Hi everyone, &lt;br&gt; I have live wordpress installation for public view, &lt;br&gt; and development server wortdpress installation. I keep two different databases. &lt;br&gt; I need a solution for using two different templates within the same worpdress installation, &lt;br&gt; Does anybody know how implement that ? &lt;br&gt; Tnaks, &lt;br&gt; Dmitry &lt;br&gt; ______________________________ _________________
  &lt;img src="http://feeds.feedburner.com/~r/wp-hackers/~4/q3b8wI5oJ2w" height="1" width="1"/&gt;</summary>
  <feedburner:origLink>http://groups.google.com/group/wp-hackers/browse_thread/thread/988e8f36008f31f3</feedburner:origLink></entry>
  <entry>
  <author>
  <name>Diana K. Cury</name>
  <email>diana...@gmail.com</email>
  </author>
  <updated>2012-03-01T04:28:33Z</updated>
  <id>http://groups.google.com/group/wp-hackers/browse_thread/thread/413fc50f4d6d726e</id>
  <link href="http://feedproxy.google.com/~r/wp-hackers/~3/KichZbAPYJw/413fc50f4d6d726e" />
  <title type="html">[wp-hackers] Changing the TwentyTen menu into a horizontal one :(</title>
  <summary type="html" xml:space="preserve">
  Sorry if in wrong place, I'm trying to change the TwentyTen menu into a horizontal menu (child theme). &lt;br&gt; I came up with this (change #access to #nav if traying): &lt;br&gt; &lt;a target="_blank" rel=nofollow href="http://pastebin.com/0XKAqh0C"&gt;[link]&lt;/a&gt; &lt;br&gt; We set colors classes such pink, green or blue in top menu itens and works like the pics below. The current subcats stay in the screen when browsing their posts, almost ok, but doesn't works if no colors classes is set.
  &lt;img src="http://feeds.feedburner.com/~r/wp-hackers/~4/KichZbAPYJw" height="1" width="1"/&gt;</summary>
  <feedburner:origLink>http://groups.google.com/group/wp-hackers/browse_thread/thread/413fc50f4d6d726e</feedburner:origLink></entry>
  <entry>
  <author>
  <name>Micky Hulse</name>
  <email>mickyhulse.li...@gmail.com</email>
  </author>
  <updated>2012-02-29T20:38:41Z</updated>
  <id>http://groups.google.com/group/wp-hackers/browse_thread/thread/cbd637faffac5e5a</id>
  <link href="http://feedproxy.google.com/~r/wp-hackers/~3/gnub5ToQYXM/cbd637faffac5e5a" />
  <title type="html">[wp-hackers] apply_filters() in an if statement?</title>
  <summary type="html" xml:space="preserve">
  Hello, &lt;br&gt; Sorry in advance if this type of question belongs on the forums... &lt;br&gt; I am hacking a theme, and they have something like this (abbreviated): &lt;br&gt; [code] &lt;br&gt; if (option('foo') || apply_filters('baz_baz', '') || &lt;br&gt; apply_filters('bar_bar', '')) { &lt;br&gt; $bar_bar = apply_filters('bar_bar', blah, blah); &lt;br&gt; $return = apply_filters('baz_baz', blah, blah);
  &lt;img src="http://feeds.feedburner.com/~r/wp-hackers/~4/gnub5ToQYXM" height="1" width="1"/&gt;</summary>
  <feedburner:origLink>http://groups.google.com/group/wp-hackers/browse_thread/thread/cbd637faffac5e5a</feedburner:origLink></entry>
  <entry>
  <author>
  <name>Hannit Cohen</name>
  <email>han...@codeart.co.il</email>
  </author>
  <updated>2012-02-29T12:14:57Z</updated>
  <id>http://groups.google.com/group/wp-hackers/browse_thread/thread/137d3a71761d787e</id>
  <link href="http://feedproxy.google.com/~r/wp-hackers/~3/stv9sgfiqLM/137d3a71761d787e" />
  <title type="html">[wp-hackers] Changing post "redirect" after save</title>
  <summary type="html" xml:space="preserve">
  I'm developing a custom plugin for a client. &lt;br&gt; The plugin has CTP of question that includes the answer as a metadata. &lt;br&gt; The question is plublished using a public form and wp_insert_post while the &lt;br&gt; actual site authors can answer it (edit the proper field) &lt;br&gt; One of the requirements is that once an author answered a question, he will
  &lt;img src="http://feeds.feedburner.com/~r/wp-hackers/~4/stv9sgfiqLM" height="1" width="1"/&gt;</summary>
  <feedburner:origLink>http://groups.google.com/group/wp-hackers/browse_thread/thread/137d3a71761d787e</feedburner:origLink></entry>
  <entry>
  <author>
  <name>Micky Hulse</name>
  <email>mickyhulse.li...@gmail.com</email>
  </author>
  <updated>2012-02-28T22:47:47Z</updated>
  <id>http://groups.google.com/group/wp-hackers/browse_thread/thread/6a048ce9ee42ec84</id>
  <link href="http://feedproxy.google.com/~r/wp-hackers/~3/j8461djXZPE/6a048ce9ee42ec84" />
  <title type="html">[wp-hackers] No direct script access allowed</title>
  <summary type="html" xml:space="preserve">
  Hi, &lt;br&gt; When writing ExpressionEngine plugins, there's this at the top: &lt;br&gt; if ( ! defined('BASEPATH')) exit('No direct script access allowed'); &lt;br&gt; Could I include something similar in a WP plugin? &lt;br&gt; Just curious. &lt;br&gt; Thanks! &lt;br&gt; Micky &lt;br&gt; ______________________________ _________________ &lt;br&gt; wp-hackers mailing list &lt;br&gt; wp-hack...@lists.automattic.co m
  &lt;img src="http://feeds.feedburner.com/~r/wp-hackers/~4/j8461djXZPE" height="1" width="1"/&gt;</summary>
  <feedburner:origLink>http://groups.google.com/group/wp-hackers/browse_thread/thread/6a048ce9ee42ec84</feedburner:origLink></entry>
  <entry>
  <author>
  <name>Bjorn Wijers</name>
  <email>burobj...@gmail.com</email>
  </author>
  <updated>2012-02-28T17:52:04Z</updated>
  <id>http://groups.google.com/group/wp-hackers/browse_thread/thread/011ffeeeee27a355</id>
  <link href="http://feedproxy.google.com/~r/wp-hackers/~3/vG2BTk1TCnc/011ffeeeee27a355" />
  <title type="html">[wp-hackers] sql injection protected included?</title>
  <summary type="html" xml:space="preserve">
  Hi, &lt;br&gt; I was looking at this plugin's file[1] and I was a bit surprised about &lt;br&gt; it not using wpdb-&amp;gt;prepare() for escaping user input in db queries. &lt;br&gt; I've tried to abuse this (proving this plugin contains a mistake and fix &lt;br&gt; it), but failed. &lt;br&gt; It seems that WordPress is using it's own version of magic_quotes()
  &lt;img src="http://feeds.feedburner.com/~r/wp-hackers/~4/vG2BTk1TCnc" height="1" width="1"/&gt;</summary>
  <feedburner:origLink>http://groups.google.com/group/wp-hackers/browse_thread/thread/011ffeeeee27a355</feedburner:origLink></entry>
  <entry>
  <author>
  <name>wpmidia lab</name>
  <email>wpmi...@gmail.com</email>
  </author>
  <updated>2012-02-28T15:48:34Z</updated>
  <id>http://groups.google.com/group/wp-hackers/browse_thread/thread/4a914bd6b82cad9e</id>
  <link href="http://feedproxy.google.com/~r/wp-hackers/~3/4WWGlRNXq-E/4a914bd6b82cad9e" />
  <title type="html">[wp-hackers] Disable/ Stop "auto-draft" posts</title>
  <summary type="html" xml:space="preserve">
  Hello people! &lt;br&gt; Is there a way to disable &amp;quot;auto-draft&amp;quot; posts? &lt;br&gt; When I enter to post-new.php page, WordPress creates a post record in &lt;br&gt; wp_posts table, with status &amp;quot;auto-draft&amp;quot;. Even if the post is not saved, WP &lt;br&gt; keeps the record created. &lt;br&gt; I think it's bad.... &lt;br&gt; I really appreciate any comment about it...
  &lt;img src="http://feeds.feedburner.com/~r/wp-hackers/~4/4WWGlRNXq-E" height="1" width="1"/&gt;</summary>
  <feedburner:origLink>http://groups.google.com/group/wp-hackers/browse_thread/thread/4a914bd6b82cad9e</feedburner:origLink></entry>
  <entry>
  <author>
  <name>john malc</name>
  <email>dimitrije...@gmail.com</email>
  </author>
  <updated>2012-02-27T20:13:58Z</updated>
  <id>http://groups.google.com/group/wp-hackers/browse_thread/thread/e4dd691a4dcb29ba</id>
  <link href="http://feedproxy.google.com/~r/wp-hackers/~3/-Ac3T-hr2Aw/e4dd691a4dcb29ba" />
  <title type="html">[wp-hackers] 20 000</title>
  <summary type="html" xml:space="preserve">
  I would like to congratulate to everyone, especially to Ryan who committed &lt;br&gt; 20 000 changeset. Small step for WP, huge to the community. &lt;br&gt; Congratulation !!!!! &lt;br&gt; See : &lt;a target="_blank" rel=nofollow href="http://core.trac.wordpress.org/changeset/20000"&gt;[link]&lt;/a&gt; and &lt;br&gt; &lt;a target="_blank" rel=nofollow href="http://core.trac.wordpress.org/ticket/20000"&gt;[link]&lt;/a&gt;
  &lt;img src="http://feeds.feedburner.com/~r/wp-hackers/~4/-Ac3T-hr2Aw" height="1" width="1"/&gt;</summary>
  <feedburner:origLink>http://groups.google.com/group/wp-hackers/browse_thread/thread/e4dd691a4dcb29ba</feedburner:origLink></entry>
  <entry>
  <author>
  <name>24/7</name>
  <email>2...@gmx.net</email>
  </author>
  <updated>2012-02-27T08:48:54Z</updated>
  <id>http://groups.google.com/group/wp-hackers/browse_thread/thread/cb2029755ffc3699</id>
  <link href="http://feedproxy.google.com/~r/wp-hackers/~3/lu6CltDRxmc/cb2029755ffc3699" />
  <title type="html">Rename the wp-admin directory</title>
  <summary type="html" xml:space="preserve">
  Hi list members, &lt;br&gt; I stumbled upon this Q on WPSE&amp;lt;&lt;a target="_blank" rel=nofollow href="http://wordpress.stackexchange.com/questions/43560/how-do-i-rename-the-wp-admin-folder-with-the-admin-url-filter#comment55078_43560"&gt;[link]&lt;/a&gt;&amp;gt;. &lt;br&gt; I found it interesting, but never tried it myself, so I have no starting &lt;br&gt; point to help this guy. &lt;br&gt; 1) Is it actually possible to change the /wp-admin directory name?
  &lt;img src="http://feeds.feedburner.com/~r/wp-hackers/~4/lu6CltDRxmc" height="1" width="1"/&gt;</summary>
  <feedburner:origLink>http://groups.google.com/group/wp-hackers/browse_thread/thread/cb2029755ffc3699</feedburner:origLink></entry>
  <entry>
  <author>
  <name>Daniel Fenn</name>
  <email>danielx...@gmail.com</email>
  </author>
  <updated>2012-02-26T07:24:43Z</updated>
  <id>http://groups.google.com/group/wp-hackers/browse_thread/thread/acf380c23d15e458</id>
  <link href="http://feedproxy.google.com/~r/wp-hackers/~3/2UEb9cj0x7o/acf380c23d15e458" />
  <title type="html">[wp-hackers] mysql ssl connection?</title>
  <summary type="html" xml:space="preserve">
  Hello all, &lt;br&gt; I'm working on a setup where Apache and php is installed on one server &lt;br&gt; while mysql is configured on a second server on the same network. I &lt;br&gt; have been able to get mysql setup to use ssl when connecting to the &lt;br&gt; database. &lt;br&gt; My question is, how would I go about getting wordpress to connect to &lt;br&gt; the database over ssl?
  &lt;img src="http://feeds.feedburner.com/~r/wp-hackers/~4/2UEb9cj0x7o" height="1" width="1"/&gt;</summary>
  <feedburner:origLink>http://groups.google.com/group/wp-hackers/browse_thread/thread/acf380c23d15e458</feedburner:origLink></entry>
  <entry>
  <author>
  <name>fris</name>
  <email>f...@fris.net</email>
  </author>
  <updated>2012-02-24T18:32:04Z</updated>
  <id>http://groups.google.com/group/wp-hackers/browse_thread/thread/6d278d5bc8e4b719</id>
  <link href="http://feedproxy.google.com/~r/wp-hackers/~3/A_Gmk-qCi34/6d278d5bc8e4b719" />
  <title type="html">[wp-hackers] edit_posts_per_page for media?</title>
  <summary type="html" xml:space="preserve">
  A filter like this for the media library to view per page? &lt;br&gt; ______________________________ _________________ &lt;br&gt; wp-hackers mailing list &lt;br&gt; wp-hack...@lists.automattic.co m &lt;br&gt; &lt;a target="_blank" rel=nofollow href="http://lists.automattic.com/mailman/listinfo/wp-hackers"&gt;[link]&lt;/a&gt;
  &lt;img src="http://feeds.feedburner.com/~r/wp-hackers/~4/A_Gmk-qCi34" height="1" width="1"/&gt;</summary>
  <feedburner:origLink>http://groups.google.com/group/wp-hackers/browse_thread/thread/6d278d5bc8e4b719</feedburner:origLink></entry>
  <entry>
  <author>
  <name>drecodeam</name>
  <email>drecod...@gmail.com</email>
  </author>
  <updated>2012-02-24T18:00:28Z</updated>
  <id>http://groups.google.com/group/wp-hackers/browse_thread/thread/1813b1bdbe2bab1b</id>
  <link href="http://feedproxy.google.com/~r/wp-hackers/~3/rhl0yZmtscw/1813b1bdbe2bab1b" />
  <title type="html">[wp-hackers] Idea- Rethinking Wordpress theme editor</title>
  <summary type="html" xml:space="preserve">
  I am Ankur Anand, a student from India.. While working on the theme for my blog, i thought of an idea to provide a 'Design in the Browser' approach to designing or customizing a Wordpress theme. &lt;br&gt; The idea is to use a Firebug (&lt;a target="_blank" rel=nofollow href="http://getfirebug.com/)/Firefox"&gt;[link]&lt;/a&gt; Inspect (&lt;a target="_blank" rel=nofollow href="http://blog.mozilla.com/blog/2012/01/31/firefox-adds-powerful-new-developer-tools/"&gt;[link]&lt;/a&gt;) interface to make changes to the CSS of the elements loaded, and then upload the changes back to the server. The main idea is to provide a tool which lets us edit the CSS Live in the browser and then save the changes.
  &lt;img src="http://feeds.feedburner.com/~r/wp-hackers/~4/rhl0yZmtscw" height="1" width="1"/&gt;</summary>
  <feedburner:origLink>http://groups.google.com/group/wp-hackers/browse_thread/thread/1813b1bdbe2bab1b</feedburner:origLink></entry>
  <entry>
  <author>
  <name>wpmidia lab</name>
  <email>wpmi...@gmail.com</email>
  </author>
  <updated>2012-02-24T13:40:11Z</updated>
  <id>http://groups.google.com/group/wp-hackers/browse_thread/thread/34cf31aba14b550f</id>
  <link href="http://feedproxy.google.com/~r/wp-hackers/~3/bbMyKNMD3ks/34cf31aba14b550f" />
  <title type="html">[wp-hackers] Help with mime types</title>
  <summary type="html" xml:space="preserve">
  Hello people! &lt;br&gt; I need to allow *.SWF* file upload in my WordPress instalation for my &lt;br&gt; banners system. &lt;br&gt; I have tried this (without success): &lt;br&gt; function new_mime_types($mimes) { &lt;br&gt; if( ! isset( $mimes['flash'] ) ) $mimes['flash'] = 'application/ &lt;br&gt; x-shockwave-flash'; &lt;br&gt; return $mimes; &lt;br&gt; add_filter('upload_mimes', 'new_mime_types');
  &lt;img src="http://feeds.feedburner.com/~r/wp-hackers/~4/bbMyKNMD3ks" height="1" width="1"/&gt;</summary>
  <feedburner:origLink>http://groups.google.com/group/wp-hackers/browse_thread/thread/34cf31aba14b550f</feedburner:origLink></entry>
  <entry>
  <author>
  <name>Micky Hulse</name>
  <email>mickyhulse.li...@gmail.com</email>
  </author>
  <updated>2012-02-23T01:46:36Z</updated>
  <id>http://groups.google.com/group/wp-hackers/browse_thread/thread/71599488f95db382</id>
  <link href="http://feedproxy.google.com/~r/wp-hackers/~3/tS9xlwoeE4o/71599488f95db382" />
  <title type="html">[wp-hackers] Search wordpress.org/Codex bookmarklets</title>
  <summary type="html" xml:space="preserve">
  Howdy, &lt;br&gt; I did a quick search but could not find any utility bookmarklets for &lt;br&gt; searching the Codex, so I wrote these: &lt;br&gt; &amp;lt;&lt;a target="_blank" rel=nofollow href="http://sandbox.hulse.me/scripts/bookmarklets/wordpress.html"&gt;[link]&lt;/a&gt;&amp;gt; &lt;br&gt; Simple stuff... I'm sure someone else has done this already... Anyway, &lt;br&gt; I thought I would share just in case others find it helpful.
  &lt;img src="http://feeds.feedburner.com/~r/wp-hackers/~4/tS9xlwoeE4o" height="1" width="1"/&gt;</summary>
  <feedburner:origLink>http://groups.google.com/group/wp-hackers/browse_thread/thread/71599488f95db382</feedburner:origLink></entry>
  <entry>
  <author>
  <name>Micky Hulse</name>
  <email>mickyhulse.li...@gmail.com</email>
  </author>
  <updated>2012-02-23T00:32:26Z</updated>
  <id>http://groups.google.com/group/wp-hackers/browse_thread/thread/93d533bb2ddd009d</id>
  <link href="http://feedproxy.google.com/~r/wp-hackers/~3/lJ5sDMbUvZg/93d533bb2ddd009d" />
  <title type="html">[wp-hackers] register_sidebar()</title>
  <summary type="html" xml:space="preserve">
  Hi, &lt;br&gt; I'm new to WP but I have a few PHP skills and I am hacking on a theme &lt;br&gt; called PageLines. &lt;br&gt; With that said... &lt;br&gt; I'm creating two new &amp;quot;sections&amp;quot; to display a top and bottom &lt;br&gt; leaderboard for ads. These sections will be NOT in the sidebar. :) &lt;br&gt; I'm at the point in my code where I use: &lt;br&gt; register_sidebar() &lt;br&gt; Would I still use the above method even if my section/widget content
  &lt;img src="http://feeds.feedburner.com/~r/wp-hackers/~4/lJ5sDMbUvZg" height="1" width="1"/&gt;</summary>
  <feedburner:origLink>http://groups.google.com/group/wp-hackers/browse_thread/thread/93d533bb2ddd009d</feedburner:origLink></entry>
  <entry>
  <author>
  <name>Mike Walsh</name>
  <email>mpwal...@gmail.com</email>
  </author>
  <updated>2012-02-22T22:49:13Z</updated>
  <id>http://groups.google.com/group/wp-hackers/browse_thread/thread/3691f35d93782274</id>
  <link href="http://feedproxy.google.com/~r/wp-hackers/~3/yBy4qlNl-vY/3691f35d93782274" />
  <title type="html">[wp-hackers] Looking for guidance on building on top of another theme</title>
  <summary type="html" xml:space="preserve">
  This may be a bit of a stretch for wp-hackers but I can't think of (or &lt;br&gt; find) a more relevant place to pose this question. &lt;br&gt; About 3-4 years ago I built a couple themes based on Sandbox. Instead of &lt;br&gt; depending on Sandbox as a parent theme, I included Sandbox into my theme &lt;br&gt; development area using an SVN external reference. This worked well, my
  &lt;img src="http://feeds.feedburner.com/~r/wp-hackers/~4/yBy4qlNl-vY" height="1" width="1"/&gt;</summary>
  <feedburner:origLink>http://groups.google.com/group/wp-hackers/browse_thread/thread/3691f35d93782274</feedburner:origLink></entry>
  <entry>
  <author>
  <name>Haluk Karamete</name>
  <email>halukkaram...@gmail.com</email>
  </author>
  <updated>2012-02-22T18:55:42Z</updated>
  <id>http://groups.google.com/group/wp-hackers/browse_thread/thread/c48b72ce5e23a598</id>
  <link href="http://feedproxy.google.com/~r/wp-hackers/~3/FDdQDXAuq9Y/c48b72ce5e23a598" />
  <title type="html">[wp-hackers] prefix vs postfix - pros and cons</title>
  <summary type="html" xml:space="preserve">
  when building a framework of library functions, and you need to make &lt;br&gt; sure your function and variable/constant names will not get mixed up &lt;br&gt; by people's custom code, which way would you go? prefix your &lt;br&gt; functions?, or postfix them? &lt;br&gt; I'm building a library of php functions ( expected to be around 200 &lt;br&gt; functions or so ) to ease my day to day operations and I need to adopt
  &lt;img src="http://feeds.feedburner.com/~r/wp-hackers/~4/FDdQDXAuq9Y" height="1" width="1"/&gt;</summary>
  <feedburner:origLink>http://groups.google.com/group/wp-hackers/browse_thread/thread/c48b72ce5e23a598</feedburner:origLink></entry>
  <entry>
  <author>
  <name>Phillip Lord</name>
  <email>phillip.l...@newcastle.ac.uk</email>
  </author>
  <updated>2012-02-21T09:58:28Z</updated>
  <id>http://groups.google.com/group/wp-hackers/browse_thread/thread/a151f83e8c6f1b88</id>
  <link href="http://feedproxy.google.com/~r/wp-hackers/~3/42VjIQ7WRKc/a151f83e8c6f1b88" />
  <title type="html">[wp-hackers] Taking over URL space</title>
  <summary type="html" xml:space="preserve">
  I was wondering whether someone could give me pointers in the right &lt;br&gt; direction. I'm not after a complete solution! I was just hoping that &lt;br&gt; someone with more knowledge of wordpress could tell me if I am heading &lt;br&gt; in the right way. &lt;br&gt; I wanted to write a new plugin which returns metadata about posts in a &lt;br&gt; variety of different ways. To do this, I need to use various parts of
  &lt;img src="http://feeds.feedburner.com/~r/wp-hackers/~4/42VjIQ7WRKc" height="1" width="1"/&gt;</summary>
  <feedburner:origLink>http://groups.google.com/group/wp-hackers/browse_thread/thread/a151f83e8c6f1b88</feedburner:origLink></entry>
  <entry>
  <author>
  <name>Hydrostarr</name>
  <email>lists.automattic.com--wp-hack...@hydrostarr.com</email>
  </author>
  <updated>2012-02-21T04:03:42Z</updated>
  <id>http://groups.google.com/group/wp-hackers/browse_thread/thread/a5a4f198d4e85bb3</id>
  <link href="http://feedproxy.google.com/~r/wp-hackers/~3/QRCMpAwDvlk/a5a4f198d4e85bb3" />
  <title type="html">[wp-hackers] Seeking WordPress-Apache conf that allows for dynamic subdir-to-site creation</title>
  <summary type="html" xml:space="preserve">
  &lt;a target="_blank" rel=nofollow href="http://wordpress.org/support/topic/seeking-wordpress-apache-conf-that-allows-for-dynamic-subdir-to-site-creation"&gt;[link]&lt;/a&gt; &lt;br&gt; $50 USD (via paypal.com) goes to anyone who can solve this (without &lt;br&gt; requiring Apache config changes for newly-added sites/WP installs) by &lt;br&gt; 6pm EST Fri, Feb 24. Thanks in advance. &lt;br&gt; ______________________________ _________________
  &lt;img src="http://feeds.feedburner.com/~r/wp-hackers/~4/QRCMpAwDvlk" height="1" width="1"/&gt;</summary>
  <feedburner:origLink>http://groups.google.com/group/wp-hackers/browse_thread/thread/a5a4f198d4e85bb3</feedburner:origLink></entry>
  <entry>
  <author>
  <name>Diana K. Cury</name>
  <email>diana...@gmail.com</email>
  </author>
  <updated>2012-02-19T19:06:35Z</updated>
  <id>http://groups.google.com/group/wp-hackers/browse_thread/thread/78e63d34be3b12e2</id>
  <link href="http://feedproxy.google.com/~r/wp-hackers/~3/D9jXbsgaiT0/78e63d34be3b12e2" />
  <title type="html">[wp-hackers] get_posts and new wp_query at same place and custom field</title>
  <summary type="html" xml:space="preserve">
  Hello, &lt;br&gt; I have a modified category.php using get_posts and new wp_query, not really if this is right. &lt;br&gt; get_posts() is getting and listing posts with meta_key and orderby meta_value etc working fine. &lt;br&gt; new wp_query get posts as usual but I'm trying to exclude the ones with empty meta_value. I tried everything and that just don't works. If I set to get a post with meta_value=2, works ok, but no meta_value='' or the _wp_zero_value, or meta_compare.
  &lt;img src="http://feeds.feedburner.com/~r/wp-hackers/~4/D9jXbsgaiT0" height="1" width="1"/&gt;</summary>
  <feedburner:origLink>http://groups.google.com/group/wp-hackers/browse_thread/thread/78e63d34be3b12e2</feedburner:origLink></entry>
  <entry>
  <author>
  <name>Peter Adams</name>
  <email>pe...@oncefuture.com</email>
  </author>
  <updated>2012-02-19T12:11:25Z</updated>
  <id>http://groups.google.com/group/wp-hackers/browse_thread/thread/45fd441bf811b3cc</id>
  <link href="http://feedproxy.google.com/~r/wp-hackers/~3/8ofg6uSogc0/45fd441bf811b3cc" />
  <title type="html">[wp-hackers] Taxonomy query returns posts when term does not exist</title>
  <summary type="html" xml:space="preserve">
  Is there are way to stop WP_query from returning posts when the term used in the 'tax_query' portion of the query does not exist? &lt;br&gt; I'm querying against the slug field of multiple taxonomies. All works as expected when the term exists in any of the taxonomies. However, when the term used does not exist, WP_query omits the tax_query and continues to return the latest 10 posts.
  &lt;img src="http://feeds.feedburner.com/~r/wp-hackers/~4/8ofg6uSogc0" height="1" width="1"/&gt;</summary>
  <feedburner:origLink>http://groups.google.com/group/wp-hackers/browse_thread/thread/45fd441bf811b3cc</feedburner:origLink></entry>
  <entry>
  <author>
  <name>Sinan</name>
  <email>si...@sinanisler.com</email>
  </author>
  <updated>2012-02-19T02:18:47Z</updated>
  <id>http://groups.google.com/group/wp-hackers/browse_thread/thread/31221230041cf611</id>
  <link href="http://feedproxy.google.com/~r/wp-hackers/~3/sglbz6EUh-Y/31221230041cf611" />
  <title type="html">[wp-hackers] home.php and trying custom php</title>
  <summary type="html" xml:space="preserve">
  Hello, &lt;br&gt; I make home.php and put this code; &lt;br&gt; &amp;lt;?php if(1==2){ echo &amp;quot;Custom Hello World&amp;quot;; } else { &lt;br&gt; include('index.php'); &lt;br&gt; I expect index.php comes, but its not opening-running only blank page &lt;br&gt; coming. &lt;br&gt; Anyone know what code will be work in this case? &lt;br&gt; Thanks.
  &lt;img src="http://feeds.feedburner.com/~r/wp-hackers/~4/sglbz6EUh-Y" height="1" width="1"/&gt;</summary>
  <feedburner:origLink>http://groups.google.com/group/wp-hackers/browse_thread/thread/31221230041cf611</feedburner:origLink></entry>
  <entry>
  <author>
  <name>William P. Davis</name>
  <email>will.da...@gmail.com</email>
  </author>
  <updated>2012-02-18T14:31:58Z</updated>
  <id>http://groups.google.com/group/wp-hackers/browse_thread/thread/9bb58c8f767ab0f5</id>
  <link href="http://feedproxy.google.com/~r/wp-hackers/~3/2V6m3iaB1c4/9bb58c8f767ab0f5" />
  <title type="html">[wp-hackers] publish_post and scheduling posts</title>
  <summary type="html" xml:space="preserve">
  Is there a reason publish_post wouldn't fire for a scheduled post? Is there a different action to hook into? &lt;br&gt; Sent from my BlackBerry &lt;br&gt; ______________________________ _________________ &lt;br&gt; wp-hackers mailing list &lt;br&gt; wp-hack...@lists.automattic.co m &lt;br&gt; &lt;a target="_blank" rel=nofollow href="http://lists.automattic.com/mailman/listinfo/wp-hackers"&gt;[link]&lt;/a&gt;
  &lt;img src="http://feeds.feedburner.com/~r/wp-hackers/~4/2V6m3iaB1c4" height="1" width="1"/&gt;</summary>
  <feedburner:origLink>http://groups.google.com/group/wp-hackers/browse_thread/thread/9bb58c8f767ab0f5</feedburner:origLink></entry>
  <entry>
  <author>
  <name>Nathaniel Taintor</name>
  <email>goldenapplesdes...@gmail.com</email>
  </author>
  <updated>2012-02-17T20:53:20Z</updated>
  <id>http://groups.google.com/group/wp-hackers/browse_thread/thread/557ccb46fd3e007d</id>
  <link href="http://feedproxy.google.com/~r/wp-hackers/~3/t-BeygOZBDM/557ccb46fd3e007d" />
  <title type="html">[wp-hackers] Quick question about sanitize_file_name</title>
  <summary type="html" xml:space="preserve">
  I've been trying to generate filenames for some uploaded files using &lt;br&gt; sanitize_file_name, and come across some weirdness when the string passed &lt;br&gt; to sanitize_file_name has curly quotes or apostrophes - they don't get &lt;br&gt; stripped out, which causes errors when using them as HTML entities. &lt;br&gt; Is this expected behaviour, or should the list of special characters be
  &lt;img src="http://feeds.feedburner.com/~r/wp-hackers/~4/t-BeygOZBDM" height="1" width="1"/&gt;</summary>
  <feedburner:origLink>http://groups.google.com/group/wp-hackers/browse_thread/thread/557ccb46fd3e007d</feedburner:origLink></entry>
  <entry>
  <author>
  <name>Ulrich Sossou</name>
  <email>soric...@gmail.com</email>
  </author>
  <updated>2012-02-17T16:28:34Z</updated>
  <id>http://groups.google.com/group/wp-hackers/browse_thread/thread/a2fb0eefeb62f038</id>
  <link href="http://feedproxy.google.com/~r/wp-hackers/~3/skdwIVAUxCc/a2fb0eefeb62f038" />
  <title type="html">[wp-hackers] The Loops plugin - feedback needed</title>
  <summary type="html" xml:space="preserve">
  I just released a new version of the plugin The Loops and would like to get feedback from the community. &lt;br&gt; The Loops allows you to query the posts (and postmeta) table and display the result in your theme without writing any php code. &lt;br&gt; In short, it is an UI wrapper for WP_Query. (It is a would-be Drupal Views for WordPress ;)).
  &lt;img src="http://feeds.feedburner.com/~r/wp-hackers/~4/skdwIVAUxCc" height="1" width="1"/&gt;</summary>
  <feedburner:origLink>http://groups.google.com/group/wp-hackers/browse_thread/thread/a2fb0eefeb62f038</feedburner:origLink></entry>
  <entry>
  <author>
  <name>Kevin Stover</name>
  <email>ksto...@gmail.com</email>
  </author>
  <updated>2012-02-16T19:04:11Z</updated>
  <id>http://groups.google.com/group/wp-hackers/browse_thread/thread/b00a7946277b5c69</id>
  <link href="http://feedproxy.google.com/~r/wp-hackers/~3/euRUXP4PkaM/b00a7946277b5c69" />
  <title type="html">[wp-hackers] wp_editor() media uploads</title>
  <summary type="html" xml:space="preserve">
  Hello all, &lt;br&gt; Just a quick question about the new wp_editor() function in WordPress 3.3. &lt;br&gt; I've implemented it into a few plugins and I've noticed that if a user is &lt;br&gt; not logged in they don't see the &amp;quot;add media&amp;quot; button. Is this intentional? &lt;br&gt; Looking at the documentation on WordPress.org, it seems that it should be
  &lt;img src="http://feeds.feedburner.com/~r/wp-hackers/~4/euRUXP4PkaM" height="1" width="1"/&gt;</summary>
  <feedburner:origLink>http://groups.google.com/group/wp-hackers/browse_thread/thread/b00a7946277b5c69</feedburner:origLink></entry>
  <entry>
  <author>
  <name>Muhammad Ali</name>
  <email>mjsaf...@gmail.com</email>
  </author>
  <updated>2012-02-16T01:06:21Z</updated>
  <id>http://groups.google.com/group/wp-hackers/browse_thread/thread/29115c76bc7edfd5</id>
  <link href="http://feedproxy.google.com/~r/wp-hackers/~3/B9mAgkebMd4/29115c76bc7edfd5" />
  <title type="html">[wp-hackers] Following authors...</title>
  <summary type="html" xml:space="preserve">
  Any suggestions on how I could create a plugin or integrate a function in &lt;br&gt; place of the loop to follow users, much like is done in micro-blogging &lt;br&gt; sites. &lt;br&gt; Any suggestions on the functions that will be used etc. &lt;br&gt; Any suggestions would be appreciated and code examples would be awesome! :) &lt;br&gt; Here is a suggestion from Stack Overflow: Thoughts?
  &lt;img src="http://feeds.feedburner.com/~r/wp-hackers/~4/B9mAgkebMd4" height="1" width="1"/&gt;</summary>
  <feedburner:origLink>http://groups.google.com/group/wp-hackers/browse_thread/thread/29115c76bc7edfd5</feedburner:origLink></entry>
  <entry>
  <author>
  <name>Diana K. Cury</name>
  <email>diana...@gmail.com</email>
  </author>
  <updated>2012-02-16T01:23:05Z</updated>
  <id>http://groups.google.com/group/wp-hackers/browse_thread/thread/fae5664036126ca4</id>
  <link href="http://feedproxy.google.com/~r/wp-hackers/~3/iwSoP-n6Wx0/fae5664036126ca4" />
  <title type="html">[wp-hackers] Too much translation files</title>
  <summary type="html" xml:space="preserve">
  Before suggest this in Ideas, I want to ask you, there's no way to avoid plugins and themes to send all translation files with it? &lt;br&gt; I noticed that some themes and plugins comes with a bunch of translation files (i.e polldaddy) why not sent only the one matching the locale? At least for when downloading through WP panels.
  &lt;img src="http://feeds.feedburner.com/~r/wp-hackers/~4/iwSoP-n6Wx0" height="1" width="1"/&gt;</summary>
  <feedburner:origLink>http://groups.google.com/group/wp-hackers/browse_thread/thread/fae5664036126ca4</feedburner:origLink></entry>
  <entry>
  <author>
  <name>Aero Maxx</name>
  <email>aero.max...@gmail.com</email>
  </author>
  <updated>2012-02-15T12:42:01Z</updated>
  <id>http://groups.google.com/group/wp-hackers/browse_thread/thread/f43699a99929038d</id>
  <link href="http://feedproxy.google.com/~r/wp-hackers/~3/7Kdkrrd-lOg/f43699a99929038d" />
  <title type="html">[wp-hackers] WordPress Books</title>
  <summary type="html" xml:space="preserve">
  Are there any upto date WordPress Books, that cover the settings API and that! &lt;br&gt; I have a plugin that's a bit bloated in size for what it does and want &lt;br&gt; to streamline it and reduce the amount of code contained within it as &lt;br&gt; its the settings API, and the validation checks that I would say are &lt;br&gt; approx 70% of the code.
  &lt;img src="http://feeds.feedburner.com/~r/wp-hackers/~4/7Kdkrrd-lOg" height="1" width="1"/&gt;</summary>
  <feedburner:origLink>http://groups.google.com/group/wp-hackers/browse_thread/thread/f43699a99929038d</feedburner:origLink></entry>
  <entry>
  <author>
  <name>Kevin Newman</name>
  <email>capta...@unfocus.com</email>
  </author>
  <updated>2012-02-14T16:41:26Z</updated>
  <id>http://groups.google.com/group/wp-hackers/browse_thread/thread/6948006b474ac213</id>
  <link href="http://feedproxy.google.com/~r/wp-hackers/~3/IKa1jBKnwNM/6948006b474ac213" />
  <title type="html">[wp-hackers] security maintenance and hack cleaning</title>
  <summary type="html" xml:space="preserve">
  Hi all, &lt;br&gt; I'm looking for some suggestions on how to help clean and prevent hacked &lt;br&gt; wordpress installs. These take too long for me to do myself, and there &lt;br&gt; seems to be a level of specialized knowledge you need to do it well &lt;br&gt; anyway, or else the hacks just come back. I've been taking a look at &lt;br&gt; VaultPress's Premium service - but I don't know how robust that is.
  &lt;img src="http://feeds.feedburner.com/~r/wp-hackers/~4/IKa1jBKnwNM" height="1" width="1"/&gt;</summary>
  <feedburner:origLink>http://groups.google.com/group/wp-hackers/browse_thread/thread/6948006b474ac213</feedburner:origLink></entry>
  <entry>
  <author>
  <name>Nuno Morgadinho</name>
  <email>nuno.morgadi...@gmail.com</email>
  </author>
  <updated>2012-02-14T15:43:57Z</updated>
  <id>http://groups.google.com/group/wp-hackers/browse_thread/thread/fc0afeb0df252df1</id>
  <link href="http://feedproxy.google.com/~r/wp-hackers/~3/ApCpP_ZFnkM/fc0afeb0df252df1" />
  <title type="html">[wp-hackers] track activity of user engagement in plugins</title>
  <summary type="html" xml:space="preserve">
  I'm developing a commercial plugin where I would like to track the &lt;br&gt; user engagement, namely the following metrics would be nice: &lt;br&gt; - how much time has the user spent playing with my plugin since plugin &lt;br&gt; activation ; &lt;br&gt; - what is the normal usage of the plugin (once a month? once a week? &lt;br&gt; once a day?) ; &lt;br&gt; - while navigating through the plugin does the user go back and forth
  &lt;img src="http://feeds.feedburner.com/~r/wp-hackers/~4/ApCpP_ZFnkM" height="1" width="1"/&gt;</summary>
  <feedburner:origLink>http://groups.google.com/group/wp-hackers/browse_thread/thread/fc0afeb0df252df1</feedburner:origLink></entry>
  <entry>
  <author>
  <name>David Law</name>
  <email>wp-hack...@google-adsense-templates.co.uk</email>
  </author>
  <updated>2012-02-14T12:33:34Z</updated>
  <id>http://groups.google.com/group/wp-hackers/browse_thread/thread/e69c240351ee8ea6</id>
  <link href="http://feedproxy.google.com/~r/wp-hackers/~3/H4GgnpbeL4A/e69c240351ee8ea6" />
  <title type="html">[wp-hackers] Paged Comments and Memory Usage</title>
  <summary type="html" xml:space="preserve">
  Ran into an interesting issue. &lt;br&gt; Moved a very popular domain over the weekend from one virtual &lt;br&gt; dedicated server that was struggling to a new one (Centos 5.6, control &lt;br&gt; panel Virtualmin). &lt;br&gt; On the old server (same basic setup) I'd changed various PHP and MySQL &lt;br&gt; settings, on the new one I'd not made any changes from the default
  &lt;img src="http://feeds.feedburner.com/~r/wp-hackers/~4/H4GgnpbeL4A" height="1" width="1"/&gt;</summary>
  <feedburner:origLink>http://groups.google.com/group/wp-hackers/browse_thread/thread/e69c240351ee8ea6</feedburner:origLink></entry>
  <entry>
  <author>
  <name>Haluk Karamete</name>
  <email>halukkaram...@gmail.com</email>
  </author>
  <updated>2012-02-13T21:22:22Z</updated>
  <id>http://groups.google.com/group/wp-hackers/browse_thread/thread/f45a8d6be2926918</id>
  <link href="http://feedproxy.google.com/~r/wp-hackers/~3/TBUQTdDPN7s/f45a8d6be2926918" />
  <title type="html">[wp-hackers] is it possible to change the_title halfway into the processing of a page/post?</title>
  <summary type="html" xml:space="preserve">
  you may find it weird, actually very weird, but is the following possible&amp;gt; &lt;br&gt; load up a post or page into the admin panel and place something like &lt;br&gt; this in to the editor; &lt;br&gt; &amp;lt;?php &lt;br&gt; //assume exec-PHP already active &lt;br&gt; $current_page_url_here = get_current_url(); &lt;br&gt; echo &amp;quot;&amp;lt;a href='{$current_page_url_here} ?var1=val1'&amp;gt;click me&amp;lt;/a&amp;gt;&amp;quot;;
  &lt;img src="http://feeds.feedburner.com/~r/wp-hackers/~4/TBUQTdDPN7s" height="1" width="1"/&gt;</summary>
  <feedburner:origLink>http://groups.google.com/group/wp-hackers/browse_thread/thread/f45a8d6be2926918</feedburner:origLink></entry>
  <entry>
  <author>
  <name>Muhammad Ali</name>
  <email>mjsaf...@gmail.com</email>
  </author>
  <updated>2012-02-09T20:31:24Z</updated>
  <id>http://groups.google.com/group/wp-hackers/browse_thread/thread/d2e50e2e9a44888c</id>
  <link href="http://feedproxy.google.com/~r/wp-hackers/~3/1w9ifr2nfHk/d2e50e2e9a44888c" />
  <title type="html">[wp-hackers] How to show comments on posts by a user.</title>
  <summary type="html" xml:space="preserve">
  How can I show comments on the posts of a specific user in order of the &lt;br&gt; comment date? &lt;br&gt; Any help would be appreciated. &lt;br&gt; Regards &lt;br&gt; ______________________________ _________________ &lt;br&gt; wp-hackers mailing list &lt;br&gt; wp-hack...@lists.automattic.co m &lt;br&gt; &lt;a target="_blank" rel=nofollow href="http://lists.automattic.com/mailman/listinfo/wp-hackers"&gt;[link]&lt;/a&gt;
  &lt;img src="http://feeds.feedburner.com/~r/wp-hackers/~4/1w9ifr2nfHk" height="1" width="1"/&gt;</summary>
  <feedburner:origLink>http://groups.google.com/group/wp-hackers/browse_thread/thread/d2e50e2e9a44888c</feedburner:origLink></entry>
  <entry>
  <author>
  <name>James Laws</name>
  <email>jamiel...@gmail.com</email>
  </author>
  <updated>2012-02-09T20:19:40Z</updated>
  <id>http://groups.google.com/group/wp-hackers/browse_thread/thread/a50fcb7af5b373e9</id>
  <link href="http://feedproxy.google.com/~r/wp-hackers/~3/xVNplLnfCqE/a50fcb7af5b373e9" />
  <title type="html">[wp-hackers] Category &amp; Tag Function to update count</title>
  <summary type="html" xml:space="preserve">
  Hey everyone, &lt;br&gt; I know there is a function that I believe the category and tag ID are &lt;br&gt; passed through when ever ones is added or removed from a post. I've looked &lt;br&gt; through the core and can't for the life of me find the function. Does &lt;br&gt; anyone know the function I speak of and/or where I might locate it. &lt;br&gt; Thanks in advance.
  &lt;img src="http://feeds.feedburner.com/~r/wp-hackers/~4/xVNplLnfCqE" height="1" width="1"/&gt;</summary>
  <feedburner:origLink>http://groups.google.com/group/wp-hackers/browse_thread/thread/a50fcb7af5b373e9</feedburner:origLink></entry>
  <entry>
  <author>
  <name>David F. Carr</name>
  <email>da...@carrcommunications.com</email>
  </author>
  <updated>2012-02-09T15:35:51Z</updated>
  <id>http://groups.google.com/group/wp-hackers/browse_thread/thread/a249c0658e627782</id>
  <link href="http://feedproxy.google.com/~r/wp-hackers/~3/mpyoeRdoHKc/a249c0658e627782" />
  <title type="html">[wp-hackers] Problems with reference to $wp_roles-&gt;roles</title>
  <summary type="html" xml:space="preserve">
  I've run into problems with some code that uses a foreach loop on &lt;br&gt; $wp_roles-&amp;gt;roles - the array of roles in the $wp_roles global. &lt;br&gt; Worked fine in my testing but caused all sorts of problems for some other &lt;br&gt; users of my Facebook Tab Manager plugin. The code I originally released &lt;br&gt; failed to check for the existence of the array, and people got PHP errors
  &lt;img src="http://feeds.feedburner.com/~r/wp-hackers/~4/mpyoeRdoHKc" height="1" width="1"/&gt;</summary>
  <feedburner:origLink>http://groups.google.com/group/wp-hackers/browse_thread/thread/a249c0658e627782</feedburner:origLink></entry>
  <entry>
  <author>
  <name>VijeenroshPW VijeenroshPW</name>
  <email>vijeenros...@gmail.com</email>
  </author>
  <updated>2012-02-09T14:57:02Z</updated>
  <id>http://groups.google.com/group/wp-hackers/browse_thread/thread/03bca1e4cff466c9</id>
  <link href="http://feedproxy.google.com/~r/wp-hackers/~3/a9ON3bgIw8I/03bca1e4cff466c9" />
  <title type="html">[wp-hackers] How to familiarize with Code Base ?</title>
  <summary type="html" xml:space="preserve">
  Greetings to all , &lt;br&gt; (My Apology, if this is not to be asked here ) &lt;br&gt; I have been learning php for an while and is in an good position in it. I &lt;br&gt; have choosen WordPress as my first real world php project( To familiarize &lt;br&gt; with php standards and be part of an leading blog engine) for study. &lt;br&gt; I have by this time knowledge in plugin writting ,but I would like to get
  &lt;img src="http://feeds.feedburner.com/~r/wp-hackers/~4/a9ON3bgIw8I" height="1" width="1"/&gt;</summary>
  <feedburner:origLink>http://groups.google.com/group/wp-hackers/browse_thread/thread/03bca1e4cff466c9</feedburner:origLink></entry>
  <entry>
  <author>
  <name>Robert Lusby</name>
  <email>nano...@gmail.com</email>
  </author>
  <updated>2012-02-09T11:57:33Z</updated>
  <id>http://groups.google.com/group/wp-hackers/browse_thread/thread/a28563dfbc1d9119</id>
  <link href="http://feedproxy.google.com/~r/wp-hackers/~3/eBc0U8puEug/a28563dfbc1d9119" />
  <title type="html">[wp-hackers] Expensive meta query - Is there a better way?</title>
  <summary type="html" xml:space="preserve">
  Hello, &lt;br&gt; We're running a multiple meta query lookup in WordPress - however the DB &lt;br&gt; query most be expensive as it's result in very slow (20/30 second) &lt;br&gt; response times in PHP with only 300 posts (total) in the DB. Query below. &lt;br&gt; Is there a better way of doing the below? Essentially if $value is equal &lt;br&gt; to key1 or key2 or key3 or key4 or key5 (the keys are numbered
  &lt;img src="http://feeds.feedburner.com/~r/wp-hackers/~4/eBc0U8puEug" height="1" width="1"/&gt;</summary>
  <feedburner:origLink>http://groups.google.com/group/wp-hackers/browse_thread/thread/a28563dfbc1d9119</feedburner:origLink></entry>
  <entry>
  <author>
  <name>QI.VOLMAR QI</name>
  <email>qi.vol...@gmail.com</email>
  </author>
  <updated>2012-02-09T05:02:49Z</updated>
  <id>http://groups.google.com/group/wp-hackers/browse_thread/thread/c3a2e4f145b4e382</id>
  <link href="http://feedproxy.google.com/~r/wp-hackers/~3/wsPL1n6L7wo/c3a2e4f145b4e382" />
  <title type="html">[wp-hackers] register_post_type</title>
  <summary type="html" xml:space="preserve">
  how I can filter the register_post_type results by post_author? &lt;br&gt; like this: &lt;br&gt; if(curent_user_can('author')){ &lt;br&gt; add_filter or samething like a callback function that aggregate &lt;br&gt; a WHERE post_author=n &lt;br&gt; } &lt;br&gt; ______________________________ _________________ &lt;br&gt; wp-hackers mailing list &lt;br&gt; wp-hack...@lists.automattic.co m
  &lt;img src="http://feeds.feedburner.com/~r/wp-hackers/~4/wsPL1n6L7wo" height="1" width="1"/&gt;</summary>
  <feedburner:origLink>http://groups.google.com/group/wp-hackers/browse_thread/thread/c3a2e4f145b4e382</feedburner:origLink></entry>
  <entry>
  <author>
  <name>Muhammad Ali</name>
  <email>mjsaf...@gmail.com</email>
  </author>
  <updated>2012-02-08T19:12:36Z</updated>
  <id>http://groups.google.com/group/wp-hackers/browse_thread/thread/a79c525abcf08931</id>
  <link href="http://feedproxy.google.com/~r/wp-hackers/~3/NGpSsKjAhqQ/a79c525abcf08931" />
  <title type="html">[wp-hackers] Getting Media all media uploads by author</title>
  <summary type="html" xml:space="preserve">
  Hi; &lt;br&gt; I was wondering how I could get all media uploads by author with the URL &lt;br&gt; (w/ thumbnail), title, and perhaps the caption and description. I'm sure &lt;br&gt; this is possible, just can't find out how to do it. :p I would like to use &lt;br&gt; this on the authors.php page. &lt;br&gt; Any help would be appreciated. &lt;br&gt; Regards &lt;br&gt; ______________________________ _________________
  &lt;img src="http://feeds.feedburner.com/~r/wp-hackers/~4/NGpSsKjAhqQ" height="1" width="1"/&gt;</summary>
  <feedburner:origLink>http://groups.google.com/group/wp-hackers/browse_thread/thread/a79c525abcf08931</feedburner:origLink></entry>
  <entry>
  <author>
  <name>Pasquale Puzio</name>
  <email>pasquale.pu...@gmail.com</email>
  </author>
  <updated>2012-02-08T01:02:01Z</updated>
  <id>http://groups.google.com/group/wp-hackers/browse_thread/thread/f8aade4a064f2454</id>
  <link href="http://feedproxy.google.com/~r/wp-hackers/~3/uCUorInKb3M/f8aade4a064f2454" />
  <title type="html">[wp-hackers] Upload avatar in the "New user" page</title>
  <summary type="html" xml:space="preserve">
  Hi all, &lt;br&gt; I would like to upload the avatar of a new user directly in the &amp;quot;New &lt;br&gt; user&amp;quot; page, so avoiding to go back to &amp;quot;Edit profile&amp;quot; page and use the &lt;br&gt; plugin User Avatar &lt;a target="_blank" rel=nofollow href="http://wordpress.org/extend/plugins/user-avatar/"&gt;[link]&lt;/a&gt; &lt;br&gt; Did anyone already implement this feature? &lt;br&gt; Thanks
  &lt;img src="http://feeds.feedburner.com/~r/wp-hackers/~4/uCUorInKb3M" height="1" width="1"/&gt;</summary>
  <feedburner:origLink>http://groups.google.com/group/wp-hackers/browse_thread/thread/f8aade4a064f2454</feedburner:origLink></entry>
  <entry>
  <author>
  <name>William P. Davis</name>
  <email>will.da...@gmail.com</email>
  </author>
  <updated>2012-02-07T18:41:53Z</updated>
  <id>http://groups.google.com/group/wp-hackers/browse_thread/thread/448432730cd72453</id>
  <link href="http://feedproxy.google.com/~r/wp-hackers/~3/yQeNJmMzIuk/448432730cd72453" />
  <title type="html">[wp-hackers] Changing term IDs</title>
  <summary type="html" xml:space="preserve">
  We have a few different taxonomies that share terms — for example, Maine as &lt;br&gt; a category and as a region. However, when we created the regions we didn't &lt;br&gt; name a few of them exactly as they should have been, so the slugs got &lt;br&gt; messed up (State of Maine as a category with the slug maine, Maine as a &lt;br&gt; region, so the category slug is maine and the region slug is maine-2). I'd
  &lt;img src="http://feeds.feedburner.com/~r/wp-hackers/~4/yQeNJmMzIuk" height="1" width="1"/&gt;</summary>
  <feedburner:origLink>http://groups.google.com/group/wp-hackers/browse_thread/thread/448432730cd72453</feedburner:origLink></entry>
  <entry>
  <author>
  <name>24/7</name>
  <email>2...@gmx.net</email>
  </author>
  <updated>2012-02-07T04:02:20Z</updated>
  <id>http://groups.google.com/group/wp-hackers/browse_thread/thread/958ed0b86dc402a3</id>
  <link href="http://feedproxy.google.com/~r/wp-hackers/~3/9c7hmFpTi2Y/958ed0b86dc402a3" />
  <title type="html">Ajax requests, admin-ajax.php and the WP_ADMIN constant</title>
  <summary type="html" xml:space="preserve">
  I'm currently developing an app that needs some ajax requests. Suddenly I &lt;br&gt; found myself in a weird position: I couldn't make any requests from my ajax &lt;br&gt; callback function. Everything loaded fine, the request was sent via &lt;br&gt; jQuery.post() and the response was `0`. As I made the request from inside a &lt;br&gt; class, I tested if I could hook the callback from outside and it worked.
  &lt;img src="http://feeds.feedburner.com/~r/wp-hackers/~4/9c7hmFpTi2Y" height="1" width="1"/&gt;</summary>
  <feedburner:origLink>http://groups.google.com/group/wp-hackers/browse_thread/thread/958ed0b86dc402a3</feedburner:origLink></entry>
  <entry>
  <author>
  <name>Mario Peshev</name>
  <email>ma...@peshev.net</email>
  </author>
  <updated>2012-02-06T18:58:59Z</updated>
  <id>http://groups.google.com/group/wp-hackers/browse_thread/thread/b1fdd6b0dc8c6d87</id>
  <link href="http://feedproxy.google.com/~r/wp-hackers/~3/jbSK1Go-pB8/b1fdd6b0dc8c6d87" />
  <title type="html">[wp-hackers] Getting the entire HTML page generated from WordPress</title>
  <summary type="html" xml:space="preserve">
  Hello everyone, &lt;br&gt; I'm trying to intercept the entire HTML page generated on a page load in &lt;br&gt; WordPress. the_content() is not enough as I need some filtering in the meta &lt;br&gt; tags, footer, sidebar etc. &lt;br&gt; I've been looking for some filters and the HTTP API, but nothing seems to &lt;br&gt; work on a page basis, i.e. post-filtering of every element in the entire
  &lt;img src="http://feeds.feedburner.com/~r/wp-hackers/~4/jbSK1Go-pB8" height="1" width="1"/&gt;</summary>
  <feedburner:origLink>http://groups.google.com/group/wp-hackers/browse_thread/thread/b1fdd6b0dc8c6d87</feedburner:origLink></entry>
  <entry>
  <author>
  <name>fris</name>
  <email>f...@fris.net</email>
  </author>
  <updated>2012-02-05T22:01:42Z</updated>
  <id>http://groups.google.com/group/wp-hackers/browse_thread/thread/3254f67e7894ca30</id>
  <link href="http://feedproxy.google.com/~r/wp-hackers/~3/tFWXWa_GNxY/3254f67e7894ca30" />
  <title type="html">[wp-hackers] ajax hanging</title>
  <summary type="html" xml:space="preserve">
  Has anyone experienced any issues with an ajax request taking forever on &lt;br&gt; some hosts? &lt;br&gt; On localhost, and a few other servers my code works fine. &lt;br&gt; But on one freebsd box (php 5.3.10, apache 2.2) &lt;br&gt; The ajax itself works, its just very slow to complete. &lt;br&gt; Curious if anyone else has run into this issue and what the problem may be?
  &lt;img src="http://feeds.feedburner.com/~r/wp-hackers/~4/tFWXWa_GNxY" height="1" width="1"/&gt;</summary>
  <feedburner:origLink>http://groups.google.com/group/wp-hackers/browse_thread/thread/3254f67e7894ca30</feedburner:origLink></entry>
  <entry>
  <author>
  <name>George Mamadashvili</name>
  <email>georgemamadashv...@gmail.com</email>
  </author>
  <updated>2012-02-05T15:03:32Z</updated>
  <id>http://groups.google.com/group/wp-hackers/browse_thread/thread/5981b1c1cda477b2</id>
  <link href="http://feedproxy.google.com/~r/wp-hackers/~3/xVEVUNvvIqg/5981b1c1cda477b2" />
  <title type="html">[wp-hackers] Attachments medadata for custom headers/backgrounds</title>
  <summary type="html" xml:space="preserve">
  Do we need to generate attachments metadata for custom headers and &lt;br&gt; backgrounds? If yes why? &lt;br&gt; ______________________________ _________________ &lt;br&gt; wp-hackers mailing list &lt;br&gt; wp-hack...@lists.automattic.co m &lt;br&gt; &lt;a target="_blank" rel=nofollow href="http://lists.automattic.com/mailman/listinfo/wp-hackers"&gt;[link]&lt;/a&gt;
  &lt;img src="http://feeds.feedburner.com/~r/wp-hackers/~4/xVEVUNvvIqg" height="1" width="1"/&gt;</summary>
  <feedburner:origLink>http://groups.google.com/group/wp-hackers/browse_thread/thread/5981b1c1cda477b2</feedburner:origLink></entry>
  <entry>
  <author>
  <name>Nop</name>
  <email>nopa...@iplace.at</email>
  </author>
  <updated>2012-02-05T13:43:45Z</updated>
  <id>http://groups.google.com/group/wp-hackers/browse_thread/thread/29b7a32a644adb74</id>
  <link href="http://feedproxy.google.com/~r/wp-hackers/~3/a1_EUd0ZBxM/29b7a32a644adb74" />
  <title type="html">[wp-hackers] Just a basic "how can this be accomplished?" question.</title>
  <summary type="html" xml:space="preserve">
  Hello, &lt;br&gt; could you please help me by supplying a short sketch for a plugin that &lt;br&gt; performs the steps described below? &lt;br&gt; What I need is just a short list of steps that are required. Something &lt;br&gt; in the form of: &lt;br&gt; 1. do this to accomplish.... &lt;br&gt; 2. use this function for that... &lt;br&gt; 3. do/use this because...
  &lt;img src="http://feeds.feedburner.com/~r/wp-hackers/~4/a1_EUd0ZBxM" height="1" width="1"/&gt;</summary>
  <feedburner:origLink>http://groups.google.com/group/wp-hackers/browse_thread/thread/29b7a32a644adb74</feedburner:origLink></entry>
  <entry>
  <author>
  <name>Pankaj Kumar Sharma</name>
  <email>sharmapankaj1...@gmail.com</email>
  </author>
  <updated>2012-02-04T19:36:01Z</updated>
  <id>http://groups.google.com/group/wp-hackers/browse_thread/thread/80cda57884f01510</id>
  <link href="http://feedproxy.google.com/~r/wp-hackers/~3/AQSpDg3xBCc/80cda57884f01510" />
  <title type="html">[wp-hackers] Regarding GSOC</title>
  <summary type="html" xml:space="preserve">
  I got to know about this mailing list from &lt;a target="_blank" rel=nofollow href="http://wordpress.org/gsoc/"&gt;[link]&lt;/a&gt; &lt;br&gt; I have made a small wordpress plugin present at &lt;br&gt; &lt;a target="_blank" rel=nofollow href="http://wordpress.org/extend/plugins/snow-effect-for-wordpress-using-jquery/"&gt;[link]&lt;/a&gt; &lt;br&gt; I am looking for a mentor and a project. &lt;br&gt; Could any one help me out ? &lt;br&gt; Thanks and regards,
  &lt;img src="http://feeds.feedburner.com/~r/wp-hackers/~4/AQSpDg3xBCc" height="1" width="1"/&gt;</summary>
  <feedburner:origLink>http://groups.google.com/group/wp-hackers/browse_thread/thread/80cda57884f01510</feedburner:origLink></entry>
  <entry>
  <author>
  <name>Peter Adams</name>
  <email>pe...@oncefuture.com</email>
  </author>
  <updated>2012-02-04T01:29:41Z</updated>
  <id>http://groups.google.com/group/wp-hackers/browse_thread/thread/b556c1606a4df1c0</id>
  <link href="http://feedproxy.google.com/~r/wp-hackers/~3/KJO3NyJhy1w/b556c1606a4df1c0" />
  <title type="html">[wp-hackers] Paginating a Gallery? Possible?</title>
  <summary type="html" xml:space="preserve">
  Anyone have ideas on the best way to introduce pagination into a gallery that has too many images to show on one page? &lt;br&gt; ______________________________ _________________ &lt;br&gt; wp-hackers mailing list &lt;br&gt; wp-hack...@lists.automattic.co m &lt;br&gt; &lt;a target="_blank" rel=nofollow href="http://lists.automattic.com/mailman/listinfo/wp-hackers"&gt;[link]&lt;/a&gt;
  &lt;img src="http://feeds.feedburner.com/~r/wp-hackers/~4/KJO3NyJhy1w" height="1" width="1"/&gt;</summary>
  <feedburner:origLink>http://groups.google.com/group/wp-hackers/browse_thread/thread/b556c1606a4df1c0</feedburner:origLink></entry>
  <entry>
  <author>
  <name>Diana K. Cury</name>
  <email>diana...@gmail.com</email>
  </author>
  <updated>2012-02-04T00:44:02Z</updated>
  <id>http://groups.google.com/group/wp-hackers/browse_thread/thread/0d00e7f15b699fd2</id>
  <link href="http://feedproxy.google.com/~r/wp-hackers/~3/eblwvl1y2r4/0d00e7f15b699fd2" />
  <title type="html">[wp-hackers] New image sizes for old files</title>
  <summary type="html" xml:space="preserve">
  I know how to add new image with add_image_size and use them, that is ok, but how to rebuild the images sent before the new size?! &lt;br&gt; Thanks, &lt;br&gt; ______________________________ _________________ &lt;br&gt; wp-hackers mailing list &lt;br&gt; wp-hack...@lists.automattic.co m &lt;br&gt; &lt;a target="_blank" rel=nofollow href="http://lists.automattic.com/mailman/listinfo/wp-hackers"&gt;[link]&lt;/a&gt;
  &lt;img src="http://feeds.feedburner.com/~r/wp-hackers/~4/eblwvl1y2r4" height="1" width="1"/&gt;</summary>
  <feedburner:origLink>http://groups.google.com/group/wp-hackers/browse_thread/thread/0d00e7f15b699fd2</feedburner:origLink></entry>
  <entry>
  <author>
  <name>Bryan Wright</name>
  <email>bk...@ayesha.phys.virginia.edu</email>
  </author>
  <updated>2012-02-02T15:44:12Z</updated>
  <id>http://groups.google.com/group/wp-hackers/browse_thread/thread/e27463ec0eb5b320</id>
  <link href="http://feedproxy.google.com/~r/wp-hackers/~3/WhXDuuBspKY/e27463ec0eb5b320" />
  <title type="html">[wp-hackers] Problems setting publication date with newPost and perl WordPress::XMLRPC</title>
  <summary type="html" xml:space="preserve">
  Hi folks, &lt;br&gt; I'm trying to use Leo Charre's WordPress::XMLRPC perl module to create new &lt;br&gt; posts that have publication dates in the past. (I'm going to import some old &lt;br&gt; posts.) Everything works fine except setting the publication date. No matter &lt;br&gt; what I do, the publication date is always now, instead of the date I specify.
  &lt;img src="http://feeds.feedburner.com/~r/wp-hackers/~4/WhXDuuBspKY" height="1" width="1"/&gt;</summary>
  <feedburner:origLink>http://groups.google.com/group/wp-hackers/browse_thread/thread/e27463ec0eb5b320</feedburner:origLink></entry>
</feed>

