Link the date of the TimeLine Calendar
-
Hello Totalsoft Team,
I need to create a calendar fixed on the bottom of the first page of my site. I choose the “TimeLine Calendar” theme and I have hide some information I don’t need with some CSS.
But I need to know if it possible to link the date with url I have put in the “URL” section of the events I create. I know there is a button “view more” that create for that but I prefere to put the url on the date.I have try to code this in fonction.php but that don’t work :
<?php
/* date cliquable calendrier */
function Total_Soft_Cal() {
$EventLink = get_post_meta( get_the_ID(), ‘CalData[2]’, true);if (isset($EventLink) && strlen($EventLink) > 0)
{
$html .= .html(date + ‘ ‘ + ‘ + dates-bar [a].selected + ‘);
}return $html;
}add_filter(‘Total_Soft_Cal’, ‘Total_Soft_Cal’);
?>
The thing I want to to do is it possible ?
If it’s yes can you say to me what is wrong with my function.Thank you a lot for your assit
The page I need help with: [log in to see the link]
- The topic ‘Link the date of the TimeLine Calendar’ is closed to new replies.