I built something like this: Index Container Widgets Area and I created a widget for that – Categories Widget – Index Container .php with this in: <?php include (TEMPLATEPATH...
How do you include specific pages into a template? Like for example on my websites main page I want to have about 3 different content areas that the client...
I’m trying to add a rich text editor to my own plugin. So I googled it first of course and I found several answers on dev4press and Stack Overflow....
How can you reliably and dynamically load a JavaScript file? This will can be used to implement a module or component that when ‘initialized’ the component will dynamically load...
I have the following code on index.php and I want to include this line of code (bellow) to display author info on top of the loop. <?php include 'author-top.php';...
I created a custom page template where I want to present some data specific for that page. The file is placed in wp-content/themes/themename/page-templates In that file I want to...
I am using a content part for title sections on various sites. I would still like to be able to change the title manually on each page. For this...
I’m trying to change title and meta description for pages used for products. The goal is to have the same effect as here: <script>document.title = "<?php echo $new_title; ?>";</script>...
Can we call the function written in one JS file in another JS file? Can anyone help me how to call the function from another JS file? 10 Answers...
If I were to load a custom library into wordpress, what would be the best place to add it? Since there are a bunch of global vars defined at...