Title: csharpcoder's Replies | WordPress.org

---

# csharpcoder

  [  ](https://wordpress.org/support/users/csharpcoder/)

 *   [Profile](https://wordpress.org/support/users/csharpcoder/)
 *   [Topics Started](https://wordpress.org/support/users/csharpcoder/topics/)
 *   [Replies Created](https://wordpress.org/support/users/csharpcoder/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/csharpcoder/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/csharpcoder/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/csharpcoder/engagements/)
 *   [Favorites](https://wordpress.org/support/users/csharpcoder/favorites/)

 Search replies:

## Forum Replies Created

Viewing 15 replies - 1 through 15 (of 15 total)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[LeagueManager] match issues – games played](https://wordpress.org/support/topic/match-issues-games-played/)
 *  Thread Starter [csharpcoder](https://wordpress.org/support/users/csharpcoder/)
 * (@csharpcoder)
 * [12 years ago](https://wordpress.org/support/topic/match-issues-games-played/#post-4852862)
 * is there an update coming soon? As I add games, I’m just getting error after 
   error message, from adding stats, to adding games, to the standing showing wrong
   number of games played, to wrong number of points, etc.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Sports Manager] can't get it to work](https://wordpress.org/support/topic/cant-get-it-to-work-37/)
 *  Thread Starter [csharpcoder](https://wordpress.org/support/users/csharpcoder/)
 * (@csharpcoder)
 * [12 years ago](https://wordpress.org/support/topic/cant-get-it-to-work-37/#post-4541491)
 * ok, i may try it out tomorrow actually
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Sports Manager] can't get it to work](https://wordpress.org/support/topic/cant-get-it-to-work-37/)
 *  Thread Starter [csharpcoder](https://wordpress.org/support/users/csharpcoder/)
 * (@csharpcoder)
 * [12 years ago](https://wordpress.org/support/topic/cant-get-it-to-work-37/#post-4541489)
 * i could never get it to work so i’m using leaguemanger for now
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[LeagueManager] match issues – games played](https://wordpress.org/support/topic/match-issues-games-played/)
 *  Thread Starter [csharpcoder](https://wordpress.org/support/users/csharpcoder/)
 * (@csharpcoder)
 * [12 years ago](https://wordpress.org/support/topic/match-issues-games-played/#post-4852811)
 * i’m using baseball, for my LL
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[LeagueManager] Sports Team Page](https://wordpress.org/support/topic/sports-team-page/)
 *  [csharpcoder](https://wordpress.org/support/users/csharpcoder/)
 * (@csharpcoder)
 * [12 years, 1 month ago](https://wordpress.org/support/topic/sports-team-page/#post-4740623)
 * nice, theme, nice looking site
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[LeagueManager] time format 12 hours](https://wordpress.org/support/topic/time-format-12-hours/)
 *  Thread Starter [csharpcoder](https://wordpress.org/support/users/csharpcoder/)
 * (@csharpcoder)
 * [12 years, 1 month ago](https://wordpress.org/support/topic/time-format-12-hours/#post-4820418)
 * in the match template, I’m going to have some folks creating schedules, that 
   don’t know military time.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[jQuery T(-) Countdown Widget] Text not aligning](https://wordpress.org/support/topic/text-not-aligning/)
 *  [csharpcoder](https://wordpress.org/support/users/csharpcoder/)
 * (@csharpcoder)
 * [12 years, 3 months ago](https://wordpress.org/support/topic/text-not-aligning/#post-4191727)
 * not to hijack this thread, but I have the same issue. How did you fix it? I looked
   at the link and it looks good.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [show posts by category on page template](https://wordpress.org/support/topic/show-posts-by-category-on-page-template/)
 *  Thread Starter [csharpcoder](https://wordpress.org/support/users/csharpcoder/)
 * (@csharpcoder)
 * [12 years, 4 months ago](https://wordpress.org/support/topic/show-posts-by-category-on-page-template/#post-4548789)
 * i got it working, thanks, took some time to tweak my HTML to work with it, but
   i got it working,
 * thanks for your assistance
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [show posts by category on page template](https://wordpress.org/support/topic/show-posts-by-category-on-page-template/)
 *  Thread Starter [csharpcoder](https://wordpress.org/support/users/csharpcoder/)
 * (@csharpcoder)
 * [12 years, 4 months ago](https://wordpress.org/support/topic/show-posts-by-category-on-page-template/#post-4548631)
 * yeah i added that and nothing came out, i’m working on rebuilding my template
   page line my line
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [show posts by category on page template](https://wordpress.org/support/topic/show-posts-by-category-on-page-template/)
 *  Thread Starter [csharpcoder](https://wordpress.org/support/users/csharpcoder/)
 * (@csharpcoder)
 * [12 years, 4 months ago](https://wordpress.org/support/topic/show-posts-by-category-on-page-template/#post-4548619)
 * This is my first WP site, so bear with me. 🙂
 * The page i’m using has this to pull back the posts:[I have HTML wrapped around
   the output, but these are what’s getting the posts]
 *     ```
       <?php if (have_posts()) : ?>
       <?php while (have_posts()) : the_post(); ?>
       <?php  if (in_array($post->ID, $do_not_duplicate)) continue;?>
   
       <?php wpe_excerpt('wpe_excerptlength_index', ''); ?>
       ```
   
 * _[Moderator Note: Please post code & markup between backticks or use the code
   button. Your posted code may now have been permanently damaged by the forum’s
   parser.]_
 * I just want posts that are in the [AA] category. [slug=aa]
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [show posts by category on page template](https://wordpress.org/support/topic/show-posts-by-category-on-page-template/)
 *  Thread Starter [csharpcoder](https://wordpress.org/support/users/csharpcoder/)
 * (@csharpcoder)
 * [12 years, 4 months ago](https://wordpress.org/support/topic/show-posts-by-category-on-page-template/#post-4548613)
 * I just tried it and its not showing the posts for the category I specified.
 * Is there something else I have to do with it? I created a post, assigned it to
   my category, assinged a test post page to my page template, and the post isn’t
   showing
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[League Standings] a newbie question](https://wordpress.org/support/topic/a-newbie-question/)
 *  Thread Starter [csharpcoder](https://wordpress.org/support/users/csharpcoder/)
 * (@csharpcoder)
 * [12 years, 4 months ago](https://wordpress.org/support/topic/a-newbie-question/#post-4540289)
 * I’m building my site and trying this plugin locally, so i have no place to upload
   the screenshots to.
 * like I mentioned before, I’ve also added those shortcodes in the page itself 
   and nothing showed up.
 * you have an email or something i can send you the screen shots?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[League Standings] a newbie question](https://wordpress.org/support/topic/a-newbie-question/)
 *  Thread Starter [csharpcoder](https://wordpress.org/support/users/csharpcoder/)
 * (@csharpcoder)
 * [12 years, 4 months ago](https://wordpress.org/support/topic/a-newbie-question/#post-4540272)
 * I have a widget named blackstudio that allows me to put shortcodes in it and 
   show the data,
 * however, when i add the shortcodes in my OP, I don’t see my teams within that
   league, I even added it to a page itself and the teams within the leagues doen’t
   appear
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [new page template and widgets](https://wordpress.org/support/topic/new-page-template-and-widgets/)
 *  Thread Starter [csharpcoder](https://wordpress.org/support/users/csharpcoder/)
 * (@csharpcoder)
 * [12 years, 4 months ago](https://wordpress.org/support/topic/new-page-template-and-widgets/#post-4537100)
 * @alchymth, yes I did and I found a few things on it, though I haven’t found what
   I’m looking for quite yet to help me 100% yet.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Page Builder by SiteOrigin] page builder not working in 3.8](https://wordpress.org/support/topic/page-builder-not-working-in-38/)
 *  Thread Starter [csharpcoder](https://wordpress.org/support/users/csharpcoder/)
 * (@csharpcoder)
 * [12 years, 4 months ago](https://wordpress.org/support/topic/page-builder-not-working-in-38/#post-4535079)
 * I’m building it locally on my server first before I push it out to my prod server

Viewing 15 replies - 1 through 15 (of 15 total)