Category: WordPress
Why I do not need RSS Feed on my WordPress blog, How to disable it
One of the problems I found is the number of links with feeds in my blog that are crawled, not indexed by Google. Frankly I don’t know how many subscribed to my blog feed. And it feels less effective using RSS feed. For that I decided that I do not need RSS Feed on my…
A micro landing page for Social Media with WordPress, WP MyLinks
I need a micro landing page similar to Linktree but on top of WordPress. I could use Linktree but I already have a WordPress based website and my own domain which is good for my own branding. I found a plugin, WP MyLinks to make it happen. As the creator of this plugin said, the…
The importance of Child Theme in WordPress
I’ve been using WordPress for a very long time and one of the things I have and will do is customize themes. I’m writing this because I was lazy to use a child theme for my main site. As a result, I had to enter the Slideshow code every time the theme was updated, because…
Update PHP in the year of 2021
I saw a notification to update PHP on the WordPress Dashboard of this blog. I saw in the server’s Control Panel that PHP has been setup to version 7.3. I then saw the Requirements page on the wordpress.org site. The minimum PHP version recommended by the wordpress.org website today is version 7.4. As mentioned by…
How to activate the frozen WordPress password field on the login page
I haven’t been actively writing on this blog for a long time, and today I started writing again. I decided to take a break from the WordPress world and experiment with things outside of WordPress. Now I’m back in WordPress. I will write experiences with WordPress. I finished the hosting transfer yesterday, then I tried…
WordPress: Randomize posts in a category page
The following lines of code change the way of displaying posts in a category page from default to date to random order. Please add following lines of code to functions.php