amyrogers
Forum Replies Created
-
Forum: Plugins
In reply to: [Plugin: WP-Table Reloaded] Sort more than one column?Thanks, Tobias. I rentered the code and it’s working again, but my main concern was the code that I entered before disappeared for some reason. I wondered what caused it to go away?
Also, I had
"bAutoWidth": false
in that same field before and that one disappeared as well. In the end I didn’t need it, so I did not think much of it until the same incident happened with the sorting code.Any suggestions will be appreciated.
AmyForum: Plugins
In reply to: [Plugin: WP-Table Reloaded] Sort more than one column?HI Tobias,
We moved it last night to it’s new permanent location at https://bit.ly/5rpOxw. Please check again.
Amy
Forum: Plugins
In reply to: [Plugin: WP-Table Reloaded] Sort more than one column?(The link above takes you to a page that warns you that it may be a spammy site, but it’s actually a development area on a new host [for us].)
Forum: Plugins
In reply to: [Plugin: WP-Table Reloaded] Sort more than one column?Hi- For some reason the code I added
"aaSorting": [ [1,'asc'], [2,'asc'] ]
did not stick. In fact, when I went to check on it in the DataTables Javascript Features section, the above code was gone, or at least not visible in the Custom Commands field.
Here’s a link to the table on the site. https://bit.ly/7AkhCi
I want the Author be sorted first then the Date when the page is loaded.
Any suggestions how to fix this?
Forum: Plugins
In reply to: [Plugin: WP-Table Reloaded] Sort more than one column?It works beautifully. Thanks!
Forum: Plugins
In reply to: [Plugin: WP-Table Reloaded] Sort more than one column?Wow, that’s cool! Am I correct that I cannot make this a default setting at the back-end so when the page is first loaded it will sort the two columns? It’s already set to sort in one column, but I see no option to sort also another column at the same time.
Thanks!
Forum: Fixing WordPress
In reply to: wp_list_categories() doesn’t list categorieselizabethrichardson and stvwif, thanks so much for your update. You just saved me tons of investigation time. -Amy
Forum: Themes and Templates
In reply to: Parent page IDThis element disappeared in WP 2.5. So, where do I find the ID in this version?
Forum: Fixing WordPress
In reply to: Displaying the latest post title on a regular home pageThanks very much, Kafkaesqui. I thought “wp-blog-header.php” was just a placeholder for the real thing. I got it working now. PHP is amazing.
Forum: Fixing WordPress
In reply to: “–>” showing at the end of a single postSolved this problem. In the single.php file, uncommenting a section of code got rid of the straggly end part of the comment.
Forum: Themes and Templates
In reply to: “–>” showing at the end of a single postSolved this problem. In the single.php file, uncommenting a section of code got rid of the straggly end part of the comment.
Forum: Fixing WordPress
In reply to: Edit is stripping out table <caption> elementTurning off the visual code solved this problem. Thanks moshu!
Forum: Everything else WordPress
In reply to: Skype code hack?thanks, webmeba. good idea.
Forum: Fixing WordPress
In reply to: Formatting stripped in CategoriesThanks, moshu for directing me to the right place. I was dense on this topic. No need to get snippy about it.
Forum: Fixing WordPress
In reply to: Formatting stripped in CategoriesThanks moshu.
I read about the themes and templates and studied the ones I use and am unsure what exactly should I be looking for? I don’t see any references where WP strips table and style formatting from the posts. What do I need to look for?