Αν θέλετε να προσθέσετε CSS σε συγκριμένη σελίδα ή κατηγορία-taxonomy κλπ, ορίστε ένας γρήγορος τρόπος:
// Function to apply css on specific page url by NicolasLagios.com add_action( 'init', 'css_me_bash_to_url_by_Nicolas' ); function css_me_bash_to_url_by_Nicolas() { $url = $_SERVER['SERVER_NAME'] . $_SERVER['REQUEST_URI']; if ( false !== strpos( $url, 'string' ) ) { //edw allazoume to string opws epithimoume, px gia to sitemoy.com/site/kati/katiallo.html , tha baloume "kati" echo '<code class="php plain"><style type=</code><code class="php string">"text/css"</code><code class="php plain">></code> /*edw grafoume to css*/ </style>'; } }
Αν χρειαστείτε βοήθεια
Original Source: https://nicolaslagios.com/wordpress-%cf%83%cf%85%ce%bd%ce%ac%cf%81%cf%84%ce%b7%cf%83%ce%b7-%cf%80%cf%81%ce%bf%cf%83%ce%b8%ce%ae%ce%ba%ce%b7-css-%ce%bc%ce%b5-%ce%b2%ce%ac%cf%83%ce%b7-%cf%84%ce%bf-url/