wolfdogg
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Set a page as the default view on blog load?Yep.. that I was. I just loaded the ‘Exclude Pages‘ plugin.. took it right out. Works great.
Forum: Fixing WordPress
In reply to: Set a page as the default view on blog load?Just kind of playing with this after reading this.. and curious.. After doing this, now I have the page I created and the ‘Home’ link showing the same thing. That looks a bit unprofessional. Is there no way to hide the newly created page from showing up in the menu and only displaying when hitting the ‘Home’ link?
Forum: Alpha/Beta/RC
In reply to: Visual Editor broken all the timeSame story here. I’ve tried everything. There’s a multitude of posts on this subject. Nothing works though and most are unresolved. When I went to bed last night, I had a visual editor, today.. nothing and the ‘Code’ tab is there, but doesn’t work. I can remove the ‘use visual editor’ and do everything the hard and crappy way, but isn’t there a main file that controls the visual editor that I could try replacing?
I’ve tried deactivating plugins one by one and that didn’t work. Same results in Firefox for me, as well.
Forum: Fixing WordPress
In reply to: Intranet WordPress Blog / URI to network shares & filesDoes mysql cache it’s queries? Is there a way to clear it?
Forum: Fixing WordPress
In reply to: Intranet WordPress Blog / URI to network shares & filesThis code doesn’t work for me.. wish it did. I too am using WordPress for an intranet site. It was amazingly simple to install after loading WAMP5 online server, which was also amazingly easy to install and implements apache, PHP and MySql for you with just a few clicks.
But, I still can’t put network URLs in my blogroll. It simply doesn’t like them. I thought I had found a better workaround, in going to the MySql database and updating wp_links.link_url. Oddly, MySql takes the changes and they now display correctly in the table, but WordPress still retains the old links. Any idea why?
Is there anyway to customize the above code and make this work? That would be ideal!
Thanks!
Forum: Developing with WordPress
In reply to: How do I make a page with multiple RSS Feeds?Ha.. well, I tell you what.. I will work on the “proper” solution in the next few days and see how I do with it! Stay tuned!…
Forum: Developing with WordPress
In reply to: How do I make a page with multiple RSS Feeds?Well that led me to the solution. I just had to load the Exec-PHP plugin and voila! Shows up exactly as desired now. Thank you!
Forum: Developing with WordPress
In reply to: How do I make a page with multiple RSS Feeds?Ah.. gotcha. Sorry.. brand new to WordPress, as of yesterday. Still trying to make sense of it all. So if I wanted to have my own page with this, I would create a new php page and just upload it to the server?