New to Translating WordPress? Read through our Translator Handbook to get started. Hide
Prio | Original string | Translation | — |
---|---|---|---|
↑ | Posts Search | Posts Search | Details |
Original currentMeta |
|||
↑ | Search posts by taxonomy terms and post type with Ajax. | Busca entradas por el término de la taxonomía y el tipo de contenido con Ajax. | Details |
Original current
Search posts by taxonomy terms and post type with Ajax.
CommentShort description. You have to log in to edit this translation. Meta |
|||
Detailed usage is under preparation. | Se están preparando los detalles del uso. | Details | |
Original current
Detailed usage is under preparation.
CommentFound in description paragraph. You have to log in to edit this translation. Meta |
|||
Usage | Uso | Details | |
Original currentMeta |
|||
<strong>Shortcode:</strong> <code>[ccc_posts_search_searchform placeholder="" style=""]</code> | <strong>Shortcode:</strong> <code>[ccc_posts_search_searchform placeholder="" style=""]</code> | Details | |
Original current
<strong>Shortcode:</strong> <code>[ccc_posts_search_searchform placeholder="" style=""]</code>
CommentFound in description list item. You have to log in to edit this translation. Meta |
|||
<strong>Shortcode:</strong> <code>[ccc_posts_search_results posts_per_page="" search_keyword="" style=""]</code> | <strong>Shortcode:</strong> <code>[ccc_posts_search_results posts_per_page="" search_keyword="" style=""]</code> | Details | |
Original current
<strong>Shortcode:</strong> <code>[ccc_posts_search_results posts_per_page="" search_keyword="" style=""]</code>
CommentFound in description list item. You have to log in to edit this translation. Meta |
|||
Search posts by taxonomy terms and post type with Ajax and list them. | Busca entradas por el término de la taxonomía y el tipo de contenido con Ajax y lístalas. | Details | |
Original current
Search posts by taxonomy terms and post type with Ajax and list them.
CommentFound in description paragraph. You have to log in to edit this translation. Meta |
|||
This plugin is simple. You can search posts by taxonomy terms and post type with Ajax with just a shortcode. | Este plugin es sencillo. Puedes buscar entradas por el término de la taxonomía y el tipo de contenido con Ajax simplemente con un shortcode. | Details | |
Original current
This plugin is simple. You can search posts by taxonomy terms and post type with Ajax with just a shortcode.
CommentFound in description paragraph. You have to log in to edit this translation. Meta |
|||
For example, in <code>header.php</code> add <code><?php if( shortcode_exists( 'ccc_posts_search_searchform' ) ) { echo do_shortcode('[ccc_posts_search_searchform placeholder=""]'); } ? ></code>. | Por ejemplo, en el archivo <code>header.php</code>, añade: <code><?php if( shortcode_exists( 'ccc_posts_search_searchform' ) ) { echo do_shortcode('[ccc_posts_search_searchform placeholder=""]'); } ? ></code>. | Details | |
Original current
For example, in <code>header.php</code> add <code><?php if( shortcode_exists( 'ccc_posts_search_searchform' ) ) { echo do_shortcode('[ccc_posts_search_searchform placeholder=""]'); } ? ></code>.
CommentFound in description paragraph. You have to log in to edit this translation. Meta |
|||
For example, in <code>search.php</code> add <code><?php if( shortcode_exists( 'ccc_posts_search_results' ) ) { echo do_shortcode('[ccc_posts_search_results posts_per_page=" 15" search_keyword="false"]'); } ? ></code>. | Por ejemplo en el archivo <code>search.php</code>, añade: <code><?php if( shortcode_exists( 'ccc_posts_search_results' ) ) { echo do_shortcode('[ccc_posts_search_results posts_per_page=" 15" search_keyword="false"]'); } ? ></code>. | Details | |
Original current
For example, in <code>search.php</code> add <code><?php if( shortcode_exists( 'ccc_posts_search_results' ) ) { echo do_shortcode('[ccc_posts_search_results posts_per_page=" 15" search_keyword="false"]'); } ? ></code>.
CommentFound in description paragraph. You have to log in to edit this translation. Meta |
|||
Upload <code>posts-search</code> to the <code>/wp-content/plugins/</code> directory. | Sube la carpeta <code>posts-search</code> al directorio <code>/wp-content/plugins/</code> | Details | |
Original current
Upload <code>posts-search</code> to the <code>/wp-content/plugins/</code> directory.
CommentFound in installation list item. You have to log in to edit this translation. Meta |
|||
Activate the plugin through the 'Plugins' menu in WordPress. | Activa el plugin a través del menú «Plugins» en WordPress. | Details | |
Original current
Activate the plugin through the 'Plugins' menu in WordPress.
CommentFound in installation list item. You have to log in to edit this translation. Meta |
|||
Use shortcodes to display the posts search. | Usa los shortcodes para mostrar la búsqueda de entradas. | Details | |
Original current
Use shortcodes to display the posts search.
CommentFound in installation list item. You have to log in to edit this translation. Meta |
Export as
Comment
Plugin name.