Schlagwort: blog

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:     […]

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' );

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 […]

Google Webmaster Tools Twitter

Last Time i tried  to integrate a Twitter Timeline into my blog but i found out that this ranked down my blog on Google Webmaster Tools cause Twitter sub connected Servers blocking Google Webmaster Bot from reading the timeline by own robots.txt so i stopped using Twitter Integration to fix.  No Webmaster want show non […]

WordPress: Change User Password manual on mysql prompt

If you don’t want to use Passwords generated by wordpress itself, you can do it manual on a MYSQL Console howto: Login to your Webserver with the Database via encrypted SSH!! Login to the MYSQL Server Conssole with $ mysql -u username -p Enter Password, and change database with mysql>use database-name-of-blog Now Set Password for […]

WordPress: Move Blog to new URL Domain HTTP HTTPS on the MYSQL Console

Info: Today most Search Engines prefer Blogs who are offering „HTTPS“ at the URL for secure direct connects to the Websites but this results a lot of headaches to the Website Developers. To be effective you should know: You have to offer HTTPS beside HTTP You should use a validated Domain Certificate, most Domain Resellers […]

getsimple cms: blog plugin bug with mod_rewrite

Problem: If you use the „blog“ plugin and move the blog roll to a other site or subfolder you have to recreate the „.htaccess“ file. You find the „.htaccess“ generator tool link inside blog plugin settings! recreate the „.htaccess“ and put it into the root dir of your webspace .htaccess dump of a correct file […]

getsimple CMS the free slim lightweight CMS

getsimple is a very easy to handle Content Management System for free, it can be used for Homepages, Businesscards, Blogs.. Advantages: light no database framework opensource free fast easy to setup easy to move to a new domain offers backups tool offers recovery for posts extendable with plugins free themes clean design low system requirements […]

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