Changeset 2152114
- Timestamp:
- 09/06/2019 05:32:53 AM (7 years ago)
- File:
-
- 1 edited
-
render-posts/tags/1.0/readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
render-posts/tags/1.0/readme.txt
r2152107 r2152114 77 77 78 78 For Example function: 79 Please Visit [Render-Posts-Github](https://github.com/coder618/render-posts)79 Please Visit: [Github-Gist](https://gist.github.com/coder618/9228d07b7653d27e4978c051202e4e91) 80 80 81 81 82 Your defined template function will receive a single post id as its first argument. you can use the id to manupulate/make the posts markup for post/cpt template.83 After create the function, you have to Attached/link your created function to function.php or via other plugin so that your created function can be access from any place from the wordpress.82 Your defined template function will receive a single post id as its first argument. You can use this id to manipulate/make the posts markup for post/cpt template. 83 After create the function, you have to Attached/link your created function to function.php or via other plugin so that your created function can be accessible by WordPress. 84 84 85 85
Note: See TracChangeset
for help on using the changeset viewer.