einquisitive
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: I think my site got hacked. Please help!Thanks guys. I got it worked out. I reinstalled WordPress and changed passwords, reinstalled plugins etc. as Half-elf’s article suggested.
All I kept was my database and my theme.
Thanks!
Forum: Fixing WordPress
In reply to: I think my site got hacked. Please help!Thanks. I changed my pass. It seems that it is back again, though, even after clearing the cache again.
Example:
http://einquisitive.com/blog/how-do-you-encourage-your-youth-group-to-serve/
Forum: Fixing WordPress
In reply to: I think my site got hacked. Please help!Never mind, I cleared my cache and it went away. Any idea how this happened in the first place?
Oh, I totally figured it out. I’m using get_the_content because I do some additional processing before I display it. I was able to use this code to make both work. Thanks so much for your help!
Thanks for the help.
I do have the box checked and it’s not working. The ‘recipe’ post type has it’s own template file that is completely different from a standard wordpress page. Could I have changed something in there that is important? Thanks,
-A
Forum: Plugins
In reply to: [Post 'n Page Views] [Plugin: Post 'n Page Views] Display just the numberOK, I got the first part:
$views = wp_get_post_views(get_the_ID());
$views = $views ? $views : 0;
$views = number_format_i18n($views);Still need to know if there is a way to display the total views for the blog.
Plus, I have a new question. Can I use this plugin to pull a sample (ie. 30 days of views)?