ابدأ بالتواصل مع الأشخاص وتبادل معارفك المهنية

أنشئ حسابًا أو سجّل الدخول للانضمام إلى مجتمعك المهني.

متابعة

Can you add external css to Wordpress?

user-image
تم إضافة السؤال من قبل Ersin Turan , Art Director , NCONCEPT
تاريخ النشر: 2018/09/12
Karim Khames Saber Hassan Altawil
من قبل Karim Khames Saber Hassan Altawil , سكرتير , موتلي ايجبت

Yes I can do this on wordpress with high quality and short time

hanadi Lafi Abu-Sabelah
من قبل hanadi Lafi Abu-Sabelah , متدرب , App Trainers

yes i can add extenral css to wordpress

 

Zaighum Abbas
من قبل Zaighum Abbas , WEB DEVELOPER , MARTECH CCTV & IT SERVICES SHARJAH

yes you can add externel css.

Mosaraf Hossain
من قبل Mosaraf Hossain , IT & Web Developer , Edelweiss Swiss

Yes you can add external css by plugin or include your css file

Anthony Morha
من قبل Anthony Morha , Lead IT Consultant , Fintech Associates Limited

Of course, WordPress is a flexible content management system that allows users to be creative

Anowar Sadat
من قبل Anowar Sadat , Web Developer , Elagoon Digital

 Adding by creating child theme Get your CSS or Javascript File ready or if it’s a remote source, get the link ready. Create a file named functions.php Add the following code in functions.php

<?php

function add_theme_codes() {

 wp_enqueue_style( ‘style’, get_stylesheet_directory_uri().’/myexternalcode.css’, ‘all’);

}

add_action( ‘wp_enqueue_scripts’, ‘add_theme_codes’ );

?>

المزيد من الأسئلة المماثلة

هل تحتاج لمساعدة في كتابة سيرة ذاتية تحتوي على الكلمات الدلالية التي يبحث عنها أصحاب العمل؟