Same issue here.
Sticky!
Also, where is the optimal place to put the edited .CSS ?
Right now i have added some custom css in the “theme panel” but also in “apperance -> Edit css” could this be slowing my site down ?
Perfect!
Hey again Marius.
I know it is alot to ask for but instead of showing the whole biography/description, could it show only a preview of it on the authors page and then the full description when you go to the author page?
It would be so awsome to have this feature and again. thanks for your brilliant help and work.
Np, i found out Marius it was because i had not updated yet.
Testing your code :0)
Edit / works flawless!
Thank you very much, and nice update to the theme!
-
This reply was modified 12 years by
dillermand16.
Hey Marius, thanks but i do not have an loop-single.php i only got loop-simple.php , how can that be ?
thanks
Is it possible to have the function in a future release of the theme?
I saw other people requesting it too. or is it too hard to program?
Just to make sure, it is the author box on post where “admin” is the author i want to hide.
Thank you very much 🙂
Much appreciated.
Hey Marius, thanks again for your quick response. but with this code, the authors will only get 1 author meta information, and that is from the first author. the descriptions need to be from each author how can i do this ?
Any news on the Alphabeically sort ordering?
Wow thanks got it to work now.
I apparently missted a closing in the code 🙂
} else {
$td_article_date_unix = get_the_time('U', $this->post->ID);
if( get_field('my-event-date', $this->post->ID) ) {
$buffy .= '<time itemprop="dateCreated" class="entry-date updated' . $visibility_class . '" datetime="' . date(DATE_W3C, $td_article_date_unix) . '" >' . get_field('my-event-date', $this->post->ID) . '</time>';
$buffy .= '<meta itemprop="interactionCount" content="UserComments:' . get_field('my-event-date', $this->post->ID) . '"/>';
} else {
$buffy .= '<time itemprop="dateCreated" class="entry-date updated' . $visibility_class . '" datetime="' . date(DATE_W3C, $td_article_date_unix) . '" >' . get_the_time(get_option('date_format'), $this->post->ID) . '</time>';
$buffy .= '<meta itemprop="interactionCount" content="UserComments:' . get_comments_number($this->post->ID) . '"/>';
}
}
Many many thanks
If i do that, i will get the following error.
Parse error: syntax error, unexpected 'private' (T_PRIVATE) in /data/home/academic/public_html/wp-content/themes/Newspaper/includes/wp_booster/td_module.php on line 317
I dont know what im doing wrong here.
this is my edited td module file if you can help.
Okay sounds strange. cause its not happening here.
I modified the file as you showed in. “/public_html/wp-content/themes/Newspaper/includes/wp_booster/td_module.php”
My page is here http://academicus.dk thanks for your time.
Btw, the post i made a custom “me-event-date” for is this.
http://academicus.dk/up-to-date/adobe-design-achievement-awards
-
This reply was modified 12 years by
dillermand16.
Appearance – widgets – footer 1 🙂
Actually it is now possible to show the “my-event-date” on the post page, like this:

But i want it to show up on the “loop post” too, is that possible? like this:

Thanks so far!
Should the show date, be enabled or disabled?
Hey Marius. thank you very much!
Much appreciated. I did what you said but it is still just showing the “post date”
I did exactly what you said, but in a child theme. could that be the problem?
I would like to now this too, as hawkswine asks.
But i want to open an specific link to an external website. something like
[vc_button title="Visit official website" target="https://google.com" color="default" size="size_large" href="#4db2ec"] is that possible to to in a way, cause i cant get it to work 🙁
I would love a plugin like that too
Thanks, this was helpfull to me
