Pastebin
API
tools
faq
paste
Login
Sign up
SHARE
TWEET
To create a simple download system in wordpress
firoze
Dec 25th, 2015
92
0
Never
Add comment
Not a member of Pastebin yet?
Sign Up
, it unlocks many cool features!
text
0.18 KB
| None
|
0
0
raw
download
clone
embed
print
report
// To create a simple download system in wordpress
$id = get_the_id();
$url = get_template_directory_uri();
echo "<a href='$url/$id.zip' download>download from here</a>";
Add Comment
Please,
Sign In
to add comment
Public Pastes
Untitled
JavaScript | 10 min ago | 0.92 KB
bunny
JavaScript | 12 min ago | 2.10 KB
Market.js
JavaScript | 15 min ago | 1.18 KB
Untitled
JavaScript | 30 min ago | 1.18 KB
Gaia Update + Domain connect
Bash | 38 min ago | 0.59 KB
C. Пара последовательностей с одинаковой сумм...
C++ | 52 min ago | 0.88 KB
tree3
C++ | 1 hour ago | 3.24 KB
Untitled
Python | 1 hour ago | 0.46 KB
We use cookies for various purposes including analytics. By continuing to use Pastebin, you agree to our use of cookies as described in the
Cookies Policy
.
OK, I Understand
Not a member of Pastebin yet?
Sign Up
, it unlocks many cool features!