Home User profile
doo
tagDiv Member
This user did not write anything. So we are just showing here some random text to make the profile page look nice :)
doo
tagDiv Member

I think tagdiv should release patch for Newspaper 9.6.1 users. Because a lot of users, include me, use old version 9.6.1 because in 9.7.* cannot save current customization from child theme.

doo
tagDiv Member

I think tagdiv should release patch for Newspaper 9.6.1 users. Because a lot of users, include me, use old version 9.6.1 because in 9.7.* cannot save current customization from child theme.

doo
tagDiv Member

Same question. If I use custom code in category.php, single.php, page.php, loop-single-1.php and others, what can I do to save my changes?

doo
tagDiv Member

Hi, this format display ok when paste in article content. It will be excellent if you add support this ad format in your theme.

doo
tagDiv Member

I ask about his ad format – 1st screnshot http://joxi.ru/12MZgaLfMW7kkA, 2nd – http://joxi.ru/v29XRM0F3DOpLm. This is new responsive native ads.

doo
tagDiv Member

I tried this on clear installation – http://joxi.ru/D2P3gOaspxPO6m. Last element in breadcrumbs not active (in this case – parent category).

doo
tagDiv Member

Only before and after content, not in the middle.

doo
tagDiv Member

But if i have more than 500 old pages, created without VC?

doo
tagDiv Member

UPD: Correct shortcode
if( !is_admin() ) {
add_filter( 'the_title', function( $title ) {
return do_shortcode($title);
} );
}

function year_shortcode() {
$year = date('Y');
return $year;
}
add_shortcode('year', 'year_shortcode');

Viewing 9 posts - 1 through 9 (of 9 total)