@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?
Extending @dima’s answer, Add this to your theme functions.php: https://gist.github.com/rahularyan/e9617db20834379fd2b4
Yes it can be provided easily. Did you tried their example code?
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()).'"/>'; } }
This was an old problem with Anspress. Fixed in 2.4. Anspress was messing those permalinks.
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).
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?
https://wordpress.org/plugins/add-meta-tags/ My site as example of what you’ll get: http://dima.stefantsov.com/qa/
same problem. the page loses aesthetics due to this.
Fixed, download from here: https://github.com/anspress/tags-for-anspress/archive/master.zip