Ethan
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: wp-admin/index.php keeps changingThanks for the clarification.
What @anevins means is that in the code you’ve posted, the bit that’s overwriting the /wp-admin/index.php file – is calling a file that isn’t included with WordPress by default and could potentially mean your site has been hacked or you have installed a malicious plugin/theme.
*/@include( dirname( __FILE__ ) . ‘/wp-includes/js/utilities.js’ );
Forum: Fixing WordPress
In reply to: Posts not showing up on readerWhen you switched over to self hosted did you transfer your followers from your WordPress.com site over to your self hosted site? If not that could be what’s causing them to not see your new posts. Here’s a link to a tutorial on how to get that done.
Forum: Fixing WordPress
In reply to: wp-admin/index.php keeps changingForum: Fixing WordPress
In reply to: Posts not showing up on readerHi @thepearlylife,
Did you just recently switch to hosting your site yourself? Were you previously using wordpress.com?
Forum: Fixing WordPress
In reply to: Plugin with multiple search functionalityHi @ferryavb,
While not complicated it does depend on how your website is setup. If you’re already using Custom Post Types & Custom Fields on your site you could easily search the information you’ve used for those.
It is possible to write a search yourself but there are a few plugins out there – look for “custom fields search” in the plugin directory!
Forum: Fixing WordPress
In reply to: Lost password reset doesn’t let you set a new passwordHi @teapotteapot,
Would you mind posting the URL that gets sent in the reset email?
- This reply was modified 7 years, 4 months ago by Ethan.
Forum: Fixing WordPress
In reply to: wp-admin/index.php keeps changingHi bicartwright,
The code you’ve posted above is the code from the index.php file in the main directory, if you’re putting the wp-admin/index.php file there then it’s just rewriting itself back to what it should be. If you move to the /wp-admin/ directory and change that index.php file that might work.
- This reply was modified 7 years, 4 months ago by Ethan.
Forum: Fixing WordPress
In reply to: Download by filling out a formHi iLorenzo,
I have a few questions before I make a suggestion or plugin recommendation – just to make sure I understand what you’re looking for.
– Are you providing these PDFs to users who already have a registered account on your WordPress site?
– Do the PDFs contain user sensitive information (you mention medical visits, tax deductions, etc)?
-Would it matter if one users had access to the same files as another?If the files are the same for each user it’d be easy to setup a “fill out this form to download” system. If the files are unique contain sensitive information it’ll be a bit more work but still easy to setup.