You cannot post messages because only members can post, and you are not currently a member.
Description:
This is a Google Groups frontend to the wp-hackers mailing list.
|
|
|
Add Theme support with specified post type
|
| |
I'm trying to hold my plugins and themes mostly options free, as this saves me a lot of time (no need for activate/deactivate/uninstall + testing) and helps my users living with a slim database. So here's what I tried: `add_theme_support( 'plugin_name', array( 'post', 'custom_post_type' ) );`. That allows me to check the global, show/hide... more »
|
|
We Use WordPress
|
| |
I would like to inform you of the existence of this new site to get inspiration or to insert and then advertise your wordpress site! [link] What do you think about it?
|
|
My plugin doesn't work online :( Shortcode loading order?!
|
| |
Sorry for bother, 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. When adding [mensagem], it supposed to add the form into the page, but anything show up when doing so :( <?php /** * Plugin Name: Simple Messages * Plugin URI: [link]... more »
|
|
Sorting by column value
|
| |
Hi everyone, Short description of my problem: I have a custom post type called "press_articles", With the code below I have created custom column, with the custom value. add_filter('manage_press_artic les_posts_columns' , 'add_press_articles_columns'); add_action( 'manage_press_articles_posts_c ustom_column','custom_columns' , 10, 2 );... more »
|
|
Fwd: [WordPress.org Plugins] Urgent: Your Plugin Has Been Removed
|
| |
I just received this email. There are couple of things which seems to suggest that someone is trying to spoof my WordPress.org login. 1) The email address is wrong 2) The link points to non wordpress.org domain, but it has the same look and feel as that of wordpress.org 3) The link is asking for my wordpress.org username and password.... more »
|
|
best way to remove shortcode from post content
|
| |
...I'm a big fan of simplifying regex. I think a simpler regex would be \[shortcodename id=\"12\"\](.*)\[\/shortcodena me\] If the id changes: \[shortcodename id=\"[0-9]+\"\](.*)\[\/shortco dename\] or \[shortcodename id=\"[^"]+\"\](.*)\[\/shortcod ename\] How you use these is up to you. My 2 cents: If this is a one-off, I'd... more »
|
|
Regarding Premium Themes on WordPress.com
|
| |
I am not sure if this is the right list to post in but can anyone please tell me what is the procedure to include a WordPress theme in the premium themes at WordPress.com? [link] Thanks for your time. ______________________________ _________________ wp-hackers mailing list... more »
|
|
|