whizzer
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Redirecting visitors to rootI had to remove this since I was unable to access /wordpress at all. This meant I cant login to my admin console , my old urls no longer work.
Is there a method by which the default index page in the https://www.example.com/wordpress folder redirects visitors to the home page https://www.example.com ?
Forum: Fixing WordPress
In reply to: Redirecting visitors to rootFixed it.
The .htaccess in the root needed to be modified not the one in the sub-folder.
redirect 301 /wordpress/ https://www.example.com/
More details and sourced from
https://codegrad.hub.ph/using-htaccess-301-redirect-in-subfolders/Forum: Plugins
In reply to: [OpenID] openid is buried in my source code but not rendered on commentsafter installing and activating both of them, read up here. it should work now.
Forum: Plugins
In reply to: [OpenID] openid is buried in my source code but not rendered on commentsare you using the open-id for comments plugin in addition to the open-id plugin ?
just tried it out – works brilliantly. Thanks tons.
Do the same thing that I am doing and that should be a good work around. Use that code on a blank template (thus the style property applies only to that template). Use iFrame to push this template-page into the final page you want.
I just saw Ikki’s suggestion and havent had a chance to try it yet.
Hey Ikki24, I tried this solution and it works great on my homepage (which is using the widget to insert WPP). However as you may recall, I am trying to get this done on a blank template so as to insert this within an inframe on other websites.
Obviously the CSS is being passed on (thus the float property works) ; however the tag “br /” which is added using the “before/ after each post” is not being passed on.
Any ideas?
eg : https://www.therichtimes.com/wordpress/ (this is how I want it)
but https://www.therichtimes.com/wordpress/top/ is what it stays as.lol, I appreciate the comments you make for IE but for Chrome its entirely unwarranted. Its a wonderful browser and has one of the highest uptakes. Perhaps you could post a link to the page and we could figure it out.
Add:
I also tried removing the said code from the template and keeping that absolutely blank while adding [wpp] in the page. It then results in an absolutely blank page, even the ‘sorry no data’ remarks dont appear.