Skip to content

TerryJung/WordPress_Function

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

WordPress_Function

Use Example

should be add functions.php in your theme like below code

include_once(get_stylesheet_directory() . 'path/*.php');

recent posts by category

This is for wordpress shortcode. you can write on post

[recent-posts-by-category category="category-slug-name"]

Releases

No releases published

Packages

No packages published

Languages