How to add a separate banner image for every different post on Wordpress?
the plugin used so far : but no improvement .Did any one tell me what to do now?
Unique Headers Plugin
WP Display Header.
WP Header Images
Here is the link: https://surabigroups.com/
for example:
1. I want to add a separate banner for this post [https://surabigroups.com/hr-activites/][2]
2. I want to add a different banner for this post [https://surabigroups.com/hr-conference-meet/][2] like this I want to add a different different banner for a different post
Plugin user so far :
1. Unique Headers Plugin
2. WP Display Header.
3. WP Header Images
I do not know actually what do you mean, but every post has a featured image in wordpress which you can use as a background image (just you need to add inline css) or you can use a custom field (by downloading the custom field plugin) to add image for background image for every post.
Related
I have created 2 blogposts in wordpress and shared them in twitter.
The twitter URLs are
https://twitter.com/Jagannathan6/status/1423662392534175744?s=20
and the other is
https://twitter.com/Jagannathan6/status/1423197036195717124?s=20
As you see the image appears as a thumbnail in one tweet and as a large image in another. How to make the thumbnail image appear as a large image? Has it got something with the size of the image?
I am looking for an answer where I need not get premium version of wordpress.
Easiest way is to use Yoast plugin. Taking a look at the two tweets I'm wondering:
Are you using media sizes to size the images (Wordpress takes the largest image it can and resizes and/or crops smaller images to fit the sizes in the Media options menu)?
Are you using Yoast or custom hooks to post the images to twitter?
Are you using the same size images for both posts?
Are you attaching the images as Featured Images in the editor in the same way?
Did you post them to twitter in the same way?
Do both posts have snippets / excerpts applied to them? If not, make sure your theme is calling the_excerpt, or else you've configured the excerpt to pull from the main body of the post, or else hand-craft the excerpt in the relevant meta box.
Do both images have meta tags / alt tags applied to them? Check in the Media Library or in the post > edit image and see that alt text, caption and description are all filled out.
Did you test the images first with https://cards-dev.twitter.com/validator ?
I am trying to make a wordpress theme with a static header and footer but i want the user to be able to customize the other sections between header and footer , let say i have 5 sections and in each page the user should be able to decide what sections to include in the page . i tried to use page builder plugin put its not what i want exactly because once i remove a row it won't be avilable any more and i want it to be there so the user can add or delete it at any time , is there a way to store my different html sections as a custome post or a custom field??
Advanced Custom Fields would work perfectly in this scenario. The plugin features over 30 field types.
Is there a way from which I can use any plugin and show Post or Page specific image gallery? The image gallery upload area should be displayed in Page when Creating or Editing the page below or above the text composer or should be at least in the page. And this gallery should not be hocked the default Image gallery of wordpress or at least should not show the images that's in default gallery.
Kindly let me know if anybody knows any plugin that does the above mentioned job.
You can do this simply by [gallery] shortcode. You can also set image ids like this: [gallery ids="729,732,731,720"]
Here is my answer: All my requirement got fulfilled by default "Media Library" tab. I just need to select the option "Uploaded to this page" from the dropdown. So, no need to use any plugin for the requirement I had.
For my wordpress site, I need some images arranged in a grid and when one is clicked a specific (different) image is displayed bigger. I thought that there maybe is a lightbox/gallery plugin, where one enters the link for the small and big picture, and I can just use the link to a different image instead of to the same one, but bigger. Does anyone know a plugin that works like that? Or any other way to make that work?
You can use "WP Gallery Custom Links" plugin to set different image link by using "custom URL" option.
Simply go to a post or page and create a new gallery. You will see the custom link meta fields for individual images in a gallery.
I want to create a custom post in wordpress which will be displayed like this following image (click the link)
Output of the custom post
What will be the good practice for this? I sorted out a way but that will require 3 different custom posts for this single section. I want to create one custom post and my featured image size will be the output as shown in the picture.
I have created the custom post type, just can't sort out what do I need for the php file and css and/or any extra library. I am using bootstrap and have JQuery.
$i=0;
foreach($yourArray as $array){
if($i==4 || $i==5){
// change your image html as per your requirement for two big image
}
// your html of other 8 same size images
$i++;
}
As you need different thumbnail size for each post, You can upload same size image for all post and crop the image unsing BFI Thumb library based on condition.
Library for cropping images for specific dimension is available at below link.
https://github.com/bfintal/bfi_thumb