Change header on pages displaying taxonomy items

You need to change the code that currently displays that header, so that it doesn’t display the default title when it’s on this taxonomy. You can detect if you are on a taxonomy page with the is_tax() function, and then you could do something like this: $term_array = get_term_by( ‘slug’, get_query_var( ‘term’ ), ‘materia’ ); … Read more

Taxonomy linked to pages

Both your double and single quotes are not the correct kind in this block of code. Also, the taxonomy name is ‘colecciones’ with a small ‘c’, but you used ‘Coleccions’ with a capital ‘C’. The match is case sensitive. Thus your function code should be: function show_product_colecciones(){ $collections = wp_get_post_terms( get_the_ID(), ‘colecciones’ ); $collection = … Read more

Advanced theme training?

The best resources available are: The Codex – Most of the functions and tools you’ll want to use are documented there, as well as examples and code snippets that you can use in your own system. PHPXref – There are a lot of different systems out there, I just linked to the first one I … Read more

Bookshelf plugin and/or widget [closed]

There are quite a few plugins tagged books in official repository. A lot of them seems to pull covers from services like Amazon, which may or may not fit your needs. If you want to simply display some self-hosted images with links and basic categorizing/sorting, personally I like to use Links for such.

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