Crea una nuova directory per mettere li i files di wordpress, in nostro caso useremo come essempio la directory /wordpress Vai in wp-admin nella sezione IMPOSTAZIONI -> Generali e nel campo: Indirizzo WordPress (URL) devi immettere nel nostro … [Continue reading]
Cpanel EXIM SPAM Stop
Hello, in order to find out which accounts send out spam from your CPanel/WHM server, from the root you need to execute: grep cwd /var/log/exim_mainlog | awk '/public_html/ {print $3}' | sort | uniq -c … [Continue reading]
Replace – with _ in wordpress permalinks
All you need to do is to run the following MySQL quesry in phpmyadmin: UPDATE wp_posts SET guid = REPLACE(guid, '-', '_'), post_name = REPLACE(post_name, '-', '_'); … [Continue reading]
Joomla Responsive Redirect
You need to insert the bellow code in the section of your theme. <script> (function mobileRedirect(a,b){ if(/android.+mobile|avantgo|bada\/|blackberry|blazer|compal|elaine|fennec|hiptop|iemobile|ip(hone|od)|iris|kindle|lge … [Continue reading]
Change the StudioPress header link
You need to add (and change) the following code into functions.php: add_filter( 'genesis_seo_title', 'child_header_title', 10, 3 ); /** * Change default Header URL. * * @author Ovidiu Purdea * @link https://www.wpguru.info */ function … [Continue reading]
- « Previous Page
- 1
- …
- 8
- 9
- 10
- 11
- 12
- …
- 20
- Next Page »