@salamali: First enable the Featured Content. Go to Dashboard=> Appearance=> Cusotmize=> Featured Content select Entire Site in
Enable Featured Content on. Then select Featured Page Content in Select Content Type and choose you desired page to show up as Featured Content in the Featured Page # below.
After that, as you want to show Featured Content in a specific page only, you’ll need to add some custom CSS. Go to Dashboard=> Appearance=> Customize=> Theme Options=> Custom CSS box and add the following CSS.
#featured-content {
display: none;
}
.page-id-950 #featured-content {
display: block;
}
Let me know if any problem.
Regards,
Mahesh