Miserere
Forum Replies Created
-
Forum: Plugins
In reply to: [WPBook] [Plugin: WPBook]Hi John,
Thanks for replying so quickly.
I am officially confused… Checking the permissions takes me to my app page…which has collected and is correctly displaying my latest posts:
http://apps.facebook.com/enticingthelight/
What’s not happening is those posts being displayed in my FB page. Either I’m not understanding what WPBook does, or I’ve broken something somewhere between my FB app and my page.
Am I correct in thinking that each new blog post should appear as a wall post on my FB Page…?
Thanks for your help, and for providing this plugin for free to confused people like me 🙂
Forum: Plugins
In reply to: WordPress stats doing wrong dateFor weeks my stats have been turning a new day at 23:00 each day. I’m on US Eastern Time, and since we moved the clocks forward to Daylight Savings Time this past Saturday my stats have been turning a new day at 22:00, or 2 hours ahead of time.
My time and timezone are correctly set in the WordPress dashboard.
Forum: Fixing WordPress
In reply to: How do I limit the number of 'older posts' showing on my index page?Finally figured it out! It’s a 2-step process.
First of all, the TOTAL number of posts to be shown on the front page, both the “recent” and the “old”, is set on the WordPress dashboard in Settings >> Reading, via the variable “Blog pages show at most __ posts”. The default is 10; let’s call this number N.
There is no (simple) way to set the number of Older Posts showing, but we can (simply) set the number of Recent Posts. In the Index.PHP file look for this line:
elseif( $postcount > 0 && $postcount <= 4 ) {In this case (the default), the number of Recent Posts, including the main, sticky, most recent post, is equal to 4 + 1 = 5.
In this case, the number of Older Posts listed will be N – 5, which will be 5 for the default N = 10. If you want more Older Posts, simply increase N in the Reading settings while leaving the above code line intact.
Hanker555, you’ll probably find that in your case N is set to 70. If you don’t want any Older Posts, just set N to 5.
Forum: Fixing WordPress
In reply to: How do I limit the number of 'older posts' showing on my index page?This problem is driving me crazy too, except I want to show more older posts.
Can anyone help???
Yup. And I can’t even get it to work! No idea what’s wrong with it. Are there any other options out there? I couldn’t find alternative plugins that did this.
Forum: Plugins
In reply to: [Plugin: Auto Excerpt] No custom excerpts, post formatting stripped out.I’m with you on this issue: I want to use my custom excerpts, not automatically generated ones.
Phew! That was close, imagine us going without knowing our stats for the whole day. It would have been chaos, mayhem, craziness…or just normal for most people on the planet.
We’re a sad bunch 😀
Will it help if I say me too!?
🙂
Forum: Fixing WordPress
In reply to: Header image cut off in Under the Influence themeFor the newbs among us, LovelyAndroid’s bit of code replaces this bit of code:
<div id="header">Which is found in the theme’s header.php file.
Of course, you should replace “http://www.lovelyandroid.com” with your own URL, unless you really want to confuse your readers 😀
PS: Thanks for the fix, LovelyAndroid.
Forum: Themes and Templates
In reply to: Under the Influence–Header TextThat worked except it still printed the “description” phrase from under General Settings, so I just deleted that phrase.
If you go to
Appearance --> Under the Influence Options, there’s an option calledDescriptionthat allows you to toggle its displaying or not in the header. It will always display in the info section of the browser, however, but I imagine we all want that anyway.Forum: Plugins
In reply to: Setting Permissions for WordPress FirewallSuch deafening silence…
In case anyone comes across this same issue and finds this thread, here is what I did:
- Downloaded the .PHP plugin to my computer.
- Zipped the file.
- On the Manage Plugin control panel in WP, I used the “Add New” button to upload the zipped file.
- Once it had uploaded, I clicked on “Activate”, and it was done.
Previously I had just been FPTing the .PHP file to my Plugins folder and then activating it from the WP plugins list panel. For some reason this didn’t work.
Forum: Fixing WordPress
In reply to: How do I get rid of hacker script?Thanks, Steve. I just finished cleaning all the files up and spent 2 hours combing the Database for dodgy code–I didn’t find any.
As soon as I finish activating plugins I’m going to run a scan on my computer.
Fingers crossed that I can at least enjoy Sunday afternoon.
Forum: Fixing WordPress
In reply to: How do I get rid of hacker script?Great, I’ve been hacked again. Just woke up and found out; this time instead of redirecting to another site there is a Java script that tries to run. What a fantastic way to start the weekend.
Forum: Plugins
In reply to: SecurePress Website Security AnalyzerI’d be interested in hearing opinions too. I’ve just installed the plugin but don’t know how useful it’s going to be.
Forum: Fixing WordPress
In reply to: How do I get rid of hacker script?Kargo,
I suspect I had a file (or more!) with 777 permissions, which is really stupid of me. It doesn’t seem like they touched the database.
I had a bunch of plugins, but none of the ones that you are using.
Best of luck with your fight, man. You’ve got it tough 🙁