Dashboard
PHP:
8.4.22
OS:
Linux
User:
provencez
/
/
home
/
provencez
/
www
/
wp-content
/
plugins
/
wptouch
/
themes
/
foundation
/
modules
/
base
📤 Upload
📝 New File
📁 New Folder
Close
Editing: wptouch-preview.js
function wptouchDoPreview() { jQuery( '#searchform' ).prepend( '<input type="hidden" name="wptouch_preview_theme" value="enabled">' ); jQuery( 'a:not(.load-more-link)' ).each( function() { var linkLocation = jQuery( this ).attr( 'href' ); if ( linkLocation && linkLocation.charAt( 0 ) != '#' ) { if ( linkLocation.search( "\\?" ) == -1 ) { linkLocation = linkLocation + '?wptouch_preview_theme=enabled'; } else { linkLocation = linkLocation + '&wptouch_preview_theme=enabled'; } jQuery( this ).attr( 'href', linkLocation ).attr( 'rel', 'nofollow' ); } }); } jQuery( document ).ready( function() { wptouchDoPreview(); });
Save
Cancel