Views is a WordPress plugin that lets you easily customize the standard WordPress listing pages using WordPress archives. You can redesign any WordPress archive, including custom post archives, taxonomy archives, author archives and search results.
When you ask for help or report issues, make sure to tell us what you have created so far and what you want to achieve.
Viewing 15 topics - 706 through 720 (of 791 total)
View one of my listings, but recently this error started showing up:
imagecreatefromstring(): Data is not in a recognized format.
Solution:
PHP GD library supports BMP file type only after PHP version 7.2, so you will consider upgrade your webserver PHP version to 7.2 or above, see PHP document.
Problem:
The information from the correct user's custom fields is not showing in the author archive view.
Solution:
Suggested to first register a custom shortcode that gets the ID of the user whose author archive page is shown and then use it with the types field shortcode.