Skip to main content
The 2024 Developer Survey results are live! See the results

Questions tagged [wordpress]

Consider using https://wordpress.stackexchange.com . This tag is for programming-specific questions about the WordPress content management system. Off-topic questions include those about theme development, WordPress administration, management best practices, server configuration, etc. These are best asked on https://wordpress.stackexchange.com .

wordpress
0 votes
0 answers
3 views

Hosting Next.js on a Droplet with Existing WordPress Installation

I have a Droplet with WordPress set up and running smoothly. Now, I’d like to host a Next.js application on the same Droplet. I’ve tried various approaches but seem to be stuck. Could you provide a ...
0 votes
0 answers
6 views

search in both languages (multilingual) using search bar in wordpress

I'm using dual languages in wordpress for ecommerce website , when i'm searching - using search bar - using the opposite language i don't get any results.i need php snippet that search in database for ...
0 votes
2 answers
2k views

WordPress - manage logo to left of menu bar

I'm a developer but I don't know WordPress well and I have just inherited a WordPress site. There's a missing logo image at the top left next to the menu bar: I have the image file but I cannot find ...
0 votes
0 answers
7 views

Can't access wordpress admin dashboard when blocking access to wp-admin and wp-login

I am having issues accessing the wordpress admin dashboard. I created a custom login page and blocked access to wp-admin and wp-login. Everything seems to be working up until I try to open the admin ...
3 votes
4 answers
855 views

Wordpress site is appears clear of malware, but clicking on Google search results redirects to spam sites

An issue was brought to me involving malware on a WP environment. When I search the brand in Google and click the corresponding link, I'm redirected to a 3rd party spam site. This has been ...
-1 votes
2 answers
598 views

WooCommerce Customization of the cart page

How to customize the cart pages in WooCommerce so that, The column with Xs (remove buttons) will move to the right. The first column will contain checkboxes Functionaly: the products that have been ...
0 votes
4 answers
118 views

Wordpress web.config rewrite to support webp files on IIS

I run my Wordpress site on IIS. I have files test.jpg and test.webp in the root of my website. I can access both when I request these files directly. See it live here. I want to make sure that ...
0 votes
0 answers
7 views

fullcalendar 6.1 - WordPress posts ajax

I am using fullcalendar 6.1 and WordPress to create a calendar which integrate wp posts. I searched on the documentation and forums to make it happen but I'm still stuck. Can someone could help me? I ...
0 votes
2 answers
19 views

Font-awesome and hyperlinks in tables

I've added the Font-Awesome plugin to my Wordpress site. The desired behaviour is to have a table where there is a column of links to home pages, represented by the FA "home" icon. Each icon ...
0 votes
0 answers
13 views

Wordpress 403 Forbidden. Cannot access to my wp website [closed]

I finished configuring my site in wordpress but at the moment when I try to access the website it returns error 403 forbidden. Additionally, a 403 Forbidden error was encountered while trying to use ...
4 votes
2 answers
16k views

wordpress : How to specify the cause "This site can’t be reached"

I have used Let's Encrypt for WordPress on AWS Lightsail. I found that it was expired because I didn't renew it. So I tried the Let's encrypt to renew, the bitnami guide https://docs.bitnami.com/aws/...
1 vote
4 answers
17k views

Add a custom text before the price display in WooCommerce

In WooCommerce, I'm using this code to put a text in the price display: function cw_change_product_price_display( $price ) { $price .= ' TEXT'; return $price; } add_filter( '...
0 votes
1 answer
25 views

How to sort WooCommerce variable products from max variation price in a custom query

I am trying to sort WooCommerce variable products from maximum variation price (my website contains simple and variable products). My custom query below is sorting products by price, but the issue is ...
0 votes
1 answer
28 views

I'm trying to create a search box with a<i class="fa fa-search"> icon in the search box [duplicate]

I'm trying to show WordPress search box into my website where i am trying to show an icon in the search box <?php get_search_form(); ?> HTML Form <form role="search" method="...
8 votes
7 answers
48k views

XML declaration allowed only at the start of the document

My blog feed show error today: This page contains the following errors: error on line 2 at column 6: XML declaration allowed only at the start of the document Below is a rendering of the ...

15 30 50 per page
1
2 3 4 5
12822