tuneuropsicologo
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Blank page in Categories and TagsBy the way, the name of each category does not have a link to it. How can i change this?
Forum: Fixing WordPress
In reply to: Blank page in Categories and TagsAllright, problem solved.
I have NO idea why archive.php what BLANK, literally. Anyway…
Forum: Fixing WordPress
In reply to: Blank page in Categories and TagsArchive.php is blank.
And what function or code should I look for in index.php?
Forum: Fixing WordPress
In reply to: Blank page in Categories and TagsSorry, made a mistake pasting code. Gimme some minutes to recover files
Forum: Fixing WordPress
In reply to: Blank page in Categories and TagsThis is the code for categories of my actual Theme (Hospital)
<section id="block-13" class="widget widget_block widget_categories"><ul class="wp-block-categories-list wp-block-categories"> <li class="cat-item cat-item-11"><a href="https://tuneuropsicologo.com/blog/categorias/neurociencia/" data-wpel-link="internal">Neurociencia</a> </li> <li class="cat-item cat-item-9"><a href="https://tuneuropsicologo.com/blog/categorias/psicologia/" data-wpel-link="internal">Psicología</a> </li> <li class="cat-item cat-item-10"><a href="https://tuneuropsicologo.com/blog/categorias/salud/" data-wpel-link="internal">Salud</a> </li> </ul></section>
********
And this one is with Twenty Twenty theme:
<aside id="block-13" class="widget widget_block widget_categories"><ul class="wp-block-categories-list wp-block-categories"> <li class="cat-item cat-item-11"><a href="https://tuneuropsicologo.com/blog/categorias/neurociencia/" data-wpel-link="internal">Neurociencia</a> </li> <li class="cat-item cat-item-9"><a href="https://tuneuropsicologo.com/blog/categorias/psicologia/" data-wpel-link="internal">Psicología</a> </li> <li class="cat-item cat-item-10"><a href="https://tuneuropsicologo.com/blog/categorias/salud/" data-wpel-link="internal">Salud</a> </li> </ul></aside>
- This reply was modified 2 years, 11 months ago by tuneuropsicologo.
Forum: Fixing WordPress
In reply to: Blank page in Categories and TagsDo you mean if I have made any changes in the theme’s .css editor? Can you give an example, please.
I have disabled search box, e.g. among other things, yes. I also have customized 404 error page.
- This reply was modified 2 years, 11 months ago by tuneuropsicologo.
- This reply was modified 2 years, 11 months ago by tuneuropsicologo.
Forum: Fixing WordPress
In reply to: Blank page in Categories and TagsRedirection is done via .htaccess: Redirect 301 /post/ /blog/
When I test it with another theme (Twenty Twenty theme) the problem is solved.
So, do you know what’s going on? Because if it’s a problem with the theme I use, I don’t understand why categories and tags used to work before. Anyway, I believe that the turning point was when I made changes with the redirections… but I’m not 100% sure.
- This reply was modified 2 years, 11 months ago by tuneuropsicologo.
- This reply was modified 2 years, 11 months ago by tuneuropsicologo.
Forum: Fixing WordPress
In reply to: Blank page in Categories and TagsThis is an example of what I’m getting on LOG:
[IP] – – [22/Mar/2022:00:11:57 +0100] “GET /blog/categorias/neurociencia/ HTTP/1.1” 200 – tuneuropsicologo.com “-” “Mozilla/5.0 (compatible; YandexBot/3.0; +https://yandex.com/bots)” “-”
/blog/categorias/neurociencia/
And what it’s displayed is a blank page
- This reply was modified 2 years, 11 months ago by tuneuropsicologo.
Forum: Fixing WordPress
In reply to: Blank page in Categories and Tags[error]
- This reply was modified 2 years, 11 months ago by tuneuropsicologo.
Forum: Fixing WordPress
In reply to: Blank page in Categories and TagsHi
It doesn’t work.
https://i.postimg.cc/9FWmRLLb/2022-03-22-12-24-38-Window.png
In case it’s relevant, I’ve done a 301 redirection
/post/ to /blog
because I had my web on Wix (posts in Wix were stored in /post/ directory, instead of /blog) and I had to move all the content to 1and1 hosting with WordPress
- This reply was modified 2 years, 11 months ago by tuneuropsicologo.
- This reply was modified 2 years, 11 months ago by tuneuropsicologo.
Forum: Themes and Templates
In reply to: [Medical Hospital] Categorias and Tags NOT displayedHello?