Is it possible to have the title appear on top of the images and not below?
Is it possible to have the title appear on top of the images and not below?
Sure... try this in your functions.php:
remove_all_filters('autonav_create_table_item', 15);
add_filter('autonav_create_table_item', 'an_create_output_table_text', 5, 4);Thanks! That worked perfectly.
BTW, I think that would be a great option to add to the plugin for others too since I think it has SEO benefits to have the text link before the image link since Google takes the first link.
You must log in to post.