How Chat GPT can speed up WordPress development
-
Jane James
-
December 7, 2024
-
CSS, Design, PHP, Wordpress
-
0 Comments
You’ve probably never thought of using Chat GPT for WordPress development, but there are good reasons to try it. ChatGPT is a powerful language model developed by OpenAI that has the ability to generate human-like text responses based on the input it receives. It is one of the most advanced artificial intelligence systems that can be used for a wide …
Continue Reading
Can you have multiple page templates for custom post types in WordPress?
-
Jane James
-
December 14, 2021
-
PHP, Wordpress
-
0 Comments
Creating multiple templates for custom post types. But first: What is a custom post type? Custom post types are specific, custom code-added posts that allow you to keep your site flexible. For example: You might want a section for members of the team and add them in different ways on their own page or list inside of WordPress itself with …
Continue Reading
WordPress: add a like button to your posts using PHP and Javascript
-
Jane James
-
October 4, 2021
-
PHP, Wordpress
-
0 Comments
Add a like button to your posts with PHP and Javascript This week I had a client request a modification to an existing WordPress page template which already had two post anchor identifiers to retrieve get_the_author_meta and get_the_date. It was a custom template that displays a CPT by category to a page. You can see the example below of the …
Continue Reading