ohadpr
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: WordPress modified links in my postthis is just a wordpress bug,
the way i solved this is write my urls as ‘http’ + ‘://xyz’
if i write ‘https://xyz’ then wordpress turns it into ‘https://xyz”
Forum: Fixing WordPress
In reply to: Problem with bookmarklet – JavaScript in href inside <a> tagexperiencing the exact same problem and can’t find a solution, have you?
Forum: Fixing WordPress
In reply to: WordPress modified links in my postanybody?
Forum: Fixing WordPress
In reply to: all pages have sort of disappearedafter putting this aside for 2 days and getting back to it, it seems like the error was in wp-config.php logic.
i still can’t figure out what caused the wordpress calls to return no pages as they existed in the database, but i’ve moved forward.
thanks for your support
Forum: Fixing WordPress
In reply to: all pages have sort of disappearedthanks for the reply.
i’ve tried an original wp-config.php (just with my DB),
tried checking and fixing the DB (it was ok),
tried the default theme, same result.keep in mind that my pages don’t show even in the admin edit-pages configuration page. the count of the pages shows but wordpress thinks the actual pages are missing.
it looks like an odd issue, any help in solving this would be appreciated. if there’s
any other info i can provide please tell me.Forum: Fixing WordPress
In reply to: all pages have sort of disappearedwhat shows up is everything but the content of the page.
the theme is ok, everything is ok, but it says ‘nothing here’.
when i look at the code of the theme it shows that ‘have_posts’ returns ‘false’.like i also mentioned, the ‘edit pages’ admin page shows the counts of the pages but doesn’t show the list of the pages, something is causing the pages not to show.
the URL in the settings looks right…
i upgraded to the last wordpress, though i believe it started a few minutes before that.
i also played with wp-config.php and how it chooses the actual config file (i have a simplified config file that chooses the configuration based on domain). but i reverted to my previous version of this file and things still don’t work.Forum: Fixing WordPress
In reply to: all pages have sort of disappearedupdate: navigating directly to specific pages using their URLs works. they just don’t show up in the editor and don’t return as part of ‘have_posts’ which causes the main page of my website to be ’empty’.