The tag has no wiki summary.

learn more… | top users | synonyms

1
vote
1answer
341 views

Add conversion/tracking pixel to <head> section for specific post

I need to add a tracking pixel for a Facebook ad to my Wordpress site. It should only be active for one blog post, not for every page on the site. How can I get the script into the HEAD section for ...
0
votes
1answer
10 views

setting featured image is not working while running script in background, works when running that script from browser

I have creted a script which will fetch content from one of my site and automatically create new post in my wordpress blog. When I am running that script from browser, its working really cool! post ...
0
votes
1answer
56 views

Some way to Flush or Overwrite all Imported Content in a Site for a Fresh Import - How?

Some way to Flush or Overwrite all Imported Content in a Site for a Fresh Import - How? Is there an easy quick way to do this? To delete all Pages, Posts, Comments and stuff that got imported? Or ...
0
votes
0answers
17 views

How to implement quickconcat to concatenate plugin js files?

If you haven't heard of it: https://github.com/filamentgroup/quickconcat Basically it's a PHP script that allows you to concatenate resources (css, js, html) on the fly. I thought it could be useful ...
0
votes
0answers
27 views

wordpress video sharing clone script?

Is there any wordpress video sharing clone script like youtube? i have seen many, but they only allow the admin to upload videos, i want a script where users can register and upload their videos other ...
0
votes
0answers
31 views

How to load script-related styles automatically?

Scenario: It is common that a JS dependency is bundled with a style file to work properly (just think about your favorite slideshow jQuery plugin). AFAIK, in this situation, the script and style have ...