Minimum PHP Version Required to run WordPress

WP / PHP

5.3 PHP version 5.6.20 or greater.
5.2 PHP version 5.6.20 or greater.
5.1 PHP version 5.2.4 or greater.
5.0 PHP version 5.2.4 or greater.
4.9 PHP version 5.2.4 or greater.
4.8 PHP version 5.2.4 or greater.
4.7 PHP version 5.2.4 or greater.
4.6 PHP version 5.2.4 or greater.
4.5 PHP version 5.2.4 or greater.
4.4 PHP version 5.2.4 or greater.
4.3 PHP version 5.2.4 or greater.
4.2 PHP version 5.2.4 or greater.
4.1 PHP version 5.2.4 or greater.
4.0 PHP version 5.2.4 or greater.
3.9 PHP version 5.2.4 or greater.
3.8 PHP version 5.2.4 or greater.
3.7 PHP version 5.2.4 or greater.
3.6 PHP version 5.2.4 or greater.
3.5 PHP version 5.2.4 or greater.
3.4 PHP version 5.2.4 or greater.
3.3 PHP version 5.2.4 or greater.
3.2 PHP version 5.2.4 or greater.
3.1 PHP version 4.3 or greater.
3.0 PHP version 4.3 or greater.
2.9 PHP version 4.3 or greater.
2.8 PHP version 4.3 or greater.
2.7 PHP version 4.3 or greater.
2.6 PHP version 4.3 or greater.
2.5 PHP version 4.3 or greater.
2.3 PHP version 4.2 or greater.
2.2 PHP version 4.2 or greater.
2.1 PHP version 4.2 or greater.
2.0 PHP version 4.2 or greater.

http://displaywp.com/wordpress-minimum-php-version/

WordPress SQL info

20 Time-Saving WordPress SQL Query Snippets

https://speckyboy.com/wordpress-sql-query-snippets/
*********************************

Get tag and category posts WP SQL

https://stackoverflow.com/questions/43705815/get-tag-and-category-posts-wp-sql

*******************************

WordPress :: SQL query to output post_title, categories and tags

https://www.mindyourownwebsite.com.au/wordpress-sql-query-output-post_title-categories-tags/

****************************

Displaying Posts Using a Custom Select Query
https://codex.wordpress.org/Displaying_Posts_Using_a_Custom_Select_Query

**********************

SQL query to extract all WordPress posts with categories

https://stackoverflow.com/questions/13071035/sql-query-to-extract-all-wordpress-posts-with-categories

WordPress: SQL to get all Categories

https://techblog.willshouse.com/2012/02/22/wordpress-sql-to-get-all-categories/

Kommentelés kikapcsolása WordPress-ben

Frissítés: 2018.08.22:
(Twenty Sixteen)

single.php

// If comments are open or we have at least one comment, load up the comment template.
if ( comments_open() || get_comments_number() ) {
//comments_template();
}

A comments_template(); kell kikommentezni.

*************************

A Captcha (Szöveg a képben) plugin ellenére legutóbb egyre több spam hozzászólást-beszólást kaptam. Kénytelen voltam kikapcsolni a hozzászólás felületet.
A következőt tettem:

Admin felület>Megjelenés>Szerkesztő

loop-single.php-ban:

comments_template( ”, true );  sort hatástalanítottam:
//comments_template( ”, true );