Changeset 3206633
- Timestamp:
- 12/12/2024 12:50:34 AM (16 months ago)
- File:
-
- 1 edited
-
tradejournal/trunk/readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
tradejournal/trunk/readme.txt
r3205186 r3206633 56 56 57 57 2. **Displaying Trade Journals on the Frontend**: 58 - Use the shortcode `[tradejournal wp_posts]` to display a list of trade journal posts on any page or post.58 - Use the shortcode `[tradejournal_posts]` to display a list of trade journal posts on any page or post. 59 59 - The shortcode will automatically format the posts using a responsive masonry layout. 60 60 61 61 3. **Customizing the Display**: 62 62 - You can adjust the number of posts displayed with the `posts_per_page` attribute in the shortcode: 63 `[tradejournal wp_posts posts_per_page="5"]`63 `[tradejournal_posts posts_per_page="5"]` 64 64 65 65 4. **Managing Multiple Accounts**:
Note: See TracChangeset
for help on using the changeset viewer.