Alexandar Tzanov
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Multiple Duplicate posts and pagesThank you. I will try that.
Forum: Your WordPress
In reply to: REQ: Suggestions or critiques for a template…looks very nice, i like the vertical movement of the pages. It will be great if in the future you offer this theme to other WP users.
Forum: Fixing WordPress
In reply to: pop up calendar or..?If you are going to use the page editor you will have to use the runPHP plug-in, that way the php code will be parsed by the browser. Same applies to posts.
RunPHP http://www.nosq.com/blog/2006/01/runphp-plugin-for-wordpress/
Forum: Fixing WordPress
In reply to: Adding to my websiteThis is what i used back in the day and will soon again:
add in the beginning of your php file<?php
require('<blog dir>/wp-blog-header.php');
?>add this where you want the news to appear
<?php
include(“<blog dir>/index.php?cat=<put your news category number here>�);
?>this should work, if it doesn’t i could look more into it or you can search the codex and the forums.
Forum: Plugins
In reply to: Including other RSS Feeds as Posts (not sidebar)?feedList http://rawlinson.us/blog/?p=212
Forum: Plugins
In reply to: Error with Akismet – Invalid Keyafter upgrading to 2.0.1, i stared having the same problem. For me it came from copying and pasting. All i had to do is hand type the key and the problem was solved.
Forum: Fixing WordPress
In reply to: Adding to my websiteIf you are going to use a wordpress page, then you can use runPHP, feedlist and the RSS from wordpress.org
runPHP: http://www.nosq.com/blog/2006/01/runphp-plugin-for-wordpress/
feedlist: http://rawlinson.us/blog/?p=212
RSS feed from wordpress.org: http://wordpress.org/development/feed/
you can use this with any feed from any site
Forum: Plugins
In reply to: Index.php -> only 1st Catwoot, found this through google
thanks codergurl, it worked, woo hooForum: Fixing WordPress
In reply to: Link menus overlapping after adding additional catOk, now that you said that there is a conflict because of the same names, I went and renamed my link category and that fixed it. Thanks.