migswd
Forum Replies Created
-
Hi.
I would like to show that date on the frontend in the product page.
And so I would like to be able to enter this date in the backend, per product.
Thank you.Forum: Everything else WordPress
In reply to: Unsubscribe from a forum does not work(Otto of course sorry)
Forum: Everything else WordPress
In reply to: Unsubscribe from a forum does not workThank you so much Otta ! ??
That was it, I had an old account.But now I would like to delete this old account, and cannot find a way to do that.
Is it possible ?
ThxForum: Plugins
In reply to: [Related Posts] remove link zemataThats much better ! ??
Thank you guys.Forum: Plugins
In reply to: [Related Posts] remove link zemataHow can you think people will accept to have the signature of somebody else on their website. You are tricky guys.
At least have the decency to put this point into your FAQ !
Thanks. Great plugin but this issue is a dead end for me.
Bye.Thanks you so much !
Your plugin is amazing.
BRAVO ??Ouahou you are fast !
Here is the twitter account : newcitiesfound
https://twitter.com/newcitiesfoundAnd here the beta release of the website with twitter feed in the header
https://www.newcitiessummit2013.org/beta1/Thanks for your help!
MiguelThanks great info.
Just another version if someone like me wants to display page thumbnail + page title :function flexipages_list($page_array, $level = 0) { if(!$page_array) return; $pagelist = ""; foreach($page_array as $page) { $date = ""; $pagethumb = get_the_post_thumbnail($page['ID'], 'full', array('class' => 'attachment-thumbnail','title' => trim(strip_tags( $attachment->post_title )),)); if(isset($page['date']) && $page['date']) $date = " ".$page['date']; $pagelist .= str_repeat("\t", $level+1).'<li class="'.$page['class'].'"><a href="'.$page['link'].'" title="'.$page['title'].'">'.$pagethumb.''.$page['title'].'</a>'.$date; if($page['children']) $pagelist .= flexipages_list($page['children'], $level+1); $pagelist.= "\n"; } if($pagelist) $pagelist = str_repeat("\t", $level)." <ul>\n{$pagelist}".str_repeat("\t", $level)."</ul> "; return $pagelist; }
Hey Johan, Thank you so much for this great plugin.
And this new version 1.9.7 fixed my issue to display the featured image.
Just to help : The version in the WP plugin download page is still the old 1.9.5 version.Should you put the last version 1.9.7 ??