Skip to content

Tag: wordpress

Adding a search icon to a WordPress Search bar

I am using the following WordPress function to output a WP search form: echo get_search_form(); Resulting output on the frontend topbar: I would like to add a search icon (magnifying glass) inside the placeholder. Currently I have text only inside the placeholder. I tried using the before pseudo element with …

NGINX/FastCGI config issues causing 404s

I’m currently trying to configure a WordPress Multisite using NGINX. The NGINX config test passes: But I simply get a File Not Found. page when I load the site. From my config: And from my nginx error.log: My docroot is /var/www/html and the logs seem to show requests are being sent to the right place: …

WordPress additional info

That’s what my post looks like at the moment: I have the title ( David Art ) and the content (image + 1.25 eth). I as well have featured image: When I’m trying to get the title and featured image it works ok. But there are problems with content since I`m only able to get it together using the_cont…

How can we add wpform to custom theme

I create custom theme and I am trying to create a contact form using wpform but for some reasons the form doesn’t show on my page here is a code from the custom theme and this picture from the form that I have created using wpform Answer Way 01: You must have the_content() function in order to show page…