Title: PodPress code twice in sourcecode
Last modified: August 19, 2016

---

# PodPress code twice in sourcecode

 *  [oscarhelm](https://wordpress.org/support/users/oscarhelm/)
 * (@oscarhelm)
 * [15 years ago](https://wordpress.org/support/topic/podpress-code-twice-in-sourcecode/)
 * Hi,
 * My code of PodPress is shown twice in the sourcecode of my website:
    [http://vandaagvrouwenversieren.nl/](http://vandaagvrouwenversieren.nl/)
 * How do I get rid of that?
 * I installed W3TC and Wp Minify by the way.
 * Oscar

Viewing 4 replies - 1 through 4 (of 4 total)

 *  Plugin Author [ntm](https://wordpress.org/support/users/ntm/)
 * (@ntm)
 * [15 years ago](https://wordpress.org/support/topic/podpress-code-twice-in-sourcecode/#post-2065919)
 * Hi Oscar,
 * please, try to rule out that this is caused by one of your many plugins. Deactivate
   all the other plugins and see whether or not the doubled section occurs. If it
   not occurs then activate the plugins one by one and control the source code each
   time in order to find out which plugin it is.
    If I know which plugin interferes
   with podPress or vice versa, I can try to fix the problem.
 * It is possible that the problem is related to your theme but that not very likely.
 * Regards,
    Tim
 *  Thread Starter [oscarhelm](https://wordpress.org/support/users/oscarhelm/)
 * (@oscarhelm)
 * [15 years ago](https://wordpress.org/support/topic/podpress-code-twice-in-sourcecode/#post-2066019)
 * I am not really sure, but it could be Wishlist member. Maybe they load the code
   in the normal blogposts and again in the members only blogposts (both have some
   audio files played with podpress).
 * It’s bit risky to deactivate it because I have members listening and watching
   content during the day.
 * The plugin is not free by the way. Here is the site where they sell the plugin:
   [http://member.wishlistproducts.com/](http://member.wishlistproducts.com/)
 * I deactived a lot of other plugins which didn’t gave me the solution.
 *  Plugin Author [ntm](https://wordpress.org/support/users/ntm/)
 * (@ntm)
 * [15 years ago](https://wordpress.org/support/topic/podpress-code-twice-in-sourcecode/#post-2066024)
 * Oscar,
 * it would be great if you could make this test yourself. Because I would have 
   to buy that wishlist plugin first.
 * There are maintenance mode plugins for WordPress (e.g. [http://wordpress.org/extend/plugins/wp-maintenance-mode](http://wordpress.org/extend/plugins/wp-maintenance-mode))
   which you could use to signal your listeners that you are going to make a short
   maintenance break and that break would be short. Deactivating that plugin, reloading
   the page and looking into the source code, activating the plugin and deactivating
   the maintenance mode would take probably not more than 5 minutes.
    If you use
   this maintenance mode plugin then you as a logged in user will be able to see
   your weblog. but all not logged in people would see a special page. You may also
   write a short post in your blog a couple of days before you make this test to
   warn your listeners that the maintenance mode will be at a certain date.
 * On the other hand the theme could also be involved. You can test that without
   the maintenance or deactivating the wishlist plugin.
    I would use Firebug for
   Firefox to view the source code of e.g. the Twenty Ten theme in the theme preview.
   On Site Admin > Appearance > Themes is the list of themes. You can choose to 
   Activate | Preview | Delete a non-active theme. Open the preview of your blog
   with the Twenty Ten theme. When you have Firebug installed: make a click with
   the right mouse button on the preview and see what is in the `<head>` section
   which is in that preview-iframe. Is there a doubled podPress section?
 * Regards,
    Tim
 *  Plugin Author [ntm](https://wordpress.org/support/users/ntm/)
 * (@ntm)
 * [14 years, 9 months ago](https://wordpress.org/support/topic/podpress-code-twice-in-sourcecode/#post-2066070)
 * Hi Oscar,
 * someone has reported [a comparable problem](http://wordpress.org/support/topic/podpress-broke-audio-player).
   It is probably not exactly the same but he hadobserved also a doubled podPress
   script section.
 * The cause of this was that a different plugin called the function wp_peint_scripts
   directly to make sure that the jQuery script library is present. But calling 
   this function is not a good idea because it contains [Action Hooks](http://codex.wordpress.org/Plugin_API#Hooks.2C_Actions_and_Filters)
   which are used by other plugin. Furthermore this function gets called during 
   a typical request of a blog page.
    If this function gets called manually once
   more then you will get such a doubled script section.
 * That is why your should look for `wp_print_scripts` in the .php files of your
   theme (or plugins). If it is `wp_print_scripts('jquery');` then you can probably
   replace it with `wp_enqueue_script('jquery');`. Otherwise post the whole line
   here.

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘PodPress code twice in sourcecode’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/podpress_f79938.svg)
 * [podPress](https://wordpress.org/plugins/podpress/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/podpress/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/podpress/)
 * [Active Topics](https://wordpress.org/support/plugin/podpress/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/podpress/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/podpress/reviews/)

 * 4 replies
 * 2 participants
 * Last reply from: [ntm](https://wordpress.org/support/users/ntm/)
 * Last activity: [14 years, 9 months ago](https://wordpress.org/support/topic/podpress-code-twice-in-sourcecode/#post-2066070)
 * Status: not resolved