deko
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: How to use one stylesheet for several blogs?I think I figured it out.
Here’s the file I changed:
wordpress/wp-includes/functions.php #line 1684Here’s the change:
function get_stylesheet_uri() {
/*
$stylesheet_dir_uri = get_stylesheet_directory_uri();
$stylesheet_uri = $stylesheet_dir_uri . "/style.css";
return apply_filters('stylesheet_uri', $stylesheet_uri, $stylesheet_dir_uri);
*/
return apply_filters('stylesheet_uri', "/style-wp.css", "/");
}Now I can have as many blogs (separate installations) as I want (same theme) and just one stylesheet for all of them.
Still testing, but so far it seems to work.
Forum: Fixing WordPress
In reply to: How to use one stylesheet for several blogs?I tried hard-coding the path to a stylesheet a few directories up but that did not work.
How do I set the stylesheet_url to a different value?
Forum: Fixing WordPress
In reply to: CSS bug in default theme?I am going to report this as a bug.
Forum: Fixing WordPress
In reply to: How to use one stylesheet for several blogs?There are a couple of problems with that idea, but yes, that’s one way. An better way woud be to redefine that tag/variable somehow – if I knew how…
Forum: Fixing WordPress
In reply to: CSS bug in default theme?CORRECTION:
The file to be modified for correcting the problem with line-height with Pages is:
wordpress/themes/default/page.php (line 8).
Again, changing the div tag to ‘entry’ from ‘entrytext’ seems to work.
Why no ‘entrytext’ class in the stylesheet???
Forum: Fixing WordPress
In reply to: I want my CSS – div tags in TinyMCE?Disable the damn thing and everything will be fine 🙂
best advice I’ve ever got on this forum… thanks
Forum: Themes and Templates
In reply to: Why am I asked to authenticate twice with admin login?Thanks for the suggestion, but no luck.
I already have the syntax you suggested in Options >> General
Forum: Themes and Templates
In reply to: How to select only published posts?yes, my bad… A is in fact working.
thx
Forum: Fixing WordPress
In reply to: How to remove links to previous/next posts?10-4. I’m going to disable it until I am done customizing. Let’s hope there’s an on/off button in the admin interface in the next release.
Thanks for the help.
Forum: Fixing WordPress
In reply to: How to remove links to previous/next posts?Okay – code edits are working as desired now. It must have been a caching issue. I deleted code from both index.php and single.php to purposely create an error – NOTHING HAPPENED! The page served up as before.
That cache sucks. Is there anyway to delete it without logging into my host’s control panel and looking for it in file manager? There should be.
Forum: Fixing WordPress
In reply to: How to remove links to previous/next posts?hmmm… no cache folder there either. strange. I do see a cache folder on my testing server, however (does not appear in DW). You would think there would be a way to clear cache from the WP admin interface.
Forum: Fixing WordPress
In reply to: How to remove links to previous/next posts?I don’t see a cache folder in wp-content – at least it does not appear in Dreamweaver remote view… logging into hoting provider’s Control Panel now… will see if I can see it in file manager…
Forum: Fixing WordPress
In reply to: How to remove links to previous/next posts?Yes, I found the next_posts_link/previous_posts_link there as well – I commented them out – no luck. This is weird. I’m thinking there is a cache issue? How to clear cache?
Forum: Fixing WordPress
In reply to: How to remove links to previous/next posts?Yeah, you would think. I tried sticking some text in that div – it did not print. Apparently that code is used here ?
still troubleshooting…
Forum: Everything else WordPress
In reply to: Please Recommend Hosting SolutionI have not yet signed up, but I’ve been looking at InMotion Hosting –
http://www.inmotionhosting.com/