The WordPress JSON REST API can be useful for developers building apps using WordPress. Other site owners may find it unusable - and it could also potentially expose your website
Category: Code Snippets
With the WordPress function: wp_get_attachment_image_src, you can get the src of the featured image. Instructions Add this code to your page/post template file where you want to use the featured image source.
Here is a snippet that will enable you to show a short intro (excerpt) of the WordPress author bio of a post and not the complete bio. With this snippet you can make an excerpt of the author bio, with a link to the author page, where you can see the full bio. Instructions Add …
Continue reading "How to show WordPress author bio excerpt in posts"
Sometimes you need to display post-specific content using custom fields. In this example we will show you how you can display custom field data using conditional statements in the form of a youtube video embed. If the post has a "youtube-video-link" defined, the content will be rendered.
If you only wish to show content only on the WordPress front page, you can do so by wrapping the content in a is_page (is_front_page) conditional statement. You can also choose to display content on all pages BUT front page by adding “!” to your statement. Instructions Insert content as shown below. Related Links: …
Continue reading "How to display content only on the WordPress “Front Page”"
Expose the Wordpress "img src" part from the get_the_post_thumbnail, to modify the "img src" syntax.
This snippet automatically sets the featured image by fetching the first image of the WordPress post.
Heres a little snippet that will display recent posts from a specific category in WordPress
Heres a little trick on how to show a list of the most popular WordPress post by post read count - without using a plugin.
Here is a snippet that enables you to restrict certain usernames from being created by new users registering to your WordPress website.
Recent Comments