I installed new Ditty but still running legacy. I have the following code in the file…
Total Child: Theme Header (header.php). Which was copied from “Direct Function” that is displayed when editing legacy ticks. Can you tell me the steps for deactivating legacy Ditty and begin using the new version of Ditty and still have the ticks appear on the top of every page on my site https://www.lppcmin.org/. I do not understand how to find the HTML element needed for the new Ditty Global Settings.
`<head>
<?php if(function_exists(‘ditty_news_ticker’)){ditty_news_ticker(426);} ?>
<meta charset=”<?php bloginfo( ‘charset’ ); ?>”>
<link rel=”profile” href=”https://gmpg.org/xfn/11″>
<?php wp_head(); ?>
</head>