Tagged Questions
1
vote
1answer
92 views
Echo URL of large version of Featured Image
I use this plugin to echo the URL of a post's featured image in the header:
<?php
/** Plugin Name: Post Thumbnail FB header */
function fb_header()
{
// Not on a single page or post? Stop ...
0
votes
1answer
75 views
include w_thumbnail_src in function?
I got a function that automatically creates a custom field in the post. I have this located in my functions.php.
Image is the name of the custom field and HERE is the value. How can I put the ...
0
votes
2answers
1k views
Unable to set Custom “Link URL” for Featured Image, and More?
I have an issue that I believe can be solved one of two ways.
I am using Featured Images in posts for content on a home page slider. What I would like to have happen is to have the destination links ...
5
votes
1answer
1k views
Programmatically get images by URL and save in uploads folder
I am involved in a large migration from another CMS to WordPress. We have a copy of the database and have worked out how to extract the content and programmatically create WordPress posts from it ...