Save search criteria per user and show on custom user page

Assuming that those users have accounts on your site (are subscribers, authors, or some other role), you can add custom fields to their profiles. The easiest way is to use a plugin, like Advanced Custom Fields (https://wordpress.org/plugins/advanced-custom-fields/). The fields would be available in their profile pages, and you can add, and use in any template. … Read more

database search feature

If you want to use WordPress you can download a custom post type plugin (such as Custom Post Type UI), create your Book post type; another plugin to generate your form for adding books (Gravity Forms + this looks good, or a similar solution, or create a form by hand). Then tweak the default WordPress … Read more

How to remove search bar from the blog post

This is added by the theme you are using. And, unless there is an option in theme settings (or customizer) to remove it, you can’t do much about it, because you are hosting on WordPress.com, and unless you pay for the premium plan, you can’t modify plugins or themes.

How to add input search field with roudned corners?

Your markup is technically correct with the exception of your first line of css. You need to remove the e before the .searchform declaration for it to accept those styles. The code below is working correctly (see demo here: https://codepen.io/raptorkraine/pen/eyJrJG) however if your input still doesn’t show rounded borders it might be that your styles … Read more

Website Search Results Not Showing Images

Look here: if($row->type==’post’){ $result = wp_get_attachment_image_src ($attachment_id, ‘medium’); $url_img = $result[‘url’]; $permalink = get_permalink($row->id); } You are using attachment_id variable, but you have not initiated it anywhere. if($row->type==’post’){ $attachment_id = get_post_thumbnail_id($row->id); $result = wp_get_attachment_image_src ($attachment_id, ‘medium’); $url_img = $result[‘url’]; $permalink = get_permalink($row->id); }

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)