dchernik
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Loading 2 Blogs with require_once(‘wp-load.php’)Worked like a charm. Ty.
Forum: Fixing WordPress
In reply to: Loading 2 Blogs with require_once(‘wp-load.php’)bcworkz, thanks. I’ve noticed that using
$wpdb = new wpdb(...);
works only after adding
$wpdb->set_prefix('wp_');
on the next line.Another problem is that functions like
the_permalink()andthe_excerpt()still return the old path even after the connection has been swapped.Any ideas?
Forum: Fixing WordPress
In reply to: Loading 2 Blogs with require_once(‘wp-load.php’)Hmm, this may not be possible, since it requires redefining constants like DB_NAME.
Forum: Fixing WordPress
In reply to: Older posts / Newer posts Links Not Working in a CategoryThe solution in this case was not to replace the theme (which I kept) but to switch the provider from Yahoo! to SiteGround.
Yahoo! has legacy systems and strange configurations, and I don’t recommend it to anyone.
Forum: Fixing WordPress
In reply to: Older posts / Newer posts Links Not Working in a CategoryGood advice, it works with Plain permalinks, and I just looked at my theme (which I like), and it was last updated on January 28, 2011. So, I may have to get a new theme. Thanks!
Forum: Fixing WordPress
In reply to: Showing Several Posts on HomepageOK, got it… getting acquainted with query_posts(). Could have saved myself some time with it rather than hacking my way through.
Forum: Requests and Feedback
In reply to: Reposting with Pretty HyperlinksChrisber, that would mean duplicating content which is something best avoided.