jp
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce Product FAQs] Translation Problemme too.i cannot use local Translation file.
Forum: Plugins
In reply to: [WP Mibew] can show mysite to wp mibew users on next version?i need your help
Forum: Plugins
In reply to: [Read and Understood] shortcode is ok?no.
Forum: Plugins
In reply to: [FeedWordPress] bug reportneed help
Forum: Plugins
In reply to: [Disqus Comment System] report burganother burg:
UCenter info: MySQL Query Error
SQL:SELECT value FROM [Table]vars WHERE name=’noteexists2′
Error:Table ‘app_younirecord.wp_record_vars’ doesn’t exist
Errno:1146Forum: Plugins
In reply to: [Disqus Comment System] report burgForum: Plugins
In reply to: [Disqus Comment System] Unable to connect to the Disqus API serversburg report
UCenter info: MySQL Query Error
SQL:SELECT value FROM [Table]vars WHERE name=’noteexists2′
Error:Unknown column ‘value’ in ‘field list’
Errno:1054Forum: Plugins
In reply to: [FeedWordPress] bug reportline 93 code here:
. ' with result: '.json_encode($record)
Forum: Plugins
In reply to: [WP-United : phpBB WordPress Integration] for saesae.sina.com.cn
it is a website supply host for wordpress.but it limit user cannot got write permissionadd $count =”; under line 27
解决方法如下:
<?php /* Plugin Name: Auto Numbering Post Plugin URI: https://dev.coziplace.com/free-wordpress-plugins/auto-numbering-post Description: Automatically numbering all published posts based on the publish date and display the number in front of all published post titles. Version: 1.2 Author: Narin Olankijanan Author URI: https://dev.coziplace.com License: GPLv2 */ /* Copyright 2012 Narin Olankijanan (email: [email protected]) This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY;without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc. 51 Franklin St, Fifth floor, Boston MA 02110-1301 USA */ add_action( 'the_title', 'dk_auto_numbering' ); function dk_auto_numbering($title) { $post_ID = get_the_ID(); $the_post = get_post($post_ID); $date = $the_post->post_date; $maintitle = $the_post->post_title; $count =''; if ($the_post->post_status == 'publish' AND $the_post->post_type == 'post' AND in_the_loop()) { global $wpdb; $count = $wpdb->get_var("SELECT count(*) FROM $wpdb->posts WHERE post_status='publish' AND post_type='post' AND post_date<'{$date}'"); if ($maintitle==$title) { $count = $count.': '; } else { $count =''; } } return $count.$title; } /* EOF */
Forum: Plugins
In reply to: [WWPass Two-factor Authentication] The price is?ye.try to register account,but blocked on the step upload key.
Email: [ email redacted, please do not post that here again ]
No WWPass Key is attached to your accountForum: Plugins
In reply to: [Open Badges Issuer Add-on] no menu on mysiteimage is png.
ye.issuer log is here:{“assertion”:”https://youni3.sinaapp.com/api/badge/assertion/?uid=108-1403769182-1″,”reason”:”INACCESSIBLE”}
Forum: Plugins
In reply to: [Open Badges Issuer Add-on] no menu on mysitehere is the bug link
Forum: Plugins
In reply to: [Open Badges Issuer Add-on] no menu on mysite