get_bloginfo('template_directory')
returns a URI and I believe glob
works with paths so try:
$dir = get_theme_root() . "/documents/*";
foreach(glob($dir) as $file) {
echo $file;
}
Related Posts:
- How to correctly submit a search form and display the result in an independent page
- How to exclude pages from the search results
- Modifying widget search box
- Rewriting search and pagination base
- Easy way to process search results before displaying
- How to find objects by terms
- How to create a WP_Query to search the Title or Tag?
- How can i display 3 post types in same page?
- TCPDF get_post_meta outside the loop
- Adjust the results quantity for Search Results page pagination
- How do I get images (with a thumbnail preview) to show in search results?
- automatic PDF invoice with FPDF in PHP (creating Plugin)
- Enhanced WordPress Search
- How do I dynamically generate args for wp_query?
- Add relevant tag to search results
- Can I use HTTP POSTs? Is there a better alternative?
- Use wp_get_recent_posts with search term
- If search results empty then execute certain code
- Attaching a pdf to Contact Form 7 e-mail via functions.php [closed]
- Count the number of times the search form template gets included on a page
- have_posts() execution failure
- esc_url returns incorrect URL
- How to do multiple searches (with logical OR) in WP_Query in hook pre_get_posts?
- Change Navigation Bar based on logged in or not
- Can’t search posts using WP_QUERY inside AJAX Function
- WordPress pagination not working with search page
- How do you use WP slugs for PDF files / media?
- Input type search in Menu
- WordPress Search Results for Multiple Post Types
- WP Query with custom Shortcode
- How to add seperate classes to no-search-result and found-search-result pages on wordrpess search – is_search()
- WordPress default Search function inconsistent in WooCommerce Product Titles
- Save Search System
- Seach custom post type posts only by meta fields?
- Search not showing all results
- Autocomplete search box
- PhantomJS with wordpress
- edit search.php to include subdomain posts
- Can anyone offer any help with this function?
- Exclude posts with specific metadata from search?
- Use Tags to initiate Search
- Search form does not work in my website
- How to remove the message ‘We could not find any results for your search’ without changing template files and without adding posts/pages?
- Form search query – displaying ACF “Post Object” field as results
- List post by title length
- How do I remove duplicate users from two merged WP_User_Query objects?
- How do I query a single data value from the wp_metadata table?
- Searching Posts Programmatically in a WordPress Plugin
- Search only working on front page (index) , not working on other pages
- Live search from database table
- Search page results conflicting logic – Search result caching?
- Search.php gets metadata from first post
- search and add in wordpress content
- How can I modify this code to make the search box include tags and meta
- Validate search against a list of codes in wordpress
- Free search and custom taxonomy query not providing the same result
- search.php to search only the post title
- WordPress Search Ajax + Isotope + InfiniteScroll
- Highlighting Text in Search Results
- My worpress search page is showing no results
- Replace a single variable with add_filter
- Build A Custom SQL Query for WordPress Search
- Include custom fields in search
- Integrate admin plugin into template. Very interesant (live search + autocomplete with wp rest api, in vanilla js)
- Using a new WP_Query inside the loop
- Change ajax live search results
- meta_query search names when they have middle initials
- Limit Search to Product Pages only unless I’m on Blogpage or Blogposts
- Showing search results on a page
- Help me understand how Search function works using dynamic_sidebar()
- What is the correct way to search 3 custom fields only in WordPress?
- Attach and retrive multiple pdf files to post or page
- Searching a custom WP table and displaying results in an HTML table
- Search only for posts with specific metadata?
- Search function not working
- My search results are only showing 5 posts?
- Include search tags and users in my search results system
- what’s the syntax for if the image exists get the image?
- How can the searchform.php know if it’s used on a registered sidebar id ‘sidebar-1’ or ‘sidebar-2’?
- How can I include tags in wordpress search without a plugin
- How can you disable search for non-members on your WordPress website.
- Search results template listing all posts
- Search bar for page that searches only particular page IDs
- Limit Search Queries per IP per Day
- Search in particular category in wordpress
- Different layout on search page depending on category post
- Make the text field in search form optional
- Search box background on a different page template
- How To: Simple domPDF Example
- Trying to put a search page on site
- split searchresults into different topics?
- Search result page – display values from the result’s metaboxes
- How to strip/remove all blank spaces at the beginning/end of a search string
- The search doesn’t work properly
- How to make WordPress search.php display all strings found on pages or posts
- Dynamically added text at bottom of article – non searchable by PHP code
- Woocommerce – Include custom user meta in order ‘filter by registered customer’ Ajax search
- Search custom post type posts only by meta fields?
- Limit a search box by CPT + taxonomies, in only one page
- Product Search in search.php