WordPress Shortlink

Posted in: Newspaper
Post count: 67

Hello Team,

can you please tell me how i display wordpress shortlink to my post page. i have a code but it doesn’t work properly i’m using post style 4 and paste my code to single_template_4.php.

this is my code.

<div style=”padding-right: 1%;”><?php if (function_exists(‘wp_get_shortlink’)) { ?>
<div><span class=”post-shortlink”><i class=”icon-link”></i> Short URL:
<input type=’text’ value='<?php echo wp_get_shortlink(get_the_ID()); ?>’ onclick=’this.focus(); this.select();’ />
</span></div>
<?php } ?></div>

can you please check and tell me how i do this??

Post count: 9544

I think input type only works with forms …

Post count: 6600

Hi,

Use it like this: http://pastebin.com/ipAucJUq here: http://screencast.com/t/jqIIRCQW
Result: http://screencast.com/t/jJ3J60il
I suggest you get someone to help you with if you don’t have any basic php/html/css knowledge as this needs custom work and we cannot offer any custom work at this time.

Thanks for understanding!

Post count: 67

Thanks bro i paste the code in wrong file 🙂

Viewing 4 posts - 1 through 4 (of 4 total)
The forum ‘Newspaper’ is closed to new topics and replies.