Tagged Questions
1
vote
0answers
39 views
Getting Theme element into plugins page editor in wp admin
I'm having a hardtime integrating a theme editing element (in default page/post editor in wp-admin) into page/post editor made by the plugin BU Versions.
Basicly I need this theme element
to ...
-1
votes
1answer
37 views
Site is setup statically - how to make it content managable?
This is probably quite a basic question, but I have my site setup statically in WordPress, all I am trying to figure out now is how to add a new section to the WordPress backend where all the content ...
0
votes
1answer
60 views
Wordpress Options-Theme STD (default) value does not work
I'm using Wordpress Options Theme and I'm getting an issue.
Here's the code:
$options[] = array( "name" => __('Texto de botón de enlace a cotización',THEMENAME),
...
0
votes
1answer
93 views
wordpress header image issue [closed]
I'm using wordpress, i tried to use a new theme London Live. I've a problem in showing images in the header of my theme. The header consists latest posts with thumbnail shown in the bottom right ...
1
vote
3answers
444 views
How to load default scripts included with WordPress correctly?
I want to know the correct way to load existing scripts in wp-includes/js/jquery/
Example I want to load jQuery UI Tabs
What I have done for now
function sample_exists_code() {
echo '<script ...