Kategorie: Wordpress Help

WordPress get the URL of the Blog View

If you read SEO Errors on Page Web Analytics „Speed Insights“ you should: Switch your WordPress Blog to a „Static“ Homepage, see section „Read“ Create a „Custom“ Link for the Blog View at Appearance, then go „Menus“ Check after Changes again with SEO Tools !! Following Day’s My custom Blog URL: https://www.linuxonlinehelp.com/?post_type=post Echo:     […]

Webserver Port 80 open or close

If you hold a website and use SSL/HTTPS with Certificates theres is often the question should i block Port 80? The most Admins think after the Major Changes of the Browsers to pull first HTTPS Port 443 they can close the HTTP Port 80. But you should NOT do it! Why? most Bots scan at […]

WordPress Cleanup Speedup Source Code

Remove all Emoji Code at the Header which is always pulled! (Homecall) go to your themes folder and add last area at functions.php: remove_action('wp_head', 'print_emoji_detection_script', 7); remove_action('wp_print_styles', 'print_emoji_styles'); remove_action( 'admin_print_scripts', 'print_emoji_detection_script' ); remove_action( 'admin_print_styles', 'print_emoji_styles' );

Social Bots the Business Killer

If you have  a small Company and you want to raise up your Startup Business you often asked to buy Support by Developers (eMail) or Big Data Companies (goo, fb .. etc.) to use their Marketing Tools like Social Bots, automated Scripts and more.. But take care this can be your Business Killer cause: Trust […]

WordPress Gutenberg Editor fails on modsecurity2

If you use modsecurity2 Plugin Filter on a Apache2 / Apache24 Setup then on my Blogs Gutenberg fails to SAVE Pages and Drafts. Workaround: Install the old but useful „Classic Editor Plugin“ and replace Gutenberg for all Users! Background: It seems the lastest stable mod_security2 Rules not modified for Gutenberg post urls!

Convert WordPress Blog into Static Websites

For some reasons you want to convert your WordPress with Linux Tools into a Static Website: low level Hosting no SQL + PHP for higher Security Then open a Terminal and enter into a Text Editor: nano wp2statis.sh: #!/bin/bash wget \ –recursive \ –no-clobber \ –page-requisites \ –html-extension \ –convert-links \ –restrict-file-names=windows $url-of-site exit 0 […]

Website Speed Test with Linux

If you own a Blog and want to check the Speed with your local Linux Computer use a commandline tool called curl. Open a Terminal and enter:   curl -o /dev/null -s -w 'Connect: %{time_connect}\nStart Transfer: %{time_starttransfer}\nTotal: %{time_total}\n' https://www.yourdomain.de System Echos: Connect: 0,084774 Start Transfer: 0,173280 Total: 0,228651 Advantage? You will see the Website Load […]

WordPress Speed Test Optimization

If you use WordPress and you want to get better results on search engines and  social media checkout: Load Speed at Google free Speed Analyser for Developer https://developers.google.com/speed/pagespeed/insights/ Reduce and Control the Plugins Reduce and Control Images at Content and Image Sizes 50-100 kb Limits Use latest PHP Version if possible 7.3 Use cached MySQL […]

Design copyright www.linuxonlinehelp.com - Linux PC & Server Support