pressbooks aldine theme the theme used for the front page or default book
 
 
 
 
 
 

7 lines
270 B

wp.customize( 'blogname', value => {
value.bind( to => document.querySelector( '.home .entry-title' ).textContent = to );
} );
wp.customize( 'blogdescription', value => {
value.bind( to => document.querySelector( '.home .entry-description' ).textContent = to );
} );