madaracs
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Rock Star] Theme changes in the ticker are lost.Called my hosting provider. Turns out they had an old version of php installed which was causing problems. They upgraded php to php7, fixed the ownership, and re-synched the main account password. It’s now working.
Forum: Plugins
In reply to: Get Recent CommentsWordPress 2.8 appears to break this plugin. This is not the only wordpress recent comment plugin that is broken either. It looks like they changed a call or something. At any rate, the plugin does not receive updates anymore.
Sadly, I had to get my RSS and Podcasting working so I switched plugins. I wish I could use the Podcasting one because it’s much lighter weight and was super slick to use.
Forum: Fixing WordPress
In reply to: get_links wp_list_bookmarks and link problems with 2.1.3Got it! Here is what I had to do for my final syntax:
<!-- Begin FindItBuildItShop --> <div class="menuheader"><div><?php _e('Find It Build It Shop:'); ?></div></div> <ul id='Bookmarks FindItBuildItShop'> <?php wp_list_bookmarks('categorize=0&category=20&title_li'); ?> </ul> <!-- End Links FindItBuildItShop -->
Note that I actually had to keep categorize in as an option and set it to ‘0’ I also had to add &title_li with no variable to send a null for the titles.
Everything looks good!
Forum: Fixing WordPress
In reply to: get_links wp_list_bookmarks and link problems with 2.1.3Changed it but the result is the same. I still see the title. Here is the syntax:
<div class="menuheader"><div><?php _e('Find It Build It Shop:'); ?></div></div> <?php wp_list_bookmarks('category=20'); ?>
Forum: Fixing WordPress
In reply to: get_links wp_list_bookmarks and link problems with 2.1.3Thank you Otto42 for your speedy and helpful response.
Ok, I see that works. It’s a real bummer that not all of the features listed work yet.
Is there a way to preclude the header now? For instance I specified ID 20 but when the links are displayed they list it’s header as well:
Find It Build It Shop
* Abandonia!
* Best Electronics California
* Collectors Cards and Games
* Game CrazyCan I get “Find It Build It Shop” to go away?
Forum: Fixing WordPress
In reply to: Slow Comment PostingFor those of you having this problem I’d like you to tell me what server platform you’re running. Is MySQL on Windows or is it a Linux/Unix/FreeBSD/Darwin server?
I have a friend who is currently running a Windows 2000 server with current Service Packs and MySQL 5. I’m running a Linux server with MySQL 5. He has slow responses back on comments. I do not.
Fess up… Whatchoorunnin’?