0 Use the official plugin: https://wordpress.org/plugins/classic-widgets Classic Widgets enables the previous “classic” widgets settings screens in Appearance – Widgets and
Continue readingCategory: article
What is the difference between a blog and a forum?
0 Answer 1: On a forum, everyone can start a new discussion. Everyone can answer to that discussion. On a
Continue readingHow to edit SVG files for free?
0 Answer 1: Using Inkscape (it’s freeware). You can download it here: https://inkscape.org/en/release/ Inkscape is free to use, open source,
Continue readingHow to add two numbers in PHP?
0 Answer 1: Using the addition operator (+) More details are here: http://php.net/manual/en/language.operators.arithmetic.php 0
Continue readingHow to fix one line “code” tag that doesn’t work in WordPress
0 If I have only one line, and I surround it with the code tags, it doesn’t work. I noticed
Continue readingHow to fix “Call to undefined function imagecreatetruecolor()”
+1 Open php.ini Replace: ;extension=php_gd2.dll with: extension=PATHTOPHPEXE\ext\php_gd2.dll where PATHTOPHPEXE is the location where you installed php.exe (for instance, c:\php). You
Continue reading