Thread Starter
89
(@89-1)
Hi Code Parrots,
Everything works well, thank you very much 🙂 Is there any way so that after an update these changes are not deleted?
Regards!
Thread Starter
89
(@89-1)
Oh YES! Done with
$link = get_permalink($post);
$title = get_the_title($post);
$links = '<a href="'.$link.'">'.$title.'</a>'.'<br/>' ;
echo $links;
Excuse my ignorance, I’m practicing with wordpress
Thread Starter
89
(@89-1)
Okay, it’s in timeline-express / public / timeline-express-container.php but do not put the links in url and title, can you help me?