Here is the screenshot. Also make sure “categories for AnsPress” plugin installed.
i am total noob here. where i can find [anspress question_category=”YOUR_CATEGORY_NAME”] ?? i started using wordpress this week.
You can translate AnsPress using .po and .mo
Currently you can achieve this by using category. You can use AnsPress shortcode to show category specific question in pages. Read here for shortcode usages information. http://anspress.io/questions/question/dedicated-category-page/
// find this in header.php line 34 <a class="site-title navbar-brand" href="<?php echo esc_url( home_url( '/' ) ); ?>" rel="home" title="<?php bloginfo( 'name' ); ?>"> <i class="i-logo"></i> </a> // now replac it with: <a class="site-title navbar-brand" href="<?php echo esc_url( home_url( '/' ) ); ?>" rel="home" title="<?php bloginfo( 'name' ); ?>"> <img src="<?php echo get_template_directory_uri(); ?>/images/logo.png" /> </a>
As latex is not commonly used, so we cannot add it to core. But if you want it, you can send us a customization request from link in footer. Thanks