amintorres
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: all permalinks suddenly dead 404s – akismet to blame??Hi tommygeorge..
Brajeshwar just sent me an email saying it was ok with him to post the solution.
So, to solve the permalink issue, for the nishita theme in a windows server, the following worked for me:1- under Options >Permalinks check, “Custom, specify below ” and insert this in the custom permalink field: /index.php/%year%/%postname%/
-then save.2 – find your header.php file and replace whatever it is in between <!– BEGIN #nav –> “replace here” <!– END #nav –>
with the following code:<!– BEGIN #nav –>
<ul id=”nav”>
<li id=”nav-home”>/”
title=”<?php bloginfo(‘name’); ?>”>Home
<?php wp_list_pages(‘title_li=’);?>
<li id=”nav-default”>“
title=”Entries RSS Feed”>RSS Feed<!– END #nav –>
Now, that worked for me. again this applies for the nishita theme only, not sure this will fix the same problem with other themes… but it might not hurt to try.
if you want to go back to re-use one of the others themes such as the default theme, make sure you check default for the permalink structure for the other themes to work.hope this makes sense.
a*Forum: Fixing WordPress
In reply to: all permalinks suddenly dead 404s – akismet to blame??sorry for the late response.
yes, i did tryied all that and didnt work, but now it is working see:
https://www.amintorres.com/theblog,
Brajeshwar, sent me instructions on how to fix the problem, i am not sure i can share the solution to the problem though, he said that he is currently working on a new realease of the theme and that it wasnt availeable – and i think he just did it for me cause i have been dealing with this for the last few days- I am going to ask him though and see if he lets me share the changes he sent me.
if he does, i will come edit this post with the solution.
sorry for now, just dont want to get my self in trouble.
a*Forum: Fixing WordPress
In reply to: all permalinks suddenly dead 404s – akismet to blame??tommygeorge
they dont support the .htacces file, i know that for a fact.
actually a support person told me they dont. he was expecting that the person who created nishita would tell me what they could do on their end -my server support- to be able to help me.
I contacted the nishita creator and he said he cant help me and that the problem wasnt theme related instead it is wordpress related.
i communicated all this to my server people via a support ticket and havent heard from them. ??Forum: Fixing WordPress
In reply to: all permalinks suddenly dead 404s – akismet to blame??ok, so i never seen the so called .htaccess file.
Ican simply create a file with any text editor right?
what is the extension to this file?
or is it a folder?
a*Forum: Fixing WordPress
In reply to: all permalinks suddenly dead 404s – akismet to blame??I am actually having the same issue,
I installed the nishita theme and none of my links are working, i get 404 exept for the home link:
https://www.amintorres.com/theblog
in my case, i have a windows server and i know i need to change my permalins structure to something else, just dont know what that is. plus how to make it work if my server doesnt know how to deal with .htaccess files?
some help please?