i.e: This post was originally published on Tuesday, 9 November 2021, 18:24
change to
This post was originally published on Tuesday, 9 November 2021
]]>Thanks
]]>Import = Invalid data types
Ok, so changed date format to dd/mm/yy and changed the , decimals to . (123.45)
Import = Invalid data types
Looked at the Column.csv file for clues on how to format data but the sample file data has no dates, no decimals. Florence,371282,607906,655875
Is there a workaround for this?
]]>need for import date from other site
]]>In old version of wp datepicker I could change this in file function.php, But now there isn’t such option
please for fast respond
]]>I have made some updates to the code but I’m afraid they will go away upon the next release of this plugin. My specific needs were to show a list of recently modified pages to users (and displaying the modified date). If you have a suggestion for better implementation of these codes let me know. Thank you and thanks for making this awesome plugin!
Here are the suggestions/changes…
1. Add “Order by: Modified Date”
(This was simple enough to implement as I added the following code to pages-by-custom-tax.php)
<option value="modified" <?php if($order_by=="modified"){ echo "selected"; } ?> ><?php _e( 'Modified Date', 'wp-list-pages-by-custom-taxonomy' ); ?></option>
2. Add “Display: Modified Date”
(This was a little more complicated to implement but basically, I copied every line of code containing display_date and changed it to a display_modified.)
3. Remove forced format for date display.
(This was easy enough to implement by removing the variables from the date display code in pbytax_template.php.)
<?php echo get_the_date( '', $pbytax_post->ID ); ?>
I tried following a few tutorials but my programming knowledge beyond HTML/CSS is very limited.
Currently the code looks like this:
<div>
.$alldatas[‘metabox_package_date_from’].
</div>
<td class="date column-date"><abbr title="04.12.2014 15:41:58">PM/joi/337</abbr><br>Publicat</td>
I tried setting a custom date (a StackExchange solution), but it didn’t work. I am not going to hack core files, but I do need to know if this is a problem on the server or on the WP install itself.
Thanks in advance for any answers.
]]>