Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8769375
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 13, 20262026-06-13T17:19:38+00:00 2026-06-13T17:19:38+00:00

I want to add a ‘featured page’ button/widget to a sidebar in WordPress that

  • 0

I want to add a ‘featured page’ button/widget to a sidebar in WordPress that will show a thumbnail of the page as well as the page’s custom excerpt (I’m using http://wordpress.org/extend/plugins/page-excerpt/).

I got it sort of working using either a custom text widget or http://wordpress.org/extend/plugins/featured-page-widget/ but it doesn’t show the excerpt, it just generates one from the page’s main content.

Anyone know an easy way to do this? My hope was for non-web designers to be able to update this kind of content.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-13T17:19:40+00:00Added an answer on June 13, 2026 at 5:19 pm

    You can easily achieve this by activating this plugin http://wordpress.org/extend/plugins/php-text-widget/ You can put your php code in the widget. This means you can also put your WP_QUERY, query_posts or get_posts loop in order for you to get the page you want.

    Activate the plugin go to your widget page use the text widget and drag it to your widget area and paste this

    <?php
    $the_query = new WP_Query();
    $the_query->query("page_id=$page_id");
    if ($the_query->have_posts()) : 
    while($the_query->have_posts()) : $the_query->the_post();
      //show thumbnail
       if(has_post_thumbnail()) :
         the_post_thumbnail(); 
     endif; 
     //show excerpt
       the_excerpt();
    endwhile; 
    endif; 
    wp_reset_postdata();
    ?>
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I want add my custom sidebar next right column all page. Please check this
I have an application that I want add some cool animations to show state
I have a list of string values that I want add to a hashtable
hi when i write css or html i found that i want add two
I have a report that I want add a line beneath the even rows
I write a module,and want add it to kernel.It will print a world when
I want add my page some div and another tags.I wanna give unique class
I want add new fonts for Android. I found a tutorial that asks me
I am working on magento. I want add a functionality that when user places
I have 2 lists on one page - http://jsfiddle.net/nalsur/CneTJ/ And now I want add/create

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.