mkmazid
Forum Replies Created
-
Forum: Plugins
In reply to: [Microsoft Azure Storage for WordPress] Existing container not showingsend me some link, i can check this.
Forum: Plugins
In reply to: [Network Posts Extended] date_postHi John, sorry for the late response. with the
date_format='settings'
is it working very good.
Thanks a lot and i wish you the best.
Forum: Plugins
In reply to: [Network Posts Extended] date_postHi John , what is need is to review this part of code to make possible to me to print the post date with the same config of WP setting
please check this image:
$date_post = ''; if ( array_key_exists( 'post_date', $the_post ) ) { $date = new DateTime( trim( $the_post['post_date'] ) ); $date_post = date_i18n( $format, $date->getTimestamp() ); }
Thanks in evidence
Forum: Plugins
In reply to: [Network Posts Extended] date_postHi John. no. the shortcode is working properly .
My issue is the post date
Thanks
- This reply was modified 1 year, 11 months ago by mkmazid.
Forum: Plugins
In reply to: [Network Posts Extended] date_postupdate: i changed the first snippet with the below and now the problem is that for all the posts i have the exact same date printed in the FE :
could you please help me?
Thanks
$date_post = ''; if ( array_key_exists( 'post_date', $the_post ) ) { $date = new DateTime( trim( $the_post['post_date'] ) ); $date_post = get_post_time ( 'd-m-Y' ); }
Forum: Networking WordPress
In reply to: help for setting up mutisiteHi George, Thanks for your answer. basically, I need to redirect from the root of the domain to one of my networks (you think should be done be Geo localization? ok but how)
ThanksForum: Plugins
In reply to: [Post Types Order] impact on big dataHi Maya and thank you for your answer. just to cross-check with you, if I have 10.000 posts in the database, after installing this plugin I will not go to enlarge my database based on the number of posts I have already?
please let me know.
Thanks againForum: Plugins
In reply to: [Network Posts Extended] Including AND in TaxonomyHi John , please give me a couple of hours to test, I think it is working well based on this comment :
https://www.ads-software.com/support/topic/including-and-in-taxonomy/page/2/#post-13218766
I will let you know
Thanks a lotForum: Plugins
In reply to: [Network Posts Extended] Including AND in TaxonomySorry, it is my mistake writing an incorrect sentence:
if i add must_be_in_taxonomies_only='false' it works fine
let me know
ThanksForum: Plugins
In reply to: [Network Posts Extended] Including AND in Taxonomyi tird to add:
[netsposts include_blog='3' list='5' taxonomy='economy,head-lines' must_be_in_taxonomies_only='true' thumbnail='true' order_post_by='date_order desc']
and is not working.
if i addmust_be_in_taxonomies_only='true'
it works fine
please login to my dashboard when you want.
ThanksForum: Plugins
In reply to: [Network Posts Extended] Including AND in TaxonomyHi John,
I addedtaxonomy_type='category'
anyways I have no other taxonomy_type which matches the category name. but still not working.
Thanks a lot for your help.
let me knowForum: Plugins
In reply to: [Network Posts Extended] Including AND in Taxonomyupdated the plugin and this is my custom shortcode :
[netsposts include_blog='3' list='5' must_include_categories='all-news,parties' must_be_in_taxonomies_only='true' thumbnail='true' order_post_by='date_order desc']
there are just 1 post which has all-news and parties both assigned. but is not working because i have more item shown in the list.
is there something wrong in my code?
please let me know
ThanksForum: Plugins
In reply to: [Network Posts Extended] Including AND in Taxonomyupdate the plugin, now am going to check.
will let you know
ThanksForum: Plugins
In reply to: [Network Posts Extended] Including AND in TaxonomyHi ,
Is there any hope for my issue?
ThanksForum: Plugins
In reply to: [Network Posts Extended] Including AND in TaxonomyTried with lowercase, is the name result and not working for me.
I just send you all access via the form.
let me know
Thanks