• Skip to primary navigation
  • Skip to main content
  • Skip to primary sidebar

Ani's Webdev Blog

A learning diary of website development

  • Home
  • Demo
    • Ajax Contact Form
  • WordPress
  • Front-end
  • Backend

add_filter

[WordPress] Add content at the end of every post without plugins

Modified on: September 19, 2020

Sometimes you may want to add information to every posts but don’t want to open every single post to add that line. In this article, I will show you how to implement three use cases simply by using wordpress add_filter and the_content hook. You may add anything at the end, or at the beginning, of […]

Filed Under: Wordpress, WordPress Themes Tagged With: add_filter, php, wordpress hooks

[WordPress] How to transform post title into UPPERCASE without plugins

Modified on: September 18, 2020

To transform the post title into different style, for example uppercase, you don’t need to use any plugin. In this article I will show you how to do it simply by using WordPress filter. What we are going to do is to add a filter hook, so that the title of a post will go […]

Filed Under: Wordpress, WordPress Themes Tagged With: add_filter, php, wordpress hooks

Customizing WordPress Themes: Basic Principles & Examples

Modified on: March 13, 2023

customizing wordpress themes

The purpose of this article is to provide some methods to customize a WordPress theme.

Filed Under: Backend, Featured, Front-end, Wordpress, Wordpress Plugins, WordPress Themes Tagged With: add_filter, php, wordpress hooks

Primary Sidebar

Hi! I am a Vietnamese coder living in Oulu, Finland. Currently I am working with PHP, MySQL, HTML, CSS, and JavaScript. This blog is my learning diary, in which I share knowledge from my own experience or research. Hopefully you can find something useful here and don’t hesitate to open a discussion or leave a feedback!

FOLLOW MY BLOG

Thank you for visiting this website! I hope you find something useful here :). Contact me by email: anh@anhkarppinen.com.