Child theme

Hi, Tarrence. Sure, I can help. What is your question? “anyone using a child theme” I do. “is there another file?” Where? Looks like it will be easier for me to share a link and my default child theme template.

How to hide private pages from AnsPress users?

@Dima…your code works (hiding the existing links until one clicks it to link to existing) but I still think that’s still risky because, of course, trying to link to an existing page is not a skill for simple web surfers…so it still poses danger to site administrators. @Chema…I don’t seem to get your idea of hiding this thing. Please re-post here (like Dima) the working code so we can try and understand your angle! Thanks.

AskBug – WordPress theme released

How to child theme…. all style info isnt in style.css?

Where is Subscribers button

This field have nothing to do with AnsPress functionality. It may either not work at all, or work some weird way. For example, it may possibly just email your wordpress site admin, the email user enters there. If your mailing system is not set up, all entered emails are lost forever. I’ve tried to subscribe and nothing happened. Most probably that’s a mock “you can have your subscription field here, but you must implement it yourself”. (do not mean to harass, but it’s weird getting this kind of questions from author of site described as “A website where you can ask wordpress related questions and get answers.”

Few bugs

1. This has been fixed yesterday. Try from github. 2. Its because you have disabled multiple answer.

reCaptacha says roboto tick not working

This has been reported already, I am trying to solve the issue.

Change default cover photos

File path must be: YOUR_THEME/anspress/images/ Then copy cover.jpg and small_cover.jpg

More tabs for posts and comments

Do it just like AnsPress adds all other tabs. Look in sources: ap_register_user_page( 'about', __( 'About', 'ap' ), array( $this, 'about_page' ) ); ap_register_user_page( 'activity-feed', __( 'Activity Feed', 'ap' ), array( $this, 'feed_page' ), true ); ap_register_user_page( 'notification', __( 'Notification', 'ap' ), array( $this, 'notification_page' ), true, false ); ap_register_user_page( 'profile', __( 'Profile', 'ap' ), array( $this, 'profile_page' ), true, false ); ap_register_user_page( 'questions', __( 'Questions', 'ap' ), array( $this, 'questions_page' ) ); ap_register_user_page( 'answers', __( 'Answers', 'ap' ), array( $this, 'answers_page' ) ); ap_register_user_page( 'followers', __( 'Followers', 'ap' ), array( $this, 'followers_page' ) ); ap_register_user_page( 'following', __( 'Following', 'ap' ), array( $this, 'following_page' ) );

Who creates tags on the questions submitted – the user that submitted the question or the administrator of the site?

If there is no category, then category fields will be hidden. But user can add new tag if that doesn’t appear in tags suggestion.

Can you set up AnsPress so every question submitted by a user must be approved by an administrator?

Yes, there are option for you need. Check in wp-admin->anspress->options