Posts: 11,258
Monthly Posts: 3
Threads: 1,019
Likes Received: 1,486 in 1,207 posts
Likes Given: 1,130
Joined: Jun 2013
Giga Points: 15,557 GP
Let us know of tutorials that really helped you with your WordPress sites.
This one is very comprehensive and ideal for someone who has not done a Website before. It teaches you step by step how to create a domain and how to work with WordPress, download themes and plugins, and create a fully featured Website including how to use free image manipulating sites, some that I haven't worked with before either.
Posts: 819
Monthly Posts: 0
Threads: 45
Likes Received: 107 in 78 posts
Likes Given: 292
Joined: Jun 2013
Giga Points: 2,235.5 GP
Let me explain to you my way which is by the way very simple and effective
Here is what I do when it comes to WordPress based website
First of all, Install WordPress simple and clean ( no plugins )
Second, Check carefully what you want WordPress to do ( all clients have demands , recommendations , notes , likes from other competitors websites ) , Or you may take a good look at competitors webs
Third, Find/Write the code .. So many times I find that adding 2 or 3 lines of code do the magic .
Forth, If you cant or don't find a code available online to do the job, Try explore plugins and make sure to get the one that is 100% compatible with the latest version of WordPress, Also check these comments written about it and see it in action if available.
Fifth, Try it and check how it affect page load time, and/or if it generate errors in your admin page
Sixth, Make sure this plugin do the exact job you picked it for.
Finally do NOT forget to check update WordPress AND plugins
In the end, we will remember not the words of our enemies, but the silence of our friends.
– Martin Luther King Jr
Posts: 14
Monthly Posts: 0
Threads: 1
Likes Received: 0 in 0 posts
Likes Given: 0
Joined: Jun 2015
Giga Points: 17 GP
I don't remember which site I learned about wordpress, mostly I found them via google then learned and compared among them. While nowadays my useful tutorial to solve any problems is the discussion at the wordpress support forum itself and some sites like www()wpbeginner()com, www()hongkiat()com and stackoverflow()com
•
Posts: 2
Monthly Posts: 0
Threads: 0
Likes Received: 0 in 0 posts
Likes Given: 0
Joined: Jun 2015
Giga Points: 1 GP
hello,
i want to give some tips:
1. always install the latest update of wordpress and plugins
if a plugin has a security bug, and if a hacker find it using a scanner, then your wordpress website can be hacked easily
2. prevent accessing the login page after several times, when attempted to login
this attack is named brute force and hacker try's to guess your password from a password list and with a cracker software
3. install plugins from just the wordpress plugin directory
wordpress plugin directory is the safest plase for installing the plugins
and of course it has many many plugins to install
4. do not install many plugins in your wordpress website
first, it may slow's down your website
second, if a plugin has a bug, detecting the bug is very very hard
third, the bug may happen du to incompatibility between plugins
5. if you want to plase a code in your theme, first interpret the code yourself, because some codes in internet are buggy
if i remember some others, i'll share it
•
Posts: 10
Monthly Posts: 0
Threads: 0
Likes Received: 0 in 0 posts
Likes Given: 0
Joined: Apr 2018
Giga Points: 5.5 GP
Hmm.. about this, I liked tutorials from the website wpbeginner.com. It helped me to customize and choose the right plugins for my personal website. Even in critical moments, I still use wpbeginner.com as my main tutorial place when I suffer from problems like 500 Internal Server Error. Most of the time the tutorial helped. But there is a less chance that this website will let you down. So, this is my favourite tutorial site.
•
Posts: 2
Monthly Posts: 0
Threads: 0
Likes Received: 0 in 0 posts
Likes Given: 2
Joined: Apr 2019
Giga Points: 2 GP
There are 2 reasons to see: 500 Internal Server Error
1. Hosting issue (high load etc.)
2. Your side issue (99.9% is your issue)
2.1. Wrong rules in .htaccess (can be caused after plugin, theme installation)
2.2. Wrong PHP version and some of your plugins/theme does not support it
2.3. Wrong syntax in PHP.INI or USER.INI
2.4. Your WP site is trying to use more than allowed memory
•