rosspub
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Job Manager] Uploaded image not displayed in job formI am having the same problem. When someone submits a new listing, neither the image shows on the preview or uploads to the library. How can this be fixed?
Forum: Plugins
In reply to: [SportsPress - Sports Club & League Manager] Ties in League StandingsI have a question about League Standings. So, Ties seem to be giving me a problem. In our league if a team has a 2 – 2 – 1 record it is position lower then someone that has a 2-2 record. Now, If the team that has a 2-2-1 record beat the team with the 2-2 record, they should be above them in the standings.. But, it has them below them in the standings. Hopefully this makes sense, but I am trying to figure out a way to make this work.
Forum: Fixing WordPress
In reply to: Need HELPAlso, What I noticed….
with wp_list_categories, it only shows on that taxonomy page it is calling. how do I call it regardless if you are on that page?
Forum: Plugins
In reply to: [Custom Post Type UI] remove links on the taxonomy termHope that helps
Forum: Plugins
In reply to: [Custom Post Type UI] remove links on the taxonomy termThis is pretty simple just replace this: $term_links[] = $term->name ; with this below: There are two. One with post count and one with out this is without postcount: $term_links[] = '<a href="' . $link . '" rel="tag">' . $term->name . '</a>'; This is with post count: $term_links[] = '<a href="' . $link . '" rel="tag">' . $term->name . ' - ' . '(' . $term->count . ')' . '</a>';Forum: Plugins
In reply to: [Widget Logic] Widget Logic not working with TaxAlso, in the 1st comment, There is a space before the ||
I for got to add the space when writing the post
Forum: Plugins
In reply to: [Widget Logic] Widget Logic not working with TaxAlso forgot to note: If I write it in a my sidebar.php it works fine, but it will not work using the widgets