panteleos
Forum Replies Created
-
Forum: Plugins
In reply to: [Broadcast] Broadcast DBDone 😀
Forum: Plugins
In reply to: [Broadcast] Broadcast DBYeah it works like a charm!! Amazing it was so easy.. U are the best
Forum: Plugins
In reply to: [Broadcast] Broadcast DBDamn i didnt knew it.. Thank you again!
Forum: Plugins
In reply to: [Broadcast] Broadcast DBSo what is this? The reason i am asking is cause i have a network and the posts are coming from a rss feed i have made by my own. So what i do is taking in my main site the feeds and creating posts with the data and i would like to auto create post and broadcast theme to a specific sub site each depending on rss feed.. My fist thought is to right directly in the database the results… But i cant figure out what the data exactly is.
Forum: Plugins
In reply to: [Broadcast] Broadcast DBThank you for your responce. What is exactly stored in data? Column? I see some strange value without meaning
Forum: Plugins
In reply to: [AMP] Featured image not showing on AMP<p class="xyz-featured-image"><amp-img src="<?php echo wp_get_attachment_url( get_post_thumbnail_id($post->ID) ) ?>" sizes="(min-width: 620px) 620px, 100vw" class="amp-wp-enforced-sizes -amp-element -amp-layout-responsive -amp-layout-size-defined -amp-layout" id="AMP_2" style="width: 620px;"><i-amp-sizer style="display: block; padding-top: 75%;"></i-amp-sizer><img amp-img-id="AMP_2" class="-amp-fill-content -amp-replaced-content" width="620" height="465" src="<?php echo wp_get_attachment_url( get_post_thumbnail_id($post->ID) ) ?>"></amp-img></p>this code works for me great