gcarson
Forum Replies Created
-
Forum: Plugins
In reply to: [Yoast SEO] [Plugin: WordPress SEO by Yoast] Titles not displaying properlyLooks like I found the answer here:
Works now.
Forum: Plugins
In reply to: [Plugin: Search and Replace] Can't Find After InstallOK, it all of a sudden appeared for a little and now disappeared again. Anyone else have these odd experiences with this plugin?
Forum: Plugins
In reply to: [Contact Form 7] Getting hits on Contact Form 7 Ajax callHmmmm maybe no one else is having this issue?
Forum: Fixing WordPress
In reply to: Category Page URLOK figured it out. Plantinum SEO was putting in canonical urls for the category pages. For just 2 of my categories it was adding in the extra /parent/ as that’s what was returned from the get_category_link function.
I decided to hack Plantinum SEO and add an if else statement to show the canonical URL I want for those two categories.
Hope that helps someone.
Forum: Fixing WordPress
In reply to: Category Page URLHmmm.. Looked through it but I don’t see where it talks about the category page URL and the parent / not parent category showing in the category page’s URL. I’m guessing a redirect will work for this but didn’t know if there was something else.
Forum: Plugins
In reply to: [Plugin: Search and Replace] Can't Find After InstallJust to add, when I try to access directly the page at
wp-admin/tools.php?page=search-and-replace.php
I get a warning You do not have sufficient permissions to access this page.
Forum: Plugins
In reply to: [Plugin: Search and Replace] Can't Find After InstallI guess no one else has this problem?
The screenshot on the plugin page shows it under ‘settings’, the instructions say its under ‘tools’ but it doesn’t appear to be anywhere?
Forum: Hacks
In reply to: Custom WordPress LoopThank you for this! I have to admit, that looks like a foreign language to me. I think it might be time to upgrade to 3.1 to get those new easier commands.
I tried it and got this error:
MySQL server version for the right syntax to use near '->posts wposts INNER JOIN $wpdb->postmeta wpostmeta ON ( wposts.ID = wpostme'
I’ll have some time tomorrow to review and if I figure it out, I’ll post for all.
Forum: Hacks
In reply to: Custom WordPress LoopNo I haven’t. I read about what I posted above from another help topic. Modified as I needed, but couldn’t figure out how to add an additional parameter to for only certain categories. I use similar queries as above throughout my site.
Thanks for the link. I’ll take a look at that post. I’ve read some of their other tutorials and its usually good stuff. Problem is… I’m still on 2.9.. not 3.1 yet. So maybe I should update first. I haven’t updated as I hacked alot of the code and plugins to get my sites to work the way they do. I’m nervous about updating for sure!
Forum: Hacks
In reply to: Get Post Count for Multiple TagsI guess this isn’t possible?
As a workaround, I’ll have to set up a cron job get the info with multiple get_terms calls and put the results in a database. Then, each time a page is called I can just do 1 DB call to this instead up multiple get_terms calls each time.
Hope that makes sense.
I think you need to post your own question and not hijack other threads.
Best of luck
Wish I could help mail. I’m going to do a separate wordpress install on a subdomain like m.mysite.com. Point that install’s to the original database and do a very toned down mobile site.
Forum: Plugins
In reply to: [WP Tuner] [Plugin: WP Tuner] Breaks wp 3.01Same thing. I had to delete the folder off my server. Too bad. Wonder if it will ever get fixed?
Forum: Fixing WordPress
In reply to: Get a Post's Tag from DatabaseWow, thank you for that. I’m not good with sql searches, I probably would have done a search, saved the result, did another search, saved the result, etc etc. The JOIN and ON commands are a little beyond my comprehension.. but with your example, I can see how it works. And work it did on the first try. Wow, thank you for this.
Forum: Plugins
In reply to: [Plugin: CSV Importer] Call to undefined function post_type_exists()Sorry dvkob.. I get a little tense when something breaks. I didn’t mean to come off as an ungrateful! This plugin is really great and I can’t tell you how many hundreds of hours its probably saved me over the time. Thank you for your time and thank you for the fix.