Questions tagged [themes]
A WordPress Theme is a collection of files that work together to produce a graphical interface with an underlying unifying design for a blog.
2,958 questions
0votes
0answers
36views
Load Divi global header and footer on external php page
I'm using the Divi theme and wanted to load the header and footer on an external php page. I have tried the following code but it loads the default header and footer: <?php require($_SERVER['...
0votes
1answer
22views
How to give a NavWalker its own stylesheet?
I'm learning Wordpress, but I have a background in vanilla web dev. Anyways I have learnt how to create a custom HTML structure for a menu. And that's by using the navWalker class (making a custom ...
0votes
1answer
82views
Error 503 Service Unavailable and wp-json/tdw/save_css
What is'wp-json/tdw/save_css' and what it is doing in my website visitors log hitting the website every minute for days. How this is related to that my main site and wp-admin page cannot be open. &...
0votes
1answer
33views
.htaccess for file .zip for update WordPress Theme self-host [closed]
I have a theme that I developed and made a standalone update feature on my own server, everything is running smoothly. It's just to protect it from being downloaded directly by other users directly in ...
0votes
0answers
11views
How to create a new theme from an existing incomplete theme folder?
My friend created a clone of a wordpress site and gave me the project files. I would like to use the theme of this website (install it on the wordpress engine and create a new site using that theme). ...
0votes
0answers
53views
Child theme is inheriting from parent theme, but seems to have additionally reset some other things
I don't work with Wordpress a huge amount, but in the past when working on clients sites, I have always taken the current theme, made a child from it, and usually only ever had to extend the ...
0votes
1answer
54views
Wordpress generating Undefined Variable warning
Please help! I updated my php to 8.0 and my WordPress install to the current version (6.7.1), and now get the following warning messages on my site: Warning: Undefined variable $post in /home/...
0votes
0answers
8views
Modifying theme and wishlist
i have 2 issue with a theme, if possible can someone point me to a right direction. First issue i have is the SOLD button on the product showing as SOLD, and i wanted to change it to SOLD OUT, i dug ...
0votes
0answers
25views
Pages still display when theme is missing
I'm having problems with a custom theme and pages on the front end other than the home page displaying: There has been a critical error on this website. This error message is displayed on an error ...
0votes
0answers
31views
Visited wordpress appearance > theme page and theme disappeared
I went to the Appearance > Theme page, literally did nothing else, and my theme on the site disappeared and site picked up the wordpress default. The theme is not shown in the theme page any longer....
0votes
0answers
21views
Apply Blog Home layout to Pages
In WordPress 6.7.1, I have customized my Blog Home template with the block editor in the Twenty Twenty-Four theme. It has a layout with two columns and many custom paddings, colors, fonts, and so on. ...
0votes
0answers
18views
how to combine wordpress and front framework
I saw this website kzero and they make 3D websites with WordPress, using the WordPress API. Can anybody explain which framework they use and how?
0votes
1answer
33views
Apply Style variation to specific pages
I notice wordpress themes come with the ability to have "style variations". Can one apply a style variation to a specific "page/ post" as oppose to a block or section or global ...
1vote
0answers
20views
Does WordPress maintain revisions for index.html template?
In FSE, all templates except the Index template maintain revisions. But I cannot see the revisions option for the Index template: The problem is that many of our clients who are not very familiar ...
1vote
0answers
56views
How to add custom attributes to wordpress block theme
I am creating a wordpress theme wth html and jquery. I want to add a data attribute to my pattern so that I can use jquery to control the behaviour. When I add a data attribute to my code, I get an ...