Welcome to the Question2Answer Q&A. There's also a demo if you just want to try it out.
0 votes
483 views
in Themes by

How can i add some text content in between two div block i.e :

1. User Details Section; and, 

2. User Activity.

Whenever i add some content its being shown on top of the page.

[Theme - Donut]

Any help would be of great use to me, as im a beginner in dev and would like to learn this Q2A development.

Thanks

by
Any expert help! Please...
by
Theme version is 1.6.3
Q2A 1.7

1 Answer

+2 votes
by

You need core hack. Work on pages/user-profile.php.

Find $qa_content['form_activity']

Above that write your own code whatever you can to add. 

For ex. $qa_content['form_custom']='Something';

by
Thank you @esqeudero for answering .. But when i followed code :  $qa_content['form_custom']='Something'; output was only 'S'
...