if the result you’re looking for is a printout of the URL, like in your example, then this should work:
$page_id = get_queried_object_id();
if ( has_post_thumbnail( $page_id ) ) :
$image_array = wp_get_attachment_image_src( get_post_thumbnail_id( $page_id ), 'optional-size' );
$image = $image_array[0];
else :
$image = get_template_directory_uri() . '/images/default-background.jpg';
endif;
echo $image;
Related Posts:
- How to retrieve attachments from child pages of a specific Page?
- Proper way to get page content
- WordPress parent select need to be removed
- How to echo excerpts with wp_list_pages?
- Page displays content from different query?
- Making audio playlist by getting page’s parent’s ID
- Attachment pages stealing page slugs
- Custom page with queries returns 404
- Query specific Pages
- Query pages based on tags
- Show content if page is a grandchild of top level page
- Get all pages to display at once
- Filter posts by author selected in page
- How to set post slug when using wp_insert_post();?
- Create a page without adding a page in the Database
- What methods to use to create small, editable pieces of text for static pages?
- Hide page visual editor if certain template is selected?
- What is an alternative to get_page_by_title()?
- Replace Dashes Before Title in Page List
- Proper method to restrict non logged users into certain pages
- How to get the specific Page’s current ID and use it in a get_page function?
- How does wordpress calculate the page depth?
- foreach error on false boolean from get_terms
- How to get a feed for post type ‘page’?
- Multiple pages on a single page
- Show TwentyEleven header image only on home page
- WordPress post/page pagination (page links) to go back to the first section
- Placing google maps into a wordpress page using the wordpress page editor
- Export only pages and posts with mysql dump
- Backend option to include a javascript file on specific pages?
- Dashboard–> All Pages “How to create folders?”
- Template for child pages / subpages
- How to get the order attribute of a page
- Visiting Webpage ONLY after another page was visited. Possible?
- How do I pass data from page content to the underlying PHP template
- How to open a phpBB forum in the same website as sub-page [closed]
- Display page contain in index.php file
- How to redirect login and register pages
- Why do pages in WordPress have a hierarchy but menu’s also have a hierarchy?
- Text Editor Tags
- Custom page template with entirely different design. Is it possible in?
- External stylesheet per page
- How to control who can view certain pages in BuddyPress? [closed]
- how to avoid the character conversion of WordPress pages?
- access control for assets in a website powered by wordpress
- How to remove only pages from Admin Bar?
- Phantom page can’t get rid of/can’t get at to change
- ‘x’ Converted to html code in example: 5×10
- Published pages missing
- How can I send an email when someone uses the HTML download Attribute?
- multiple post into single page
- Later blog post pages give 404 error
- Different css file not working for the page template I created
- How to change the order of the Front Page so it doesn’t appear first
- 404.php only works if I’m logged in. Everybody else redirects to wp-login.php – why?
- redirect index.html inside folder to wordpress page of same name
- Does Feedburner send notifications about WordPress pages?
- Using index.php as page template
- Ordering Pages and Increasing Navigation
- What’s the section of code (or loop) which retrieves the Page title and description?
- Load specific page when a custom URL is hit
- How to backup just pages from my site, but not posts with other post_type values
- Template field missing in page attributes
- How to hide a page in wordpress made for menu
- How to delete the scrollbar in my pages?
- How to make a page as default page for a theme without a plugin?
- How to change default home link title?
- Recovering a page from the drafts
- Not allow add New Page for role ‘editor’
- Pulling images from the media folder category to display inside a page
- My Password Protected Pages Aren’t Working
- Page view displays not properly after update wordpress
- Display grandchild page content on parent page
- Converting HTML to WordPress theme: integrating pages function and using its text editor, conditional enqueuing
- How do you assign custom template for Posts page (under Front page displays setting)
- Display custom_post_type with current taxonmy of a page
- Category Page Custom Layout [closed]
- How to copy specific page content and create child page?
- How to output different content of page on different places in my template
- WordPress slow pages/post, hangs and white text
- Adding CSS styles to Admin Area PAGES only (not POSTS or CPT)
- 1st Level Page with No Children
- Previewing Draft shows white page, publishing works fine?
- Changing title bar in browser window of theme “Encounters Lite”
- Custom Filter using meta_value in wordpress admin list not working
- Directory location of new page
- Grabbing the_content from “about us”
- making a pseudo-static page
- Dynamic content in pages
- Page specific values in widgets
- Woocommerce – Making product pages child of shop
- Javascript will not run properly
- link a custom page into menu
- Website fully loads then immediately crashes in Internet Explorer [closed]
- How to display a page?
- appearance of new page
- How to read a page’s “Shortcodes” from the Template File?
- How to view front-end of WordPress website, using Atom?
- I reached halfway through a WordPress tutorial to find out I began wrong for a new comer to WP
- Custom template is not showing up in templates dropdown list after re-naming it