Do you have any idea for method of changing slug for questions?

Now, sulg is setted as questions tittle but question page URL will be so long by Japanese tittle(domain/questions/question/long Japanese title)

So, I want to know method that slug set on each questions automatically by quesions ID

(domain/questions/question/ID)

Please could you advise?

Hi,

I am using a template called WP-Pravda and it pulls out contents from pages or posts on the front page, in a masonry style. Each post has a different color, depending either on its category or on a specific color attached to the post, see example here : http://demo.color-theme.com/?theme=Pravda

I am no developper but I managed to make it pull all my Anspress Questions on the front page, which is nice 🙂

Yet these Anspress Questions don’t bear the color of their category.

I was told I could add an extra-option on a file of the template, and I identified the part of the code related to it :
$of_options[] = array(    “name”        => __( “Get the custom color for posts from:” , “color-theme-framework” ),
“desc”        => __( “Choose how to define the color for posts.” , “color-theme-framework” ),
“id”        => “{$prefix}post_color_type”,
“std”        => “Post settings”,
“type”        => “select”,
“options”     => array(
‘post’            => ‘Post settings’,
‘category’        => ‘Category settings’,
 ‘anspress_category’        => ‘Anspress’

)

 

I tried adding the line in bold but it doesn’t work as I do not know how the category of a question is meant to be called in Anspress. Do you guys know what I should put here ?

 

Thanks for your answer  🙂

Hi,

Does anyone know how to help. Will the “Comments” tab, always visible?

Hi,

I am using the translated version to spanish of Anspress.

However, in the .po file the words “sort” “view” “posted” and “ago” are not appearing so it can be translated.

However those words appear in the plugin…is there another way to translate them? maybe in the php files?

many thanks!

Hi,

I’d like to put the answer field not below all the answers but above, so that users can answer without having to scroll down all the way, how should I do this ?

PS : I’m not sure that this could be a useful update to anyone, but maybe that’s why I’m putting it in possible updates 😉

Hello Guys,

Could you show me settings of AnsPress at your site, I want to do like you.

Also, How make friends TML and AnsPress?

Thank you!

Hello,
Could you answer, I don’t understand topology of user profiles.
Does AnsPress use users from WordPress or create new or can create new?
Is there connection between Personal Area of wordpress and Personal Area of Anspress? Could you show for example diagram of connections about working with users?

Thank you so much! I am glad that I found Anspress.