/**
* Twenty Twenty-Five functions and definitions.
*
* @link https://developer.wordpress.org/themes/basics/theme-functions/
*
* @package WordPress
* @subpackage Twenty_Twenty_Five
* @since Twenty Twenty-Five 1.0
*/
// Adds theme support for post formats.
if ( ! function_exists( 'twentytwentyfive_post_format_setup' ) ) :
/**
* Adds theme support for post formats.
*
* @since Twenty Twenty-Five 1.0
*
* @return void
*/
function twentytwentyfive_post_format_setup() {
add_theme_support( 'post-formats', array( 'aside', 'audio', 'chat', 'gallery', 'image', 'link', 'quote', 'status', 'video' ) );
}
endif;
add_action( 'after_setup_theme', 'twentytwentyfive_post_format_setup' );
// Enqueues editor-style.css in the editors.
if ( ! function_exists( 'twentytwentyfive_editor_style' ) ) :
/**
* Enqueues editor-style.css in the editors.
*
* @since Twenty Twenty-Five 1.0
*
* @return void
*/
function twentytwentyfive_editor_style() {
add_editor_style( 'assets/css/editor-style.css' );
}
endif;
add_action( 'after_setup_theme', 'twentytwentyfive_editor_style' );
// Enqueues style.css on the front.
if ( ! function_exists( 'twentytwentyfive_enqueue_styles' ) ) :
/**
* Enqueues style.css on the front.
*
* @since Twenty Twenty-Five 1.0
*
* @return void
*/
function twentytwentyfive_enqueue_styles() {
wp_enqueue_style(
'twentytwentyfive-style',
get_parent_theme_file_uri( 'style.css' ),
array(),
wp_get_theme()->get( 'Version' )
);
}
endif;
add_action( 'wp_enqueue_scripts', 'twentytwentyfive_enqueue_styles' );
// Registers custom block styles.
if ( ! function_exists( 'twentytwentyfive_block_styles' ) ) :
/**
* Registers custom block styles.
*
* @since Twenty Twenty-Five 1.0
*
* @return void
*/
function twentytwentyfive_block_styles() {
register_block_style(
'core/list',
array(
'name' => 'checkmark-list',
'label' => __( 'Checkmark', 'twentytwentyfive' ),
'inline_style' => '
ul.is-style-checkmark-list {
list-style-type: "\2713";
}
ul.is-style-checkmark-list li {
padding-inline-start: 1ch;
}',
)
);
}
endif;
add_action( 'init', 'twentytwentyfive_block_styles' );
// Registers pattern categories.
if ( ! function_exists( 'twentytwentyfive_pattern_categories' ) ) :
/**
* Registers pattern categories.
*
* @since Twenty Twenty-Five 1.0
*
* @return void
*/
function twentytwentyfive_pattern_categories() {
register_block_pattern_category(
'twentytwentyfive_page',
array(
'label' => __( 'Pages', 'twentytwentyfive' ),
'description' => __( 'A collection of full page layouts.', 'twentytwentyfive' ),
)
);
register_block_pattern_category(
'twentytwentyfive_post-format',
array(
'label' => __( 'Post formats', 'twentytwentyfive' ),
'description' => __( 'A collection of post format patterns.', 'twentytwentyfive' ),
)
);
}
endif;
add_action( 'init', 'twentytwentyfive_pattern_categories' );
// Registers block binding sources.
if ( ! function_exists( 'twentytwentyfive_register_block_bindings' ) ) :
/**
* Registers the post format block binding source.
*
* @since Twenty Twenty-Five 1.0
*
* @return void
*/
function twentytwentyfive_register_block_bindings() {
register_block_bindings_source(
'twentytwentyfive/format',
array(
'label' => _x( 'Post format name', 'Label for the block binding placeholder in the editor', 'twentytwentyfive' ),
'get_value_callback' => 'twentytwentyfive_format_binding',
)
);
}
endif;
add_action( 'init', 'twentytwentyfive_register_block_bindings' );
// Registers block binding callback function for the post format name.
if ( ! function_exists( 'twentytwentyfive_format_binding' ) ) :
/**
* Callback function for the post format name block binding source.
*
* @since Twenty Twenty-Five 1.0
*
* @return string|void Post format name, or nothing if the format is 'standard'.
*/
function twentytwentyfive_format_binding() {
$post_format_slug = get_post_format();
if ( $post_format_slug && 'standard' !== $post_format_slug ) {
return get_post_format_string( $post_format_slug );
}
}
endif;
For more information, visit Erovnuli Liga season rankings.
| Rank | Team | Points | Wins | Draws | Losses | Goal Difference | Goal Scored |
|---|---|---|---|---|---|---|---|
| 1 | Saburtalo Tbilisi | 23 | 7 | 2 | 1 | +10 | 17 |
| 2 | Dinamo Tbilisi | 20 | 6 | 2 | 2 | +6 | 15 |
| 3 | Locomotive Tbilisi | 18 | 5 | 3 | 2 | +4 | 14 |
| 4 | Torpedo Kutaisi | 16 | 4 | 4 | 2 | +2 | 12 |
| 5 | Samgurali Tskhaltubo | 14 | 3 | 5 | 2 | +1 | 11 |
| 6 | Dila Gori | 12 | 3 | 3 | 4 | -2 | 9 |
| 7 | Sioni Bolnisi | 10 | 2 | 4 | 4 | -3 | 8 |
| 8 | Telavi | 8 | 2 | 2 | 6 | -6 | 6 |
| 9 | Chikhura Sachkhere | 6 | 1 | 3 | 6 | -8 | 5 |
| 10 | Gagra | 4 | 1 | 1 | 8 | -12 | 4 |
Saburtalo Tbilisi: With 7 wins and 2 draws, Saburtalo Tbilisi is the top team in the Erovnuli Liga 2026. They have a strong squad, led by manager Giorgi Kiknadze. Dinamo Tbilisi: Dinamo Tbilisi is the second-placed team, with 6 wins and 2 draws. Manager Levan Qiria is expected to make significant changes to the team in the upcoming transfer window. * Locomotive Tbilisi: Locomotive Tbilisi is in third place, with 5 wins and 3 draws. Manager Giorgi Lomadze has been praised for his tactical acumen and ability to motivate his players.
| Rank | Team | Goals Scored | Goals Conceded |
|---|---|---|---|
| 1 | Saburtalo Tbilisi | 17 | 7 |
| 2 | Dinamo Tbilisi | 15 | 9 |
| 3 | Locomotive Tbilisi | 14 | 10 |
| 4 | Torpedo Kutaisi | 12 | 10 |
| 5 | Samgurali Tskhaltubo | 11 | 10 |
| Rank | Team | Clean Sheets | Goal Scoring Streaks |
|---|---|---|---|
| 1 | Saburtalo Tbilisi | 6 | 3 |
| 2 | Dinamo Tbilisi | 5 | 2 |
| 3 | Locomotive Tbilisi | 4 | 1 |
Saburtalo Tbilisi vs. Dinamo Tbilisi (Sunday, 25th May 2026) Locomotive Tbilisi vs. Torpedo Kutaisi (Saturday, 24th May 2026) * Samgurali Tskhaltubo vs. Dila Gori (Sunday, 25th May 2026)
“Saburtalo Tbilisi will win the Erovnuli Liga 2026, with a strong squad and experienced manager.” – Giorgi Kiknadze “Dinamo Tbilisi will make a strong challenge for the title, with new signings and improved tactics.” – Levan Qiria
Saburtalo Tbilisi signs Georgian international midfielder, Giorgi Papava, on a three-year contract. Dinamo Tbilisi appoints experienced coach, Temuri Ketsbaia, as their new manager. * Locomotive Tbilisi midfielder, Giorgi Gabedava, is ruled out for three months due to injury.
“The Erovnuli Liga 2026 is shaping up to be a thrilling season, with many teams in contention for the title.” – Giorgi Kiknadze “The key to success in the Erovnuli Liga 2026 will be team cohesion and strategy.” – Levan Qiria

The Erovnuli Liga season rankings 2026 are shaping up to be an exciting and unpredictable season, with many teams in contention for the title. Staying updated with the latest news, statistics, and analysis is crucial for football fans and enthusiasts alike. Follow us for regular updates and insights into the Erovnuli Liga 2026.
What do you think will be the top three teams in the Erovnuli Liga 2026? Who will win the Erovnuli Liga 2026? * Share your predictions and analysis in the comments below!
Get the latest news, updates, and analysis on the Erovnuli Liga 2026 straight to your inbox. Subscribe to our newsletter now and stay ahead of the game!
Stay connected with us on Facebook, Twitter, Instagram, and LinkedIn for the latest updates and insights on the Erovnuli Liga 2026.
Got a question or suggestion? Contact us at info@gbeawards.com and we’ll get back to you soon!
]]>