marcrue
Forum Replies Created
-
Forum: Plugins
In reply to: [Plugin: WP Super Cache] Front page no longer served by super-cacheSame issue here, but:
We do have 9 identical blogs, (only changes the css) and its happening only on two of them, instead of showing the homa page (wich must be a static page from our blog) its serving an archive page from the first category (wich has no posts) resulting a 404 in front page.
Every time super cache refreshes the home page it turns in that 404.
our blogs are all WordPress 2.7
Forum: Plugins
In reply to: WordPress Posts into SMF Forumkochab, do you think your plugin can be modified to work with vBulletin instead of SMF?
Forum: Plugins
In reply to: Subdomains and login persistence.I’m in a similar but not equal situation, we work with 8 subdomains, and each has its own wordpress installation, but they are all related. Do you think your solution may work even if there were different wordpress installs instead of vhost?
Forum: Developing with WordPress
In reply to: Anyone hosts images remotely? (High traffic server)I mean cheap in bandwith terms, we waste lots of bandwith, I’ve found some, if anyone tried tell me how they are:
Provider: Site5
Bandwith: 7.500 Gb
Price: $5/Mo.
Url: https://www.site5.com/hosting/Provider: Lunarpages
Bandwith: 15.000 Gb
Price: $6.95/Mo.
Url: https://www.lunarpages.com/index.phpProvider: StartLogic
Bandwith: 15.000 Gb
Price: $5.95/Mo.
Url: https://www.startlogic.com/startlogic/index.bmlAlso https://www.hostmonster.com/ and https://www.bluehost.com/
But this is going off-topic, anyone technically has done this or has any ideas on doing it?
Forum: Fixing WordPress
In reply to: Get Author ID in PHP Variable when Single PageYou can always use https://guff.szub.net/2005/01/31/get-author-profile/ this plugin.
But what i was looking for is to get the autor ID inside the loop, but in a php variable.
Forum: Fixing WordPress
In reply to: Mass Empty a Category?you can always remove the category and create it again. (if you don’t want to remove the posts, because they will be moved to the default category.)
Forum: Installing WordPress
In reply to: Postponing postsThere is a way to do it, but kind a hard:
I used to schedule posts timestamp, to do that I create a xml with the posts, and I modify post date with PHP, then i use the import function in wordpress and voila! posts scheduled.I think the way you need it can be don, and if you have the post in xml, you can allways do a cronjob of import function.