jivyb
Forum Replies Created
-
Forum: Plugins
In reply to: [Plugin: WP ImageTagger] Great concept but may I suggest…Works for me with 2.9.1.
Forum: Themes and Templates
In reply to: SPAM Site Links Appearing on Home PageHi there–It’s 2.7.1 actually…I’ll email
Forum: Themes and Templates
In reply to: SPAM Site Links Appearing on Home PageThe porn spam links were changed this afternoon and put back in on the one installation that I had deleted them. In the other they actually switched the links to different porn sites. I checked my stats and the same computer went in through my wp-admin/theme editor. Here’s the ip address: 216.195.55.80.
Hope this helps someone and I’d love to hear from anyone with ideas.
Thanks!
Forum: Themes and Templates
In reply to: SPAM Site Links Appearing on Home PageOk–I have four separate WP installations on this server and the two with Cforms II activated were hacked, but the two without it weren’t…I know this is a reputable plugin, but it’s the only commonality I can find for now. Still hoping someone has ideas.
Forum: Themes and Templates
In reply to: SPAM Site Links Appearing on Home PageI took out the links in footer.php earlier today and checked just now and they’re back in there. I changed my admin pass, so I’m curious to see if that’s what’s going on…anyone have any ideas???
Forum: Themes and Templates
In reply to: SPAM Site Links Appearing on Home PageThanks for posting this! I had the same problem, but the links kept coming up in the header section, so I didn’t find them in footer.php. But they were there, just like you said.
Maybe we can compare plugins installed to see which are in common. Here’s my list:
Akismet
All in One SEO Pack
Cforms II
Customizable Post Listing
Exclude Pages from Nav
Ozh’ Admin Menu
Web Invoicing and Billing
Wordpress Download MonitorAny ideas which it might be, based on the ones you also have installed?
Forum: Themes and Templates
In reply to: revolution photo themesOk, can’t believe it was so simple, but you have to go to settings>reading and set Blog pages show at most to 1 instead of the default 10.
Hope that helps someone. I still don’t know how to properly display more than one post or if it’s possible with the custom field used the way it is, but I’ll take a non-broken theme that displays only one, I guess…
Forum: Fixing WordPress
In reply to: 404 pages not workingThanks for the answer to this…I hope this is a bug that will be fixed soon, as it’s a pretty major thing to just be left to the forum for people to read and figure out on their own.
Forum: Requests and Feedback
In reply to: [SOLVED] Display of Pages in the menuI just saw this plugin:
https://www.ads-software.com/extend/plugins/exclude-pages/
I think this should be an out-of-box core function, though.
Forum: Installing WordPress
In reply to: t string error in wp-config.php for 2.2tomben–
1) no worries–that’s all bogus info:)
2) thanks for taking the time to read my post and give me the answer–it was the missing ?? in the password line
3) that’s how the file was when I unpacked the installation, so hopefully that’s not how everyone’s config file is…Forum: Installing WordPress
In reply to: t string error in wp-config.php for 2.2I put that in because I get the t string error with that file too. But if you want to see it edited, here it is…
<?php // ** MySQL settings ** // define('DB_NAME', 'cazppwja_wpphoto'); // The name of the database define('DB_USER', 'cazppwja_wpphotu'); // Your MySQL username define('DB_PASSWORD', '123456' // ...and password define('DB_HOST', 'localhost'); // 99% chance you won't need to change this value define('DB_CHARSET', 'utf8'); define('DB_COLLATE', ''); // You can have multiple installations in one database if you give each a unique prefix $table_prefix = 'wp_'; // Only numbers, letters, and underscores please! // Change this to localize WordPress. A corresponding MO file for the // chosen language must be installed to wp-content/languages. // For example, install de.mo to wp-content/languages and set WPLANG to 'de' // to enable German language support. define ('WPLANG', ''); /* That's all, stop editing! Happy blogging. */ define('ABSPATH', dirname(__FILE__).'/'); require_once(ABSPATH.'wp-settings.php'); ?>
Forum: Fixing WordPress
In reply to: duplicate postsI have this duplicate posts problem and would like to upgrade sideblog. however her site seems to be down. Anyone care to share the zip for 3.6 or 3.7 versions?
Forum: Themes and Templates
In reply to: widgets and hemingway/u4?Ok–I’ll try that:)
Forum: Fixing WordPress
In reply to: Popup comments in permalinks: is it possible?Hi. I’m using a template that uses this technique. But in the popup comment window it comes up with my default background image and I need a different one. Is there a way to change the style sheet that gets called?
Forum: Themes and Templates
In reply to: using page template to theme photoblog section of siteThanks so much. I’ve spent the whole evening working on this and I’m close. Now I’m hung up on trying to adapt the following using your code above:
<?php wp_get_archives(‘type=monthly&format=link’);
I’ve tried
<?php include (TEMPLATEPATH . ‘/parchives.php’, ‘type=monthly&format=link’); ?>
but I get php errors. If I leave out the bit on the monthly format, I get a message telling me I have a mysql error. Do you have any further ideas?
Thanks!