Is there any places for Ads?

3.67K viewsThemes
0

Hi

Is there any places for Ads?if yes could you please let me know where is it ?

 

Thanks

1

You could probably add them in yourself, but it will require some basic code editing.

Go to your /wordpress/wp-content/plugins/anspress-question-answer/theme/default/ folder and find the relevant theme file.

Then copy that file including the folder structure to your /wordpress/wp-content/themes/your-theme/anspress/ folder. This is so that you don’t overwrite these files when the plugin updates.

So for example, if you want to place an advertisement on the user profile page, you copy:

/wordpress/wp-content/plugins/anspress-question-answer/theme/default/user/user.php

to

/wordpress/wp-content/themes/your-theme/anspress/user/user.php

And add the advertisement code in that file.

Thanks for your complete answer

You are viewing 1 out of 1 answers, click here to view all answers.