|
More site info...
How-To and Troubleshooting | Forum profile
|
|
Forum profile page for How-To and Troubleshooting on http://wordpress.org.
This report page is the aggregated overview from a single forum: How-To and Troubleshooting, located on the Message Board at http://wordpress.org.
This forum profile page summarizes the general forum statistics such as: Users Activity, Forum Activity, and Top Authors, which are reported in either a table or graph below for a given reporting time period.
Additional forum profile information for "How-To and Troubleshooting" on the Message Board at http://wordpress.org is also shown in the following ways:
1) Latest Active Threads
2) 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 forum's popularity and/or exact posting volumes at any given reporting period.
|
|
|
|
|
Posting activity on How-To and Troubleshooting:
|
|
Week
|
Month
|
3 Months
|
|
Threads:
|
2,009
|
7,355
|
22,917
|
|
Post:
|
4,235
|
15,700
|
49,123
|
|
|
How-To and Troubleshooting Posting activity graph:
|
Top authors during last week:
user's latest post:
Can't add tags to posts
Published (2009-11-08 23:36:14)
Not sure. Some guesses: check with host and make sure enough disk space especially where MySQL would create tmp files. Try repairing your database tables.
user's latest post:
<?php wp_list_categories();...
Published (2009-11-05 17:27:23)
Try adding a link to each post header in category.php or archive.php: <h2><a href="<?php the_permalink() ?>" rel="bookmark" title="Permanent Link: <?php the_title(); ?>"><?php the_title(); ?></a></h2> Or change <?php the_excerpt();?> to <?php the_content();?> . The...
user's latest post:
Wordpress and Redirecting Root...
Published (2009-11-08 20:55:03)
So what do want as a root URL? Your domain, or /blog/welcome/ or /blog/, or what? Seems like you're using a sledgehammer; this might be much easier: Giving WordPress Its Own Directory « WordPress Codex .
user's latest post:
Title within Google
Published (2009-11-08 12:57:47)
Give it time. Google probably haven't recrawled your site since you changed it. Once they do, give it a couple of days and any changes usually show in their index. It's not an instant thing. Just be patient.
user's latest post:
[newbie] How to not place posts...
Published (2009-11-07 15:59:04)
querystring like Page?id=4 isn't very SEO optmizied IMO, instead I would like to specify that for example the url of this page should be domain.com/fancycars.php (in that way I can use my keywords i optimize for in the file name). I explained how to do that earlier: set your permalinks to a custom permalink of /%postname% Settings / Permalinks in Admin That's not going to give you .php at the end but you can add that too - its not...
user's latest post:
Blank draft pages
Published (2009-11-08 12:03:29)
Its stilll very strange that I could not view the draft pages when not logged into the site under my wordpress login information. drafts are only supposed to be seen by admins or editors
user's latest post:
Hack Warning
Published (2009-11-06 16:42:22)
you've gone through every folder on your host? It's a pain... I think I've finally got everything clean. I had a test.php file hidden 3 levels deep in my shop in a different directory. I just found 2 more whatever.php files in a 2008 uploads folder of a different WP install Those allowed people to change my main WP install....the only way I found them was by noting the timestamp of an altered file, then checking my server logs...
user's latest post:
Query Children Of A Page Issue
Published (2009-11-08 20:03:02)
Well paging should work, on the pages themselves, at least for paging of some kind, as the rewrite rules exist... However, creating lots of pages in this fashion will increase your rewrite rules by large amounts (a new rule is created for every page - pages are intended for static content), relying on category (or taxonomy) sorting would be far less intensive (posts use a more simple approach so don't fill up the rewrite list in the same...
|
|
|
|
Latest active threads on How-To and Troubleshooting::
Started 2 days, 15 hours ago (2009-11-07 12:51:43)
by wordprest
1- theme is not widgetizable.
2- footer info are there; or as they are, or in crypted code.
anyway removing these info would break licence agreement.
Started 2 days, 14 hours ago (2009-11-07 14:04:12)
by songdogtech
Hypothetical situations don't get us very far. Why not post the site URL so people can have a look at the source code?
Started 5 months, 4 weeks ago (2009-05-14 15:35:20)
by ozzyfries
You must install the jQuery Form Plugin beside contact form 7, no ?
Started 2 months ago (2009-09-04 07:21:33)
by rpb1001
OK - ignore this - going to use a template made by someone who knows what they are doing! Problem is with some wordpress call I am missing.
Started 2 months, 3 weeks ago (2009-08-16 09:39:36)
by lzsloan
Just check this out, this might give you an idea of what to do. Haven't encountered this.
1) edit qtranslate_hooks.php and add this
Code: Select all
add_filter('get_bookmarks', 'qtrans_useCurrentLanguageIfNotFoundUseDefaultLang uage',0);
2) Use [:de] etc. quicktags to build your link name.
Liza
Started 1 month, 3 weeks ago (2009-09-17 02:52:34)
by mercime
Did you run Settings > Permalinks after upgrading? Sometimes, that's all it takes.
Started 4 months, 3 weeks ago (2009-06-17 15:36:48)
by sybold
yep sort of, except for the part when you place each picture into the post,
the gallery page which should be made automatically loads but doesn't contain any pictures. kinda weird hope there is a fix for it
here some screenshots
screen 1
screen 2
screen 3
screen 4
images were uploaded with the flash uploader, that went ok
|
|
Hot threads for last week on How-To and Troubleshooting::
Started 6 days, 10 hours ago (2009-11-03 18:28:22)
by alism
Duplicate:
http://wordpress.org/support/topic/327642
Started 1 day, 19 hours ago (2009-11-08 09:07:28)
by samboll
here is my best guess
your 2nd install has the same database and tables as your 1st install
iow, your 2nd install wp-config.php has the same db info (which is fine) and also the same $table_prefix (which is bad)
so - change the 2nd wp-config.php 's table prefix to something else like
wp2_ and you will need to run the installer again
otherwise both blogs will be trying to share info ...
Started 4 days, 22 hours ago (2009-11-05 05:52:30)
by songdogtech
Your page source shows:
<link rel="shortcut icon" href="http://www.dpwatch.com/wp-content/themes/tec hnical-speech/ favicon.ico" />
so it's looking for the favicon in the theme folder and not in root - www.dpwatch.com/favicon.ico - where the favicon is right now. The "Extended Theme" options are wrong, but you can move the favicon to your theme folder.
Started 2 days, 15 hours ago (2009-11-07 12:51:43)
by wordprest
1- theme is not widgetizable.
2- footer info are there; or as they are, or in crypted code.
anyway removing these info would break licence agreement.
Started 1 week ago (2009-11-02 08:19:17)
by MichaelH
Since you are using Author Templates you just need to create an array of all the categories from get_the_category(), as you loop through a given author's posts.
Related:
http://php.net/manual/en/language.types.array.php
Function_Reference/get_the_category
Started 3 days, 14 hours ago (2009-11-06 13:59:02)
by kiano.ro
yes, it might be. to be onest i have never seen this before. maybe your browser is the quilty one.
Started 6 days, 11 hours ago (2009-11-03 17:17:33)
by MichaelH
Don't know why you would need this:
<?php wp_list_authors ?>
Can only guess that's causing the admin user to be listed and you have it in a foreach loop.
Started 2 days, 11 hours ago (2009-11-07 17:40:49)
by yankeesdaily
Yeah, hello? Is anyone here?
Started 1 day, 19 hours ago (2009-11-08 09:00:38)
by MichaelH
<?php
// on a page, get category that has slug equal
// to the page slug, display posts in that category
if ( is_page() ) {
$page_name = $posts[0]->post_name; //or use $posts[0]->post_title
$category = get_term_by('slug',$page_name, 'category');
if ($category) {
$args=array(
'category__in' => array($category->term_id),
'post_type' => 'post',
'post_status' => ...
Started 1 week, 1 day ago (2009-11-01 12:29:43)
by songdogtech
You must have deleted a closing tag. Post your your site URL so people can look at it or use the code validator at The W3C Markup Validation Service to find your code errors.
|
|