Ryan S
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Reverse Chronological Order of CommentsCorrect. Look at Other comment settings.
Comments should be displayed with the [DROPDOWN] comments at the top of each page. Select your option.
Forum: Fixing WordPress
In reply to: How can I allow anyone to post without requiring them to login?Yes, this thing is possible but requires a lot of coding. I suggest making comments on your posts..
Forum: Fixing WordPress
In reply to: Link to Past PostsCheck out this:
http://codex.ww.wp.xz.cn/Template_Tags/next_post_link
<?php next_post_link('format', 'link', 'in_same_cat', 'excluded_categories'); ?>Forum: Fixing WordPress
In reply to: Should I upgrade to 2.8?May be that this version is not that good like the previous releases, but we should consider the security. We always should upgrade to the latest version to avoid security holes.
Also, many bugs are fixed in this version. So I suggest upgrading..
Forum: Fixing WordPress
In reply to: Remove a subscriberIf you are admin, or have admin level rights, you can remove subscribers from your dashbord, from users option.
In database, go to wp_users table and click on browse. You will find a list of users. Click on the delete option
Forum: Fixing WordPress
In reply to: How do I hide text?where do you want to have this option? In search results? No this is not possible.
Forum: Fixing WordPress
In reply to: Installed New WordPress….ERRORyes, sometimes a fresh copy can also have a bug. check this:
http://ww.wp.xz.cn/support/topic/279975?replies=1
I am not sure about this error, but this is the code:
$data = $this->_weak_escape( $data );so try removing space between ( and $
This should solve the issue
Forum: Fixing WordPress
In reply to: How to make Articles page that’s seperate from blogno, in this case, you will have to manage both installation from different dashboards. They will be completely different.
There should be some other way to achieve this, but I dont know how.
Forum: Fixing WordPress
In reply to: I`ve just upgraded..Do you have the backup??
Restore it..
Manually upgrade the blog using steps mentioned here:Forum: Fixing WordPress
In reply to: Changing blog url in general settingsit is at the bottom or the page. If it is not there, then you are in trouble (I dont think should be the case).
If it is not there, try reuploading wp-admin and wp-contents folders
Forum: Fixing WordPress
In reply to: Current page id outside the loopI have once used $wp_query->post->ID, and it worked fine. But I am still not sure about it..
Forum: Fixing WordPress
In reply to: How to make Articles page that’s seperate from blogyou can do one thing. Install one more wordpress into a sub folder (or subdomain). And then in your sidebar, you can give links to users to brows those categories..
Forum: Fixing WordPress
In reply to: wordpressmu running, now i want to add moreif you give us a URL of your site, we can help you better.
Also, make sure it is not being added as http://ideas.corporate
Forum: Fixing WordPress
In reply to: PermalinksThe same question here. I had my permalinks as /%postname-%post_Id%/ and now I changed it to /%category/%postname%/. But my old links are bookmarked by a lot visitors and also are crawled by search engines. Is there anything I can do?
Forum: Fixing WordPress
In reply to: [Plugin: NextGEN Gallery] Images showing up twice?check in your gallary, make sure the images are not uploaded twice.. (I know this seems stupid, but just to confirm).
Also, try deactivating and then activarting the plugin