Tagged Questions
0
votes
1answer
43 views
when editing a widget, all previously made options are gone [closed]
here's what 's happening: The widget I'm building is rendering a title, a body and some buttons bellow it. The user can change the title, the body, the label and the link of each button.
When the user ...
1
vote
1answer
274 views
Which theme foundry has clean coded themes, where code is poetry [closed]
I'm looking to find a theme foundry (ie. woothemes, elegant themes) that has themes that are very well coded; where "code is poetry". To be more precise, I'm looking for themes coded in "the wordpress ...
0
votes
2answers
116 views
Where do you add code in custom fuctions so it works on a specific page?
Thanks for replying but I still can't get it to work. Is anything wrong with this code?
<?php
class custom_loop extends thesis_custom_loop {
function page() {
if(is_page( ...
0
votes
1answer
299 views
Formatting <code>?
I have serious trouble displaying code blocks in my theme.
I want to display something like:
<something>
<something-else>
Content
</something-else>
...