Skip to content
Read For Learn
Read For Learn
  • Database
    • Oracle
    • SQL
  • C
  • C++
  • Java
  • Java Script
  • jQuery
  • PHP
Read For Learn
  • Database
    • Oracle
    • SQL
  • C
  • C++
  • Java
  • Java Script
  • jQuery
  • PHP

theme-development

Show all menu levels except top level. How to exclude top level of a menu?

Show all menu levels except top level. How to exclude top level of a menu?

Categories theme-development Tags menus, navigation, sub-menu, theme-development

How to echo inside the js file with wp_localize_script?

How to echo inside the js file with wp_localize_script?

Categories theme-development Tags theme-development, wp-localize-script

add class to all images inside the content

$img->setAttribute(‘class’, ‘img-fluid’); This sets the class field to a new value. Simply change this line to $classes = $img->getAttribute(‘class’); $img->setAttribute(‘class’, $classes . ‘ img-fluid’);

Categories theme-development Tags body-class, responsive, theme-development

How to show Custom Field Value in Woocommerce Shop Page

woocommerce_shop_loop_item_title is not the right hook to change the title on shop page. Try this instead: add_filter( ‘woocommerce_page_title’, function() { echo ‘custom_field_value’; } );

Categories theme-development Tags theme-customizer, theme-development, woocommerce-offtopic

Enqueue script for development purposes only?

It’s not immediately clear what the circumstances of your WP install are. WP_DEBUG is a sitewide constant that sits in your wp-config.php, so if you use that as a condition the scripts will be loaded for everybody working in the same install. To toggle it, you must edit wp-config.php, which is fine if that’s what … Read more

Categories theme-development Tags theme-development, wp-enqueue-script

Theme is Enqueueing Everything in Footer

Theme is Enqueueing Everything in Footer

Categories theme-development Tags theme-development

How do I remove header/page-title image in farvis theme? [closed]

Put below CSS end of your theme style.css file wp-content/themes/farvis/style.css section.header-section { background-image: none !important; } Please try and let me know if any query. Updated

Categories theme-development Tags custom-header, header-image, theme-customizer, theme-development, themes

How to make menus, footer, sidebars multi language

Most decent themes are already set up for translation and if so, poedit will certainly let you translate all the theme elements. If you don’t want to get your hands dirty using poedit, there’s a nice plugin called Loco Translate which allows you to do it much more simply. Contact your theme developers and ask … Read more

Categories theme-development Tags multisite, theme-development, themes

Change logo url by category and in some pages

in your child theme you need to override the logo function from the parent. copy the function, minus the if ( !function_exists( ‘xxx_show_logo’ ) ) { part, into your child theme and add your conditionals for setting the url there.

Categories theme-development Tags theme-development

Alternative solution for script_loader_tag?

Alternative solution for script_loader_tag?

Categories theme-development Tags filters, theme-development
Older posts
Newer posts
← Previous Page1 … Page73 Page74 Page75 … Page306 Next →
+ More

Recommended Hostings

Cloudways: Realize Your Website's Potential With Flexible & Affordable Hosting. 24/7/365 Support, Managed Security, Automated Backups, and 24/7 Real-time Monitoring.

FastComet: Fast SSD Hosting, Free Migration, Hack-Free Security, 24/7 Super Fast Support, 45 Day Money Back Guarantee.

Recent Added Topics

  • Bug in translation system: load_theme_textdomain() returns true, files are available and accessible but the language defaults to english
  • Custom Elementor controls not appearing in the widget Advanced tab using injection hooks
  • Get the name of the template/*html file used
  • Trying to Add Paging to Single Post Page
  • Sharing media files between live and staging servers
  • How to display the description of a custom post type in the dashboard?
  • Critical error on image display
  • Copying WP data and files into new install?
  • How to determine the DirectAdmin WordPress backup date?
  • How to get list of ALL tables in the database?
© 2026 Read For Learn
Next Page »
  • Database
    • Oracle
    • SQL
  • algorithm
  • asp.net
  • assembly
  • binary
  • c#
  • Git
  • hex
  • HTML
  • iOS
  • language angnostic
  • math
  • matlab
  • Tips & Trick
  • Tools
  • windows
  • C
  • C++
  • Java
  • javascript
  • Python
  • R
  • Java Script
  • jQuery
  • PHP
  • WordPress