New to Translating WordPress? Read through our Translator Handbook to get started. Hide
| Prio | Original string | Translation | — |
|---|---|---|---|
| ↑ | A WordPress plugin to sync content with a GitHub repository (or Jekyll site) | You have to log in to add a translation. | Details |
Original untranslated
A WordPress plugin to sync content with a GitHub repository (or Jekyll site)
You have to log in to edit this translation. |
|||
| ↑ | WordPress GitHub Sync | You have to log in to add a translation. | Details |
Original untranslated |
|||
| Installation Instructions | You have to log in to add a translation. | Details | |
Original untranslated |
|||
| Any or all of the attributes can be left out; defaults will take their place. | You have to log in to add a translation. | Details | |
Original untranslated
Any or all of the attributes can be left out; defaults will take their place.
CommentFound in faq paragraph. You have to log in to edit this translation. |
|||
| For example, | You have to log in to add a translation. | Details | |
Original untranslated |
|||
| The following optional attributes can also be included in the shortcode↵ * <code>target=</code>↵ + <code>'view'</code> (default) the url used will be the <em>view</em> URL (<code>/blob/</code>).↵ + <code>'edit'</code> the url used will be the <em>edit</em> URL (<code>/edit/</code>).↵ * <code>type=</code>↵ + <code>'link'</code> (default) an anchor tag (<code><a></code>) with href set to the requested URL will be inserted.↵ + <code>'url'</code> the the bare requested URL will be inserted.↵ * <code>text=</code>↵ + <code>''</code> (default) link text (where <code>type='link'</code>, ignored otherwise) will be set to 'View this post on GitHub'.↵ + <code>'text'</code> link text (where <code>type='link'</code>, ignored otherwise) will be set to 'text' (the supplied text). | You have to log in to add a translation. | Details | |
Original untranslated
The following optional attributes can also be included in the shortcode↵
* <code>target=</code>↵
+ <code>'view'</code> (default) the url used will be the <em>view</em> URL (<code>/blob/</code>).↵
+ <code>'edit'</code> the url used will be the <em>edit</em> URL (<code>/edit/</code>).↵
* <code>type=</code>↵
+ <code>'link'</code> (default) an anchor tag (<code><a></code>) with href set to the requested URL will be inserted.↵
+ <code>'url'</code> the the bare requested URL will be inserted.↵
* <code>text=</code>↵
+ <code>''</code> (default) link text (where <code>type='link'</code>, ignored otherwise) will be set to 'View this post on GitHub'.↵
+ <code>'text'</code> link text (where <code>type='link'</code>, ignored otherwise) will be set to 'text' (the supplied text).
CommentFound in faq paragraph. You have to log in to edit this translation. |
|||
| If you wish to add either the bare URL or a link referencing the URL to an individual post, without editing themes, you can add a <a href="https://codex.wordpress.org/Shortcode_API">shortcode</a> anywhere in your post; | You have to log in to add a translation. | Details | |
Original untranslated
If you wish to add either the bare URL or a link referencing the URL to an individual post, without editing themes, you can add a <a href="https://codex.wordpress.org/Shortcode_API">shortcode</a> anywhere in your post;
CommentFound in faq paragraph. You have to log in to edit this translation. |
|||
| <strong>Shortcodes (v >= XXXX)</strong> | You have to log in to add a translation. | Details | |
Original untranslated
<strong>Shortcodes (v >= XXXX)</strong>
CommentFound in faq paragraph. You have to log in to edit this translation. |
|||
| There are a number of other customizations available in WordPress GitHub Sync, including the commit message and YAML front-matter. Want more detail? Check out the <a href="https://github.com/mAAdhaTTah/wordpress-github-sync/wiki">wiki</a>. | You have to log in to add a translation. | Details | |
Original untranslated
There are a number of other customizations available in WordPress GitHub Sync, including the commit message and YAML front-matter. Want more detail? Check out the <a href="https://github.com/mAAdhaTTah/wordpress-github-sync/wiki">wiki</a>.
CommentFound in faq paragraph. You have to log in to edit this translation. |
|||
| If you want to export additional post types or draft posts, you'll have to hook into the filters <code>wpghs_whitelisted_post_types</code> or <code>wpghs_whitelisted_post_statuses</code> respectively. | You have to log in to add a translation. | Details | |
Original untranslated
If you want to export additional post types or draft posts, you'll have to hook into the filters <code>wpghs_whitelisted_post_types</code> or <code>wpghs_whitelisted_post_statuses</code> respectively.
CommentFound in faq paragraph. You have to log in to edit this translation. |
|||
| By default, WordPress GitHub Sync only exports published posts and pages. However, it provides a number of <a href="https://codex.wordpress.org/Plugin_API">hooks</a> in order to customize its functionality. Check out the <a href="https://github.com/mAAdhaTTah/wordpress-github-sync/wiki">wiki</a> for complete documentation for these actions and filters. | You have to log in to add a translation. | Details | |
Original untranslated
By default, WordPress GitHub Sync only exports published posts and pages. However, it provides a number of <a href="https://codex.wordpress.org/Plugin_API">hooks</a> in order to customize its functionality. Check out the <a href="https://github.com/mAAdhaTTah/wordpress-github-sync/wiki">wiki</a> for complete documentation for these actions and filters.
CommentFound in faq paragraph. You have to log in to edit this translation. |
|||
| See <a href="CONTRIBUTING.md">the contributing documentation</a> for details. | You have to log in to add a translation. | Details | |
Original untranslated
See <a href="CONTRIBUTING.md">the contributing documentation</a> for details.
CommentFound in faq paragraph. You have to log in to edit this translation. |
|||
| Found a bug? Want to take a stab at <a href="https://github.com/mAAdhaTTah/wordpress-github-sync/issues">one of the open issues</a>? We'd love your help! | You have to log in to add a translation. | Details | |
Original untranslated
Found a bug? Want to take a stab at <a href="https://github.com/mAAdhaTTah/wordpress-github-sync/issues">one of the open issues</a>? We'd love your help!
CommentFound in faq paragraph. You have to log in to edit this translation. |
|||
| If you'd like to include an edit link without modifying your theme directly, you can add one of these functions to <code>the_content</code> like so: | You have to log in to add a translation. | Details | |
Original untranslated
If you'd like to include an edit link without modifying your theme directly, you can add one of these functions to <code>the_content</code> like so:
CommentFound in faq paragraph. You have to log in to edit this translation. |
|||
| All four of these functions must be used in the loop. If you'd like to retrieve these URLs outside of the loop, instantiate a new <code>WordPress_GitHub_Sync_Post</code> object and call <code>github_edit_url</code> or <code>github_view_url</code> respectively on it: | You have to log in to add a translation. | Details | |
Original untranslated
All four of these functions must be used in the loop. If you'd like to retrieve these URLs outside of the loop, instantiate a new <code>WordPress_GitHub_Sync_Post</code> object and call <code>github_edit_url</code> or <code>github_view_url</code> respectively on it:
CommentFound in faq paragraph. You have to log in to edit this translation. |
|||
Export as
Comment
Short description.