suntower
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Add existing images on server to Media LibraryI am familiar with that plug. But I thought the Set Featured Image also allowed one to link an existing image to the Media Library. Isn’t that what the ‘From URL’ tab is for? If not, what?
Thanks,
—JC
Forum: Fixing WordPress
In reply to: Edit Permalinks, Add Tags Buttons Broken In Posts OnlyThanks. There appears to be a conflict between the google jquery.min I have registered in functions.php and the wp-admin.
What’s maddening is that apparently this just started a few days ago and there has been -no- change to any of those php files or the javascript. Maybe it started with updating WP to 3.2.1 but I can’t be sure because none of the users recall when it started happening.
All I know is that when I remove the called to jquery the wp-admin works again.
Any ideas on how to have both working at the same time?
—JC
Forum: Hacks
In reply to: Create Breadcrumb from wp_menuHelp? Don’t mean to sound rude, but what does a guy gotta do to get a reply?
Surely -someone- has done this. In the WP menuing, it keeps track of where you are relative to the home page, so I was hoping to be able to glean something from the various nav_menu functions, but I can’t figure out how to keep track of which -level- the post or page is on.
Ideas?
THANKS!
—JC
Forum: Hacks
In reply to: Create Breadcrumb from wp_menuAnyone?
Forum: Hacks
In reply to: Create Breadcrumb from wp_menuJust to be clear: the issue with the breadcrumb plugs I’ve tried is that they all use a -Category- or a Page -Parent- to determine the trail. That is -not- what my client wants. They really just want the breadcrumb to mirror the main menu.
Forum: Plugins
In reply to: [Sociable] Sociable: Adding Twitter HashtagsAnyone?
Forum: Fixing WordPress
In reply to: Easier Links To Previous PostsThanks, I’ll check it out. I’m kinda surprised no one has come up with this… it just seems so obvious.
Forum: Themes and Templates
In reply to: Search Stopped Working – Template Error?bump. I really need some help with this. As I said in my OP, I’ve gone over the php line by line to compare with a theme that -does- work and I can’t see it. Please?
—JC
Forum: Fixing WordPress
In reply to: Conditional Image Based On CategoryYou rawk!
Forum: Fixing WordPress
In reply to: Create Most Recent Excerpt link On Another Site.FANTASTIC! You rock. Like a hurricane, baby!
Forum: Fixing WordPress
In reply to: Create Most Recent Excerpt link On Another Site.bump. Pretty please. Just a start? All I need is a way to pull in the excerpt of the most recent post to a folder that is -not- part of wordpress as described above.
BTW: I -have- tried searching through this forum, but haven’t been able to find this particular situation. Every reference seems to be for people who want to pull an excerpt into their -blog- and not into another site.
Thanks,
—JC
Forum: Fixing WordPress
In reply to: Create Most Recent Excerpt link On Another Site.Bump.
Anyone? I want to clarify that I understand how to get the excerpt if my site folder was the same as the wordpress folder. What I don’t get is how to reference the php functions from outside of the wordpress folder.
Can someone give me a start?
TIA,
—JC
Forum: Themes and Templates
In reply to: incorporating theme into existing web site…I want to add that what I’m trying to do is be able to refer to images and hrefs from the main site while still in the wordpress blog pages. Is there a way to ‘add a path’ to the blog so that I don’t have to recode every href or src with an explicit path?
TIA,
—JC
Forum: Themes and Templates
In reply to: incorporating theme into existing web siteOK the problem was that my isp had not enabled php includes. That’s sorted. But I’m still at a loss.
What I want to know is how to integrate the -directories- of my main site into the wordpress posts. IOW: my blog is in a /wordpress directory beneath the main www site.
Now… if I ‘include’ the menu code into the blog, then the hrefs are invalid because the blog ‘lives’ in the wordpress directory. So… how does one set the ‘path’ (to borrow from OS programming) so that when I click on a menu item, I move to the main site for all hrefs but then I properly go back to the /wordpress folder when the link goes to a blog post?
Does any of that make sense?
TIA,
—JC
Forum: Themes and Templates
In reply to: incorporating theme into existing web site…and here is an example of the error if I try to use require_once()
Warning: require_once() [function.require-once]: URL file-access is disabled in the server configuration in /home/suntower/www/www/wordpress/wp-content/themes/stripped-mc/header.php on line 38
Warning: require_once(http://www.suntowermusic.com/sidemenu.shtml) [function.require-once]: failed to open stream: no suitable wrapper could be found in /home/suntower/www/www/wordpress/wp-content/themes/stripped-mc/header.php on line 38
Help?