Free/Open-Source Theme Frameworks as an Alternate to Thesis? [closed]

I assume by “alternatives” you mean Theme Frameworks? If yes, here’s a list: Atahualpa The Buffet Framework Carrington Hybrid Sandbox Thematic WP Framework UPDATE: I added a few more: ashford Basis Brave New World Buffet Imagination Naked OnePress Starkers Startbox Starter Theme Project Vanilla Whiteboard WordPreciousss wp-constructor If that’s not what you meant, please clarify.

Why do themes rely on “The Loop”?

You are thinking of WordPress templates as PHP application code. Essentially they are not that. WordPress templates by design are templates using Template Tags API. It is extra level of abstraction, that just happens to allow to use rest of PHP language too. The ease of template tags serves the popularity of WordPress and extremely … Read more

How to completely disable a taxonomy archive on the frontend?

s_ha_dum’s answer didn’t work for me, but this did: /** * Completely disable term archives for this taxonomy. * @param string $taxonomy WordPress taxnomy name */ function kill_taxonomy_archive($taxonomy){ add_action(‘pre_get_posts’, function($qry) { if (is_admin()) return; if (is_tax($taxonomy)){ $qry->set_404(); } } ); }

why is translation not working on theme?

I downloaded the free Rookie parent theme and have no problem displaying translations of “Search Results for: %s” on a successful search results screen. This works in the WordPress languages folder at wp-content/languages/themes/rookie-de_DE.mo as well as Loco Translate’s custom directory. It works there if the files are named correctly because the parent theme correctly loads … Read more

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)