TUTORIAL Removing querystrings from Answer links

@Dima, yes, I see what you mean. Its even worse than that on my site. For example, here’s an answer link on my site ~ http://wpexpert.support/questions/question/test-question/?show_answer=1813#answer_1813 With the snippet I get ~ http://wpexpert.support/questions/question/test-question/#answer_1813 A lot better, but not exactly ideal ~ which is not your fault, of course. And why do you “highly recommend using CSS like the one I use”? What’s the thinking behind it?

META Description in Header

Extending @dima’s answer, Add this to your theme functions.php: https://gist.github.com/rahularyan/e9617db20834379fd2b4

Transliteration

Yes it can be provided easily. Did you tried their example code?

META Description in Header

function get_post_excerpt_by_id($post_id) { global $post; $post = get_post($post_id); setup_postdata($post); $the_excerpt = get_the_excerpt(); wp_reset_postdata(); return $the_excerpt; } add_action('wp_head', 'd_developer_of_matt_please'); function d_developer_of_matt_please() { if (function_exists('is_question') && is_question()) { echo '<meta name="description" content="'. get_post_excerpt_by_id(get_question_id()).'"/>'; } }

Homepage pagination url rewrite rule problem

This was an old problem with Anspress. Fixed in 2.4. Anspress was messing those permalinks.

A Issues with Following, Answer Submission Form, Subscribe Widget, Activity Feed, & Email Notifications

That’s really much to ask at the same time. I’ll respond your email part. it works fine for me. Try installing one of wp mail log plugins to make sure mails are not getting sent. After you verify it, describe your issue in more details, with real example(s).

Homepage pagination url rewrite rule problem

From your description, AnsPress should have nothing to do with it. Please start with providing URL to your website. Is it all fixed the instant you disable AnsPress plugin?

META Description in Header

https://wordpress.org/plugins/add-meta-tags/ My site as example of what you’ll get: http://dima.stefantsov.com/qa/

Categories grid uneven.

same problem. the page loses aesthetics due to this.

Warning

Fixed, download from here: https://github.com/anspress/tags-for-anspress/archive/master.zip