vachi
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Giving WordPress to its Own Directorydo you have ftp access to your site, or a cpanel or such file manager access to your site?
Forum: Fixing WordPress
In reply to: Http 500 Internal Server Error when adding a commentit must be yours theme, what theme are you using, try the default theme and see if you continue to get error
Forum: Fixing WordPress
In reply to: How to add Archive and Calendarthe archive page is custom made, in your theme folder you can include a archive.php file, there you customize how you want the archive page to be shown
check out this page
http://codex.wordpress.org/Creating_an_Archive_Indexalso a good theme to start from is sandbox http://www.plaintxt.org/themes/sandbox/
you can customize there archive.php file
Forum: Fixing WordPress
In reply to: Using Go Live to edit sites on Word Pressif you must use a GUI app, i say use dreamweaver, it will not touch your wp code, and it does help with your coding if you are a beginner 🙂
Forum: Fixing WordPress
In reply to: Custom menu tabs on K2you can use permalinks and make the folder the link, but in k2 you can add the links manually,
for example yoursite.com/blah
you can make a page named blah and change teh permalink to blah
when the user clicks teh blah link they will end up to yoursite.com/blahmake sure you have permalinks on
yoursite.com/wp-admin/options-permalink.php
also try to not use the date ones, i suggest just simply using/%postname%/Forum: Fixing WordPress
In reply to: widgets locationyou put the file in teh plugins folder
Forum: Fixing WordPress
In reply to: Using Go Live to edit sites on Word Pressis this resolved, please make it resolved!
Forum: Fixing WordPress
In reply to: WP and WP-MU Questionhere is link that has what your are looking for
http://mu.wordpress.org/forums/topic.php?id=5421Forum: Fixing WordPress
In reply to: Using Go Live to edit sites on Word Pressok what do you mean using golive,
one problem that you will create by using golive is that golive unlike dreamweaver likes to add its own code that usually breaks original pages
i mean for simple editing golive will do just fine, but what is it that you really want to edit on your wordpress site?
Forum: Fixing WordPress
In reply to: dropping the /wordpresshttp://codex.wordpress.org/Moving_WordPress#Moving_WordPress_Within_Your_Site
this is your answear 🙂
Forum: Fixing WordPress
In reply to: Basic integration into main websiteok so what is your main site built as, is it static pages or php, you can call on wordpress posts individually or you can just have it included, like
<?php include("thelooppage.php"); ?>
where teh loop page would be your custom page where you would call on teh posts the way you want,ohh thelooppage.php would have to be a direct adress like yoursite.com/wp/wp-content/theme/thelooppage.php
Forum: Fixing WordPress
In reply to: New theme and now comments won’t workok maybe try this
<?php comments_popup_link('No Comments »', '1 Comment »', '% Comments »'); ?>and just call on the comments with
‘ <?php comments_template(); ?>
‘i just want to see what will happen, just a small test
why would it be the internet :), the wordpress error page is self explanatory, this cants be the “internet” the error means that your database is missing or there is no connection to your localhost MYSQL, the best thing for you to do to rule out all the possible causes to to install a new TEST wordpress in another folder and under anew database user and so on, and see if it works, if it does than its a wordpress file that is broken or you have broken it, if it too does not work than you should contact your hosting company because it must be the mysql
Forum: Fixing WordPress
In reply to: WordPress Stats currently broken?nop work fine for me, but they did make an update to the stats
Forum: Fixing WordPress
In reply to: Is there any way to give subscribers a public profile?there is a plugin to do this, http://wordpress.org/extend/plugins/el-aleph/