AliceWonderFull on "punycode / IDNA converter"
Does WordPress already have the facilities for switching between punycode and IDNA? http://www.phpclasses.org/browse/file/5845.html is a pretty good class I have used in the past, I am hesitant to...
View ArticleAubrey Portwood on "Unable to use register_activation_hook"
I have been trying to use https://gist.github.com/aubreypwd/2fc7fd885306e7f48ec0 to flush rewrites on plugin activation to no avail. This is for http://wordpress.org/plugins/itempress/, which is a...
View Articlehuynguoidacbiet on "How to disable auto url alias wordpress"
Hi,i want to create an url special post: Example : http://mydomain.com/category/tùy-chỉnh-tên-miền/ But wordpress auto edit url to http://mydomain.com/category/tuy-chinh-ten-mien/ How to disable this...
View Articlefluesey on "get_user_setting for logged out user change WP 3.7"
get_all_user_settings() which is used by get_user_setting now checks that user is logged in - ie get_current_user_id is non-zero - before returning anything. The single line change that makes the...
View Articleemiku on "Please Help!!!"
Hello to all, I have a problem with my wordpress, when I try to share a link to facebook it appears another link that is not related with the site. See the following image...
View ArticleJonas Lundman on "Manipulating register_post_status() setup on pageload"
When register custom post status in my functions.php. Can I provide diffrent args for diffrent user views? Will this type of manipulating totally be "out of how to?". Ive been searching for an answer...
View Articledarksigns on "variable in url at register page"
hi I would like to keep a variable in the wp-register.php like this: http://www.mydomain/wp-login.php?action=register&variable=1 But if username is already exist then the page refreshes itself and...
View Articlelogicstar on "Replace some Post with custom Image when the post expired"
Hello Friends, first of all sorry for my bad english, and i am newbie here I am totally desperate here :( I am developing theme for events, and it is using auto expiration method, when the post is...
View Articlealev on "Any one know how"
Hi I made changes in General Settings replace ip address the was used during site design and development with real site url Now I cannot log-in in the control penal Does any on know a Huck to fix the...
View Articlejosh.shand on "wp_referer_field function mod"
Hi guys, I'm implementing a blog under /blog which isn't actually in a subfolder and not using MS. We actually have the majority of this working so don't worry about that too much. My only requirement...
View ArticleSubharanjan on "No notification being displayed for plugin upgrade !!"
I updated the plugin code here http://wordpress.org/plugins/debug-bar-actions-and-filters-addon/ to version 0.3. But, no upgrade notifications are displayed on the wp-admin. This is happening for users...
View Articlevasen on "media-new.php How to upload on different folders?"
Hello! I use WP on web-sites that have many files. Need help in solving problem. How to make WP upload files in different folders that I can create and name as I want? And how to insert images using...
View Articlesilwalprabin on "Insert to custom Table does not Work"
My complete code is: [insert_php] global $wpdb; $name = $_POST[txt_name]; $middlename = $_POST[txt_name]; $surname = $_POST[txt_surname]; $username = $_POST[txt_username]; $password =...
View ArticleJon Bergman on "Get current attached media"
get_attached_media works great to get attachments that have been uploaded or 'attached' to a given post or page. The problem is when you remove one of these attachments say an image from your gallery,...
View Articlemitsol on "how to create custom page content in wordpress"
I posted my question here - [programminghelp24 link removed] please answer in that site by registering first else here. Thanks in advance
View ArticleDigitalFormula on "How to add shortcodes to PHP namespace"
Hi all, All my theme and plugin classes are part of my custom namespace, except for the shortcodes. The classes have standard PHP __construct() methods that call methods like register_nav_menu(), for...
View Articleopoz1 on "Block random writes"
Hi I have a problem: Infer block random writes code <?php $MyArgs = array( 'orderby' => 'rand', // Способ сортировки: случайным образом. 'showposts' => '2', // Покажем лишь 5 записей. Можете и...
View Articlebrmac7 on "Adjusting coding??"
Hey guys, just wanted to know if someone can help me out with a minor coding issue, working in editor I have entered chat support coding into the body tag of my web page, the problem I have is the code...
View Articledavid_the_gnome on "Override theme to use protocol reactive URL for images...
I'm using the Builder theme which directs all image link to http://myURL.com... and all Google fonts to http://fonts.googleapi.com... What I need to do is use a protocol reactive URL scheme with those...
View ArticleJosiah Sprague on "Using Data from a Google Spreadsheet"
I've Googled for this, and I can't find exactly what I'm looking for. I have a Google Spreadsheet that contains data that needs to be automatically published on a client's Wordpress site. Previously, I...
View Article