Tagged Questions
0
votes
1answer
92 views
Problems with Big Picture theme [closed]
I have to modify a Wordpress website created by other developers. I have no contact with them. They used the wordpress theme Big Picture. I've never used it before and I have some doubts.
1) This ...
0
votes
1answer
897 views
How to use get_page_by_title() with qTranslate?
Any idea how I can use the WP function get_page_by_title() with qTranslate installed?
for example:
$page_contact = get_page_by_title( '_e("[:en]contact");' ,'page' );
$page_contact_ID = ...
1
vote
1answer
2k views
qTranslate with my own theme and settings
Basically I have my own theme and my own settings page. In that settings page I have a textfield which contains a Welcome Text to show at the top of the website.
Now, I want this theme to works with ...