Posts by Jullie Utsch • 36 points
2 posts
- 
		1 votes2 answers86 viewsA: How do I search to find which files have a particular word?You can use Github’s own search in the upper left corner by selecting to search in your repository. But since the staff responded here, it might be best to clone locally and select. To find the… 
- 
		1 votes2 answers79 viewsA: Wordpress - How to remove search.php page and search only posts?According to the documentation of the get_posts function: get_posts <?php $args = array('post_type' => 'post'); $posts_array = get_posts( $args ); ?>… wordpressanswered Jullie Utsch 36