Title: Parsa's Replies - page 4 | WordPress.org

---

# Parsa

  [  ](https://wordpress.org/support/users/parselearn/)

 *   [Profile](https://wordpress.org/support/users/parselearn/)
 *   [Topics Started](https://wordpress.org/support/users/parselearn/topics/)
 *   [Replies Created](https://wordpress.org/support/users/parselearn/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/parselearn/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/parselearn/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/parselearn/engagements/)
 *   [Favorites](https://wordpress.org/support/users/parselearn/favorites/)

 Search replies:

## Forum Replies Created

Viewing 7 replies - 46 through 52 (of 52 total)

[←](https://wordpress.org/support/users/parselearn/replies/page/3/?output_format=md)
[1](https://wordpress.org/support/users/parselearn/replies/?output_format=md) [2](https://wordpress.org/support/users/parselearn/replies/page/2/?output_format=md)
[3](https://wordpress.org/support/users/parselearn/replies/page/3/?output_format=md)
4

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Telegram Pro] Translate plugin](https://wordpress.org/support/topic/translate-plugin-48/)
 *  Plugin Contributor [Parsa](https://wordpress.org/support/users/parselearn/)
 * (@parselearn)
 * [6 years, 5 months ago](https://wordpress.org/support/topic/translate-plugin-48/#post-12208327)
 * Hello
 * You can use WordPress online tools for translate plugin
 * Plugin:
    [https://translate.wordpress.org/projects/wp-plugins/wp-telegram-pro/stable/it/default/](https://translate.wordpress.org/projects/wp-plugins/wp-telegram-pro/stable/it/default/)
 * Readme:
    [https://translate.wordpress.org/projects/wp-plugins/wp-telegram-pro/stable-readme/it/default/](https://translate.wordpress.org/projects/wp-plugins/wp-telegram-pro/stable-readme/it/default/)
 * Thanks for cooperation
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Ajaxify Comments - Ajax and Lazy Loading Comments] TypeError: form.author is undefined](https://wordpress.org/support/topic/typeerror-form-author-is-undefined/)
 *  Thread Starter [Parsa](https://wordpress.org/support/users/parselearn/)
 * (@parselearn)
 * [6 years, 6 months ago](https://wordpress.org/support/topic/typeerror-form-author-is-undefined/#post-12081967)
 * Oh! I was wrong, this code was for the theme!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Telegram Pro] Search don’t work](https://wordpress.org/support/topic/search-dont-work/)
 *  Plugin Contributor [Parsa](https://wordpress.org/support/users/parselearn/)
 * (@parselearn)
 * [7 years ago](https://wordpress.org/support/topic/search-dont-work/#post-11462567)
 * Solved in version 1.2
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Telegram Pro] Search don’t work](https://wordpress.org/support/topic/search-dont-work/)
 *  Plugin Contributor [Parsa](https://wordpress.org/support/users/parselearn/)
 * (@parselearn)
 * [7 years, 1 month ago](https://wordpress.org/support/topic/search-dont-work/#post-11415617)
 * Hello Lazy
    Can you send me Telegram bot username for testing? (Private message:
   [http://parsa.ws](http://parsa.ws))
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Theme My Login] tml_minimum_password_length filter and display error](https://wordpress.org/support/topic/tml_minimum_password_length-filter-and-display-error/)
 *  Thread Starter [Parsa](https://wordpress.org/support/users/parselearn/)
 * (@parselearn)
 * [8 years, 3 months ago](https://wordpress.org/support/topic/tml_minimum_password_length-filter-and-display-error/#post-9883538)
 * [@jfarthing84](https://wordpress.org/support/users/jfarthing84/)
    Check custom
   password module Line 157, in error message custom minimum password length not
   effected
 * [https://plugins.trac.wordpress.org/browser/theme-my-login/tags/6.4.10/modules/custom-passwords/custom-passwords.php#L157](https://plugins.trac.wordpress.org/browser/theme-my-login/tags/6.4.10/modules/custom-passwords/custom-passwords.php#L157)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP-Parsi Lovely Bots] [Plugin: WP-Parsi Lovely Bots] Finding 'the_content' Function](https://wordpress.org/support/topic/plugin-wp-parsi-lovely-bots-finding-the_content-function/)
 *  Plugin Author [Parsa](https://wordpress.org/support/users/parselearn/)
 * (@parselearn)
 * [13 years, 11 months ago](https://wordpress.org/support/topic/plugin-wp-parsi-lovely-bots-finding-the_content-function/#post-2790878)
 * Hello
    You know _‘the\_content()’_ function use for print post content. This 
   function exists in post loop. in files: index, single, search, page, tag, archive,…
 * for example:
 *     ```
       <?php
       while (have_posts()) : the_post();
       	the_title();
       	echo "<br />";
       	the_content("more content ...");
       endwhile;
       ?>
       ```
   
 * replace with this:
 *     ```
       <?php
       while (have_posts()) : the_post();
       	the_title();
       	echo "<br />";
       	the_content_bot_wpp("more content ...")
       endwhile;
       ?>
       ```
   
 * “more content …” link, printed when default state
 * Best regards
 *   Forum: [Hacks](https://wordpress.org/support/forum/plugins-and-hacks/hacks/)
   
   In reply to: [get post_type in template hook](https://wordpress.org/support/topic/get-post_type-in-template-hook/)
 *  Thread Starter [Parsa](https://wordpress.org/support/users/parselearn/)
 * (@parselearn)
 * [14 years, 3 months ago](https://wordpress.org/support/topic/get-post_type-in-template-hook/#post-2536706)
 * tnx, i need detect post type for change website theme
    in page setting plugin,
   user can specific theme for post type (example: news).

Viewing 7 replies - 46 through 52 (of 52 total)

[←](https://wordpress.org/support/users/parselearn/replies/page/3/?output_format=md)
[1](https://wordpress.org/support/users/parselearn/replies/?output_format=md) [2](https://wordpress.org/support/users/parselearn/replies/page/2/?output_format=md)
[3](https://wordpress.org/support/users/parselearn/replies/page/3/?output_format=md)
4