Changeset 492558
- Timestamp:
- 01/20/2012 09:57:35 AM (14 years ago)
- Location:
- wp-posturl/trunk
- Files:
-
- 5 edited
-
posturl-options.php (modified) (1 diff)
-
readme.txt (modified) (3 diffs)
-
wp-posturl-zh_CN.mo (modified) (previous)
-
wp-posturl-zh_CN.po (modified) (5 diffs)
-
wp-posturl.pot (modified) (5 diffs)
Legend:
- Unmodified
- Added
- Removed
-
wp-posturl/trunk/posturl-options.php
r491978 r492558 188 188 </tr> 189 189 <tr> 190 <td valign="top" width="30%"><?php _e(' By Default, Add Header and/or Footer Text:', 'wp-posturl'); ?></td>190 <td valign="top" width="30%"><?php _e('Add Header and/or Footer For Existed Posts:', 'wp-posturl'); ?></td> 191 191 <td> 192 192 <input name="add_url_by_default" id="add_url_by_default" type="checkbox" value="true" <?php if($posturl_options['add_url_by_default']) echo 'checked="checked"'; ?> /> -
wp-posturl/trunk/readme.txt
r492512 r492558 48 48 49 49 For posts without this Custom Field (i.e., the existed posts before you use 50 WP-PostURL plugin), you can define the default behavior. If you select " By51 Default, Add Text to Post", then all posts without this Custom Field will be 52 added the header text and/or footer text; otherwise those posts will not be 53 added the header text and/or footer text. If some of those posts are against 54 with the default behavior, you need to re-edit this post to set "Add Post URL?" 55 option for those posts.50 WP-PostURL plugin), you can define the default behavior. If you select "Add 51 Header and/or Footer Text For Existed Post", then all posts without this Custom 52 Field will be added the header text and/or footer text; otherwise those posts 53 will not be added the header text and/or footer text. If some of those posts 54 are against with the default behavior, you need to re-edit this post to set 55 "Add Post URL?" option for those posts. 56 56 57 57 If you don't want to help promote WP-PostURL plugin, you can uncheck this … … 76 76 == Frequently Asked Questions == 77 77 78 None 78 = Why WP-PostURL Does Not Add Text To My Posts = 79 80 * In a word, please check if you select "Add Header and/or Footer Text For 81 Existed Post" option. If not, select it then have a look. 82 * If it still not work, make sure regenerate the cache if you a WordPress 83 Cache Plugin (such as WP Super Cache), then have a look. 84 85 Here are some detail information for "Add Header and/or Footer Text For Existed 86 Post" option: 87 88 In release 2.0 and above, I add a new feature: allow user decide which posts 89 display the header and/or footer text. This will add a Custom Field, named 90 "posturl_add_url", for each new created post. 91 But for the posts you published before use WP-PostURL 2.0+, they do not have 92 Custom Field "posturl_add_url". For those posts, you need configure "Add 93 Header and/or Footer Text For Existed Post" option. If you check this option, 94 all existed posts will be added the header and/or footer text; otherwise those 95 posts will not be added the header text and/or footer text. If some of those 96 posts are against with this default behavior, you need to re-edit this post to 97 set "Add Post URL?" option for those special posts. 79 98 80 99 == Screenshots == … … 83 102 84 103 == Changelog == 104 105 = 2.0.2 = 106 * Fix: Rename description name to avoid confusing. 85 107 86 108 = 2.0.1 = -
wp-posturl/trunk/wp-posturl-zh_CN.po
r491978 r492558 3 3 "Project-Id-Version: WP-PostURL 1.0\n" 4 4 "Report-Msgid-Bugs-To: \n" 5 "POT-Creation-Date: 2012-01- 19 16:21+0800\n"6 "PO-Revision-Date: 2012-01- 19 16:21+0800\n"5 "POT-Creation-Date: 2012-01-20 17:30+0800\n" 6 "PO-Revision-Date: 2012-01-20 17:32+0800\n" 7 7 "Last-Translator: Easwy Yang <easwy.mail@gmail.com>\n" 8 8 "Language-Team: Easwy Yang <easwy.mail@gmail.com>\n" … … 56 56 57 57 #: L:\workspace\wordpress\wp-posturl\trunk/posturl-options.php:98 58 #: L:\workspace\wordpress\wp-posturl\trunk/wp-posturl.php:11 658 #: L:\workspace\wordpress\wp-posturl\trunk/wp-posturl.php:118 59 59 msgid "<div style=\"margin-top: 15px; font-style: italic\"><p><strong>From</strong> <a href=\"%site_url%\">%site_name%</a>, <strong>post</strong> <a href=\"%post_url%\">%post_title%</a></p></div>" 60 60 msgstr "<div style=\"margin-top: 15px; font-style: italic\"><p><strong>原创文章,转载请注明:</strong> 转载自<a href=\"%site_url%\">%site_name%</a></p><p><strong>本文链接地址:</strong> <a href=\"%post_url%\">%post_title%</a></p></div>" … … 134 134 135 135 #: L:\workspace\wordpress\wp-posturl\trunk/posturl-options.php:190 136 msgid " By Default, Add Header and/or Footer Text:"137 msgstr " 缺省为文章添加链接:"136 msgid "Add Header and/or Footer For Existed Posts:" 137 msgstr "给以前发表的文章添加自定义文本:" 138 138 139 139 #: L:\workspace\wordpress\wp-posturl\trunk/posturl-options.php:196 … … 170 170 171 171 #: L:\workspace\wordpress\wp-posturl\trunk/posturl-options.php:250 172 #: L:\workspace\wordpress\wp-posturl\trunk/wp-posturl.php:2 69172 #: L:\workspace\wordpress\wp-posturl\trunk/wp-posturl.php:271 173 173 msgid "Yes" 174 174 msgstr "是" … … 188 188 #: L:\workspace\wordpress\wp-posturl\trunk/wp-posturl.php:42 189 189 #: L:\workspace\wordpress\wp-posturl\trunk/wp-posturl.php:43 190 #: L:\workspace\wordpress\wp-posturl\trunk/wp-posturl.php:2 79190 #: L:\workspace\wordpress\wp-posturl\trunk/wp-posturl.php:281 191 191 msgid "Add Post URL" 192 192 msgstr "添加文章链接" 193 193 194 #: L:\workspace\wordpress\wp-posturl\trunk/wp-posturl.php:10 4194 #: L:\workspace\wordpress\wp-posturl\trunk/wp-posturl.php:106 195 195 #, php-format 196 196 msgid "<div style=\"margin-top: 0; margin-bottom: 15px; color: #888888; font-size: 80%%; font-style: italic\"><p>Post Footer automatically generated by <a href=\"%1$s\" style=\"color: #8888FF; text-decoration: underline;\">wp-posturl plugin</a> for wordpress.</p></div>" 197 197 msgstr "<p style=\"margin-top: 0; margin-bottom: 15px; color: #888888; font-size: 80%%; font-style: italic\">文章的脚注信息由WordPress的<a href=\"%1$s\" style=\"color: #8888FF; text-decoration: underline;\">wp-posturl插件</a>自动生成</p>" 198 198 199 #: L:\workspace\wordpress\wp-posturl\trunk/wp-posturl.php:26 7199 #: L:\workspace\wordpress\wp-posturl\trunk/wp-posturl.php:269 200 200 msgid "Add Post URL?" 201 201 msgstr "添加文章链接?" 202 202 203 #: L:\workspace\wordpress\wp-posturl\trunk/wp-posturl.php:27 0203 #: L:\workspace\wordpress\wp-posturl\trunk/wp-posturl.php:272 204 204 msgid "No" 205 205 msgstr "否" -
wp-posturl/trunk/wp-posturl.pot
r491978 r492558 3 3 "Project-Id-Version: wp-posturl\n" 4 4 "Report-Msgid-Bugs-To: \n" 5 "POT-Creation-Date: 2012-01- 19 16:22+0800\n"5 "POT-Creation-Date: 2012-01-20 17:33+0800\n" 6 6 "PO-Revision-Date: \n" 7 7 "Last-Translator: Easwy Yang <easwy.mail@gmail.com>\n" … … 56 56 57 57 #: L:\workspace\wordpress\wp-posturl\trunk/posturl-options.php:98 58 #: L:\workspace\wordpress\wp-posturl\trunk/wp-posturl.php:11 658 #: L:\workspace\wordpress\wp-posturl\trunk/wp-posturl.php:118 59 59 msgid "<div style=\"margin-top: 15px; font-style: italic\"><p><strong>From</strong> <a href=\"%site_url%\">%site_name%</a>, <strong>post</strong> <a href=\"%post_url%\">%post_title%</a></p></div>" 60 60 msgstr "" … … 134 134 135 135 #: L:\workspace\wordpress\wp-posturl\trunk/posturl-options.php:190 136 msgid " By Default, Add Header and/or Footer Text:"136 msgid "Add Header and/or Footer For Existed Posts:" 137 137 msgstr "" 138 138 … … 170 170 171 171 #: L:\workspace\wordpress\wp-posturl\trunk/posturl-options.php:250 172 #: L:\workspace\wordpress\wp-posturl\trunk/wp-posturl.php:2 69172 #: L:\workspace\wordpress\wp-posturl\trunk/wp-posturl.php:271 173 173 msgid "Yes" 174 174 msgstr "" … … 184 184 #: L:\workspace\wordpress\wp-posturl\trunk/wp-posturl.php:42 185 185 #: L:\workspace\wordpress\wp-posturl\trunk/wp-posturl.php:43 186 #: L:\workspace\wordpress\wp-posturl\trunk/wp-posturl.php:2 79186 #: L:\workspace\wordpress\wp-posturl\trunk/wp-posturl.php:281 187 187 msgid "Add Post URL" 188 188 msgstr "" 189 189 190 #: L:\workspace\wordpress\wp-posturl\trunk/wp-posturl.php:10 4190 #: L:\workspace\wordpress\wp-posturl\trunk/wp-posturl.php:106 191 191 #, php-format 192 192 msgid "<div style=\"margin-top: 0; margin-bottom: 15px; color: #888888; font-size: 80%%; font-style: italic\"><p>Post Footer automatically generated by <a href=\"%1$s\" style=\"color: #8888FF; text-decoration: underline;\">wp-posturl plugin</a> for wordpress.</p></div>" 193 193 msgstr "" 194 194 195 #: L:\workspace\wordpress\wp-posturl\trunk/wp-posturl.php:26 7195 #: L:\workspace\wordpress\wp-posturl\trunk/wp-posturl.php:269 196 196 msgid "Add Post URL?" 197 197 msgstr "" 198 198 199 #: L:\workspace\wordpress\wp-posturl\trunk/wp-posturl.php:27 0199 #: L:\workspace\wordpress\wp-posturl\trunk/wp-posturl.php:272 200 200 msgid "No" 201 201 msgstr ""
Note: See TracChangeset
for help on using the changeset viewer.