|
More site info...
WordPress Support - wordpress.org | Site profile
|
|
Site profile page for http://wordpress.org.
This report page has aggregated and summarized the online discussions from the Message Board located at http://wordpress.org.
This site profile page outlines general site statistics such as: Users Activity, Site Activity, Site Rank, and Top Authors, which are reported in either a table or graph below for a given reporting time period.
Additional site profile information for http://wordpress.org is also shown in the following divisions:
1) Top 10 Active Forums during Last Week
2) Top 10 Site Forums
3) Latest Active Threads
4) Hot Threads for Last Week
Warning: These statistics are generated using 'best efforts' and can experience delays and reporting errors at times. Please note that such statistics do not constitute a site's popularity and/or exact posting volumes at any given reporting period.
|
|
|
|
|
Posting activity table on WordPress Support:
|
|
Week
|
Month
|
3 Months
|
|
Threads:
|
3,564
|
16,576
|
50,563
|
|
Post:
|
6,654
|
30,498
|
95,437
|
|
|
Authority Badge:
|
|
|
BoardReader Authority Badge code for WordPress Support (http://wordpress.org)
|
|
Put this code anywhere on your forum page:
|
|
|
|
|
|
|
|
Rating - The position measured by activity among all forum sites tracked by BoardReader.
If rating is 10 there are 9 forum sites which have higher activity.
Posts - Number of posts on forum site during last 7 days.
Threads - Number of threads on forum site active during last 7 days.
Authors - Number of authors which contributed to the site within last 7 days.
|
|
|
|
|
WordPress Support posting activity graph:
|
|
http://wordpress.org Alexa graph:
|
Top authors on WordPress Support during last week:
user's latest post:
List a selected parents subpages...
Published (2009-11-20 19:44:27)
Should this: echo get_post_meta($post->ID, $key, true) be: echo get_post_meta($pageChild->ID, $key, true)
user's latest post:
Transferred blog to different...
Published (2009-11-20 17:03:53)
I've used those plugins many times, and they're a bit easier than using PHPMyAdmin for quick database things. Absoulte paths for some URLs might be required for localhost; I've needed to use them under apache on OS X. If possible, you can use bloginfo functions in theme files and also in posts/pages if you use a plugin to exceute php; I use these all the time: <?php bloginfo('template_directory'); ?>...
user's latest post:
Links not listing
Published (2009-11-20 16:25:36)
did you add the links widget to your sidebar?
user's latest post:
Filtering post_results
Published (2009-11-19 19:05:51)
You have to modify the search template to add the query vars onto the end of the link it presents. That is what these two methods are for. What happens is WP discards qvars it doesn't know of from URL's. You have to register your qvar with WP so to speak. That is what the two methods are for. The first method lets you access them as $_GET in the receiving program, the second adds them to WordPress internal qvar structure so they are...
user's latest post:
wp list bookmarks formatting
Published (2009-11-20 19:39:18)
Are you asking how to truncate the link text? somesuperduperlongtitle becomes.. somesuperduper...
user's latest post:
My side bar are shifted
Published (2009-11-20 20:25:53)
Post a link to the site with the problem so that others may see it and offer informed suggestions on how it might be repaired.
user's latest post:
User avatars in comments
Published (2009-11-20 19:59:01)
Isn't there a 'don't show avatars' option on the same page?
user's latest post:
Better update instructions?
Published (2009-11-20 17:28:23)
Actually, I'm pretty certain that it was a direct link to the zip archive. I never left my admin page. Yeah, I guess not if you download directly from the admin nag messages.
|
|
|
Top 10 active forums on WordPress Support during last week:
|
|
Top 10 forums on WordPress Support:
|
|
|
|
Latest active threads on WordPress Support:
Started 1 day, 7 hours ago (2009-11-20 20:26:53)
by zgrossbart
I was able to find a solution to this issue by looking at the implementation of publishing posts in post.php. If I set a value for edit_date in my post before I call wp_update_post everything works. I'm curious if this is the right change. Has anyone else tried this?
Thanks,
Zack
Started 1 day, 7 hours ago (2009-11-20 20:25:53)
by ClaytonJames
Post a link to the site with the problem so that others may see it and offer informed suggestions on how it might be repaired.
Started 1 day, 8 hours ago (2009-11-20 19:28:27)
by alism
:-(
Couple of links to get you started:
http://codex.wordpress.org/FAQ_My_site_was_hacked
http://smackdown.blogsblogsblogs.com/2008/06/24/ho w-to-completely-clean-your-hacked-wordpress-instal lation/
You should really try and find out what the point of entry was too. Are you running some insecure scripts perhaps? Were you running an old version of WP or an out of date plugin perhaps? If ...
Started 1 day, 7 hours ago (2009-11-20 20:20:53)
by ClaytonJames
Open comments.php in the iNove theme folder. Find this around line 123;
<?php _e('Comments are closed.', 'inove'); ?>
Change it to this;
<?php _e('', 'inove'); ?>
See if that does it.
Make a backup copy of the file first, just in case it goes horribly, HORRIBLY , wrong. Just kidding. (not about the backup though).
I think that should work.
:-)
Started 1 day, 15 hours ago (2009-11-20 12:29:35)
by esmi
Try deleting/renaming your . htaccess file(s).
Started 1 day, 14 hours ago (2009-11-20 13:30:09)
by cvedovini
try this in your /wiki/. htaccess file:
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . index.php [L]
</IfModule>
# END WordPress
Started 1 day, 10 hours ago (2009-11-20 17:30:44)
by esmi
What are you using to create these galleries? The native WP gallery? and what would you want to use for the gallery title? The Post/Page title?
|
|
Hot threads for last week on WordPress Support:
Started 1 day, 16 hours ago (2009-11-20 11:28:23)
by MichaelH
Maybe this will help: Upgrading WordPress Extended
Started 2 weeks, 6 days ago (2009-11-02 01:45:01)
by numeeja
The username & password specified in the wp-config, is used by WordPress to access the MySQL database and you never have to input those manually once WordPress is set up.
Once you have set up WordPress, you will initially log in as admin with a system-generated password which is emailed to you. It is advisable to then set up a second administrator account with a strong password, log off and ...
Started 1 day, 19 hours ago (2009-11-20 08:19:17)
by alism
...and breathe.
Hello.
FTP into your site, go into the wp-content/plugins directory and rename the troublesome ' Image Upload HTTP Error Fix' folder to something else.
Then try and get back into your Admin again.
Started 1 week, 1 day ago (2009-11-13 22:08:11)
by MichaelH
Well there's something wrong...
1. Database server is down
2. You've got one or more wrong values for DB_HOST, DB_USER, DB_NAME, DB_PASSWORD in wp-config.php.
Who is your host?
And a link to your domain, if possible.
Started 1 week, 4 days ago (2009-11-10 09:36:51)
by Tinklebelle
I'm on a windows server (1and1 Premier Professional Package if that matters).
However.
I have four different instances of WordPress that I'm hosting and this one is the only one having problems (as far as I can tell - I've looked for the same things I'm dealing with).
Since the last post I've wiped my . htaccess file, switched to the Default/Kubric theme to make sure it isn't a theme-based ...
Started 2 days, 15 hours ago (2009-11-19 12:39:30)
by RVoodoo
is there a problem on line 77 of your wp-config.php file?
Started 2 days, 10 hours ago (2009-11-19 17:18:53)
by MichaelH
Not too sure what 'flag' you want to use, but something like this in a post loop should work:
<?php
//display message if post is less than 46 days old
$mylimit=46 * 86400; //days * seconds per day
//$post_age = date('U') - get_post_time('U');
$post_age = date('U') - mysql2date('U', $post->post_date_gmt);
if ($post_age < $mylimit) {
echo '♥ This post is still new &hearts';
}
?>
Started 6 days, 18 hours ago (2009-11-15 09:57:58)
by MichaelH
Might to review Moving WordPress . And after you moved things use the http://wordpress.org/extend/plugins/search-and-rep lace/ to find and replace the old url/path with the new one.
Started 1 week, 2 days ago (2009-11-12 17:09:51)
by numeeja
you don't edit the default theme you know.
If you want to customise it you should create a new one based on it then it won't be overwritten. Just restore from the backup. You do have a backup don't you?
Started 1 day, 13 hours ago (2009-11-20 14:31:52)
by mikey22
bump (before getting lost)
|
|