taghaboy
Forum Replies Created
-
Hello,
Any idea please.
ThanksForum: Developing with WordPress
In reply to: Avoid showing same text in multiple loopsForum: Developing with WordPress
In reply to: Avoid showing same text in multiple loopsThanks @lai32290 for your help,
Unfortunately ur code generate error !Forum: Developing with WordPress
In reply to: Avoid showing same text in multiple loopsHello,
“The Sold” is the promotion of the price of certain clothes.
My goal is to have a loop who will search in the clothes store (post_type=wear
), if there are a promotion (meta_key=sold
), if yes (meta_value=yes
) the loop will first show a presentation just one time, and then to post all the articles of Promotion/Sold clothes.
else, if there is no Sold (meta_value=no
), the phrase will be No sold available
This is what i wanna do with that Loop.
Thanks- This reply was modified 5 years, 1 month ago by taghaboy.
Forum: Plugins
In reply to: [Custom Post Type UI] Custom Single Post for post typeWowwwww wowww wow
I just set the “Publicly queryable” to “true” and all work,
Thanks a lot
BravoForum: Plugins
In reply to: [PHP Everywhere] The code window is way too small!@yellofish I used the include option and it work with no problem with the cache.
<?php include(TEMPLATEPATH . '/phpstore/mycode.php'); ?>
Forum: Fixing WordPress
In reply to: Get the_title()@joyously thanks a lot for your help.
Forum: Fixing WordPress
In reply to: Get the_title()@joyously thanks for your reply,
can you pls give me the full code who work, cause i try inserting theget_the_title()
but with no result.
ThanksForum: Plugins
In reply to: [PHP Everywhere] The code window is way too small!Wow, i love this way to control all the code in one php file in the root…thanks for sharing your idea, and thanks the author for this plugin.
What do you think to add the rand() to the file to escape the brower cache, or mybe some thing like this:
$path .= "../../../phpstore/mycode.php?=<?php echo filemtime($filename)?>"; $path .= "../../../phpstore/mycode.php?<?=rand(1,32000)?>
Forum: Plugins
In reply to: [Contact Form 7] Executes wp tags in Text input?Any idea please.
ThanksYour angel lady Codente, it work like a charm.
Thanks a lotForum: Fixing WordPress
In reply to: how to put js in function.phpThanks for your help.
@danieliser – Thanks for your reply,
just two questions :
01– The jQuery code, did I insert it in the header of each page, or into the embed container :<div class="embed-container"> <iframe src="https://www.youtube.com/embed/bG29YZHX25A?autoplay=1&rel=0" width="300" height="150" frameborder="0" allowfullscreen="allowfullscreen"> </iframe> </div>
02– Did you plan to add this option for the video in the display settings in next update?
Thanks for all.
@danieliser – i’m so sorry, I test in Google Chrome but it still work in every page (HTML5 player)
@danieliser – any news about the Update?
i’d like to tell you that the issue it’s only with the HTML5 player, the flash player are hidden and not looping.
Voila, i’m waiting for the update, and thanks for this amazing plugin.