pecernet
Forum Replies Created
-
Thank you for your reply,
I found my solution with this plugins ->https://algolplus.com/plugins/downloads/advanced-order-export-for-woocommerce-pro/
Forum: Developing with WordPress
In reply to: help for sql query in templateI find this solution
$terms = get_the_terms( $post->ID , 'product_brand' ); foreach( $terms as $term ) { print $term->name; unset($term); }🙂
- This reply was modified 7 years, 7 months ago by pecernet.
Forum: Developing with WordPress
In reply to: help for sql query in templateI would like to display all the taxonomy, the terms of the product (woocommerce)
when i use this request via phpmyadmin it works and i would like to succeed the same thing in my templatethanks
Forum: Hacks
In reply to: associate a category to a post-typeHello,
Yes I respect the rules.
I asked for it does not confussion to another person
I solved my problem by editing plugins
Forum: Hacks
In reply to: associate a category to a post-typeDear Moderators
can you delete this post please?thanks
Forum: Plugins
In reply to: [qTranslate X] encode translate in translate.php custom templateAnother method to optimize
<?php if (qtranxf_getLanguage() == 'en') { include( get_template_directory() . '/languages/en.php'); } elseif (qtranxf_getLanguage() == 'tr') { include( get_template_directory() . '/languages/tr.php'); } else { include( get_template_directory() . '/languages/fr.php'); } ?>You can create your themes folder in a folder languages you can put your lang file
ex:
en.php
en.php
tr.phpForum: Plugins
In reply to: [qTranslate X] encode translate in translate.php custom templateHello,
I tried to like this
can you tell me if this is a good method
or if there are ways to make even more simply?Thank you
<?php include( get_template_directory() . '/translate.php'); ?> <p><?= $lang[qtranxf_getLanguage()]['HELLO']; ?></p> <p><?= $lang[qtranxf_getLanguage()]['NAME']; ?></p> <p><?= $lang[qtranxf_getLanguage()]['COUNTRY']; ?></p> <p><?= $lang[qtranxf_getLanguage()]['CITY']; ?></p> <p><?= $lang[qtranxf_getLanguage()]['COLOR']; ?></p>translate.php
<?php $lang['fr']['HELLO'] = 'Bonjour'; $lang['fr']['NAME'] = 'Prénom'; $lang['fr']['COUNTRY'] = 'Pays'; $lang['fr']['CITY'] = 'Ville'; $lang['fr']['COLOR'] = 'Couleur'; $lang['en']['HELLO'] = 'Hello'; $lang['en']['NAME'] = 'Name'; $lang['en']['COUNTRY'] = 'Country'; $lang['en']['CITY'] = 'City'; $lang['en']['COLOR'] = 'Color'; ?>Hello,
thank you for your reply,
your second plugins matching my wants
🙂thank you very much
Hi,
thank you for informationHello I’ve done as you wrote to me and it’s good.
it’s still technical but when you understand it works very well, thank youI wonder if you want to share and schedule old articles, if we had to offer pro?
Because I would also plan the old articles over 200 articles …
Thank you
Hello,
thank you for your linkI’ve looked but I still have this problem,
I have no other pictures in the article page, I have just one image is the image “featured picture”I is no other particular tag in my page too …
if I did that
https://www.facebook.com/sharer.php?u=http://example.com
I have the good image …
your plugins you can not force this kind of action?
https://www.facebook.com/sharer.php?u=http://example.com
Thank you
Forum: Plugins
In reply to: [Really Simple CSV Importer] Plugins with ACF, menu selectJust to say that everything works; the problem just my .csv file