Rahul,

I have tried to install wordpress social login plugin, but i am always failed.

how shoud i do with this code?

 

the order to insert the code after the opening <body> tag, but i don’t find “the opening <body> tag” in your theme.

thank you

Rahul,

I got a problem again, i cannot move to 2nd page  in home page. This picture below will describe the problem:

And the result is:

If you want to go to my site, this is the link of my site:

http://www.insinyoer.com/forum/

thank you for your cooperation and attnetion

Hi our website’s question feed link in the source file is broken and giving us a 404 error status.

http://www.bradleycollection.com/feed/question-feed

How can we fix this?

These two links are working fine

<link

rel=”alternatetype=”application/rss+xmltitle=”Question feedhref=”http://www.bradleycollection.com/?post_type=question&feed=rss2” /><link

rel=”alternatetype=”application/rss+xmltitle=”Answers feedhref=”http://www.bradleycollection.com/?post_type=answer&feed=rss2” />

There is another link above these two

<link

href=”http://www.bradleycollection.com/feed/question-feedtitle=”Question Feedtype=”application/rss+xmlrel=”alternate“>

This link is giving us a 404 how do we remove this link.

The page is http://www.bradleycollection.com/questions-and-answers/

Hello,

We have created many categories and questions in anspress plugin, then we exported the DB and imported it in new DB but the issue is I cannot see any categories and questions, ans that were created in the anspress plugin.

Can you please support and confirm in which table they are stored ?

Rahul, please google

ANSPRESS_TITLE

and see tones of the problem. It seems to be some problem with the skin (show ANSPRESS_TITLE in the header), sincw with the default skin it doesn’t show. But googling for it, if found many-many sites with that problem, so many skins have it.

Please spend some time to find a workaround.

Thanks

Hi there,

Is it possible to create a own tab with own content and own link name in the profile view?

Would be awesome 🙂

Something like this:

function add_profile_tab($menus){
    $slug = 'details';
    $content = anyfunction();
    $menus[] = array( 'slug' => $slug, 'title' => 'Any title', 'content' => $content, 'order' => 4, 'public' => false);
    return $menus;
}
add_filter('ap_user_menu', 'add_profile_tab');

I would like to put the Subscribe button on each of the items on this page https://anspress.io/questions/categories/?

For example here there are 6 so there would be 6 buttons, and the user can mass-subscribe to them without having to click in.

Or similarily, if they want to mass-unsubscribe from questions they are following they don’t want to follow anymore.

You gave me this

ap_subscribe_btn_html($id, $type);
id = id of term
$type = category, tag or question

but I’m not sure where which file I would modify, and what “id of term” is?

By default when the user clicks her page she sees a list of Questions she is subscribed to. How can I change this to show Categories by default instead?