In the CSS file you can easily add it.
li {
font-size: 6px;
}
Note: now the font-size of all li
elements will be 6px
If you want only the tags li
to be that size it’s better to give them a class.
<?php the_tags('<li class="tags">', '</li><li class="tags">', '</li>'); ?>
and the CSS:
li.tags {
font-size: 6px;
}
Related Posts:
- How to add a post or page tag to the list of classes appearing in the body tag’s class attribute?
- PHP tag in post content makes wordpress go crazy
- Add Alt attribute to image served with php
- How to only fetch certain Tag ID’s
- Php echo into tag
- Why would a GET variable one one page of a site cause a 404 error when a GET variable works on another page of a site?
- Where should I install a PHP library into WordPress so that code in a webpage can activate it?
- remove tags from posts in php
- Nice scroll to wordpress
- Multiple pages on one with different HTML
- Is it ok to replace php code with html?
- Add custom HTML to posts page
- Minify HTML, CSS, JS with PHPWee?
- Header has extra HTML block at top before my code
- Blank space at beginning of tag?
- Highlight Current Tag in wp_tag_cloud
- Add HTML Attributes To Anchor Tags In `wp_list_categories()` Function
- How to only show page id as body class?
- Shortcode content output but not in correct place
- How to properly insert a link to a template in WordPress?
- Show post in slider
- How can I hide Home in my menu in a specific page?
- How to store data from multiple forms using ajax and php
- Use DOMDocument with ob_start breaks my HTML code
- Input data from email form not going to JSON file
- Different post styles depending on category
- Pull Tags But Not as Links
- Show latest posts in a plain HTML website custom widget [closed]
- Search WordPress using static html page
- Hide HTML element (by class or ID) with PHP
- Filtering a function’ output for a new continued function
- How to remove coupon dropdown feature
- WordPress plug-in for dynamic download link?
- Add html link in functions.php files of the theme
- Override user-edit.php to design own profile page
- PHP contact form not redirecting [closed]
- How to Schedule Cronjobs for start of every month and year
- Handling PHP/HTML inside the output of a shortcode function
- Menu Custom Data Attributes
- Highlight the links without using dropdown
- Illegal string offset error in wordpress theme options textarea
- Creating custom page template from existing PHP site
- wordpress site – using custom database and PHP
- How do I access post_meta key with php?
- Separate array output into a
- Need help removing […] after excerpt
- Initial offset of number of posts in home page on the posts page
- How to add Post Tags to a new element in header.php?
- Using php inside javascript [closed]
- WordPressUser Submission Form
- Shortcode displaying at the top of the page [duplicate]
- WordPress custom post type and taxonomy
- Search AJAX Filters – Multiple Query Loops Into One Loop (Optimization)
- How to exclude labels from certain categories in a shortcode?
- Time Delay a URL Redirect for Specific Page
- Cascading dropdown select search based on Parent Page & Child Page
- WordPress cascading dropdown selection search based on Parent Page & Child Page
- Background image no longer fits to screen now that project is in php files
- Adding HTML Code to Replace Text in PHP
- Fatal error login WordPress [duplicate]
- Shortcode in Shortcode/HTML Graphics and Pictures
- I can’t go to the page archive-{post_type}.php
- Help me I cannot link my font-awesome to my WordPress Theme. I have my font-awesome folder already in my project
- Use Search Term in html link and redirect
- clicking on the_tags() generated tags to show all tagged posts page
- Problem with my Login Plugin
- How to return html as a string from php for WordPress
- How to put a before and after with tags in a wordpress entry?
- HTML Formatting “single_term_title()”?
- Show subcategory name selected in specific category woocoommerce
- How to center all text body in single.php at once?
- Collapsible menu on post sidebar only expands and does not collapse
- Unable to insert current username into custom table through html form
- How can I get my pagination loop to display the correct number of total pages?
- AMP version of e-commerce without plugin
- Creating Log-In Page for backend server
- user update profile for custom code
- Vertical Menu for one page only
- Bootstrap Carousel Indicators Won’t Cycle On Custom WordPress Theme
- Show post/page into div using function
- wordpress, Category ID
- How to add thumbnails from recent posts to owl-carousel in wordpress automatically?
- Insert wordpress tags below posts via functions.php
- echo variable containing html and the_permalink();
- nested divs, classes for a grid in loop [duplicate]
- featured post as div background
- Trying to customize wordpress drop down categories
- how to manipulate HTML parameters using PHP conditions
- Display wordpress post to static website in the footer
- Parse error: syntax error, unexpected ‘echo’ (T_ECHO) in C:\xampp\htdocs\AttendanceSystem\resources\php\method.php on line 250 [closed]
- How to edit homepage in WordPress?
- Change background image based on tags
- Load Meta box value into div AJAX [duplicate]
- WP_Query not returning results
- How make wp_nav() with my css?
- How do I link the side images?
- How to create a container in php then customise it in CSS
- Add multiple HTML attributes to an Elementor button
- Saving meta box data from selected option’s value in database is not working
- Word press – JSPDF – Sending PDF as attachment from wp_mail – Special characters