WatsonN
Forum Replies Created
Viewing 10 replies - 1 through 10 (of 10 total)
-
Forum: Plugins
In reply to: [Rating-Widget: Star Review System] 500 errorOnly on the site it is activated on, you can not load any pages, including the admin area, even if it not displaying on that page.
Forum: Plugins
In reply to: WP Subdomains and MultisiteFrom reading the plugin page it gives you instructions on how to use this plugin: http://wordpress.org/plugins/wordpress-subdomains/other_notes/
For help with actually doing the steps on your server end I would consider talking with your host.
Forum: Plugins
In reply to: [Analyticator] Error when loading the 60 day graph on the dashboardIt is working now, thank you for the updates.
Thanks!
Forum: Networking WordPress
In reply to: Adding a link to stats in My Sites drop downThank ya much!
Forum: Networking WordPress
In reply to: Adding a link to stats in My Sites drop downI’m not too concerned about it, but could you just put it in the plugin file for stats?
Forum: Networking WordPress
In reply to: Adding a link to stats in My Sites drop down@ipstenu Thank you so much, it works beautifully!
Forum: Networking WordPress
In reply to: Adding a link to stats in My Sites drop downJetpack and Google Analytics, I really only want a link to jetpack.
Forum: Networking WordPress
In reply to: Diffrent login page per site@mokito I’m running WordPress 3.3.1
Forum: Fixing WordPress
In reply to: Custom Post Type list postsThank you, that was exactly what I needed!
$query = new WP_Query( array( 'post_type' => array( 'labs', 'activities', 'projects', 'testreview' ) ) ); while ( $query->have_posts() ) : $query->the_post(); echo '<li><a href="'; the_permalink(); echo '">'; the_title(); echo '</a></li>'; endwhile;Forum: Fixing WordPress
In reply to: Custom Post Type not workingThat was exactly it. Thank You!
Viewing 10 replies - 1 through 10 (of 10 total)