Wordpress Tutorials

Collection Of Wordpress Tutorials And Tricks

  • Home
  • Tricks
  • Advertise
  • Help
    • About Us
    • Contact Us

Month: October 2022

WordPress get all category id’s

October 4, 2022 wptuts 0

To get all the category id’s from current wordpress blog you have to use following function which returns an array of all the category id’s […]

WordPress get Category ID by Name

October 3, 2022 wptuts 0

By using following function you can get category id. Parameter for this function are category name 1 2 3 4 5 <?php $cat_id=get_cat_ID( $cat_name ) ?> /* Parameters […]

WordPress Facebook Like Button

October 2, 2022 wptuts 0

Facebook is most popular community website now. And latest trend is to add a facebook like button on your blog posts in this post I […]

WordPress Use Shortcode outside post editor in theme files

October 1, 2022 wptuts 0

WordPress added function called do_shortcode() using this function you can call wordpress shortcodes outside post editor and you can call shortcode in you wordpress theme .php files. […]

Recent Posts

  • WordPress Newest Features
  • What’s the latest SEO algorithm update?
  • What is the latest trend of SEO ?
  • What are the best SEO practices?
  • How to optimize images for SEO.

Archives

  • August 2023
  • July 2023
  • May 2023
  • April 2023
  • February 2023
  • January 2023
  • December 2022
  • November 2022
  • October 2022
  • March 2022

Categories

  • tricks

Copyright © 2023 | WordPress Theme by RoadFlip.com