bbuster79
Forum Replies Created
-
Forum: Plugins
In reply to: Updating a Plugin's readme.txt FileSo I noticed in the repository my readme.txt file is showing the current and correct formatting, but it’s still not showing the updated version on my plugin description page. Any ideas????
Forum: Fixing WordPress
In reply to: Irratic XML Feed Behavior!!!Been struggling with this problem all weekend.
I’ve verified there’s nothing weird in the content that could be breaking my tree structure.
I’ve even tried using ob_start() at the beginning of the file then flushing the output after the script runs.
After all the searches I’ve ran, I can’t find another single person to encounter this problem. The most similar problems are people with ALL broken RSS feeds. Most my feeds work. It’s just this one single feed that’s causing a problem…
Forum: Plugins
In reply to: Create Hierarchical Taxes for State / CitiesI was a little confused by the following post but it looks like they are interested in performing the same type of logic as me.
http://wordpress.org/support/topic/how-to-list-2nd-level-of-a-taxonomy-terms
Would the methods outlined in this post work for what I’m trying to accomplish.
Forum: Themes and Templates
In reply to: Using img Tags for Custom MenusI would use css for backgrounds but I’m asking about image links.
I found inputting img tags into the label fields does work. But you have to enter the absolute file path. Unless I’m doing something wrong, you can’t call the image using a relative file path. It make it more tedious to code and is more labor once I port my test site to a production environment