Parsa
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Telegram Pro] Translate pluginHello
You can use WordPress online tools for translate plugin
Plugin:
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/Thanks for cooperation
Oh! I was wrong, this code was for the theme!
Forum: Plugins
In reply to: [WP Telegram Pro] Search don’t workSolved in version 1.2
Forum: Plugins
In reply to: [WP Telegram Pro] Search don’t workHello Lazy
Can you send me Telegram bot username for testing?
(Private message: http://parsa.ws)Forum: Plugins
In reply to: [Theme My Login] tml_minimum_password_length filter and display error@jfarthing84
Check custom password module Line 157, in error message custom minimum password length not effectedHello
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
In reply to: get post_type in template hooktnx, i need detect post type for change website theme
in page setting plugin, user can specific theme for post type (example: news).