Here is the idea
add_filter('the_content', 'testfunc');
function custom_formatter($matches){
return "<strong>{$matches[0]}</strong>";
}
function testfunc($content)
{
$pattern = "$\<p.*\>(.*)\<\/p\>$";
$content = preg_replace_callback($pattern, 'custom_formatter', $content);
return $content;
}
However, you will need a better regular expression in $pattern
variable as this regex may be very poor. in the custom_formatter
function you can do the formattings you want.
Related Posts:
- my single.php is mixup on some post for no reason
- How to define and link full path to css located at a random folder on header.php
- How to add CSS class to custom logo?
- How to add custom css file in theme?
- CSS not updating in browser when I change it
- Do I actually need to link my theme’s style.css in the theme files
- CSS classes for theme
- Splitting WordPress theme CSS into multiple files, good or bad?
- Suggestions for creative use of post format feature, or themes that use them well
- Add class to before_widget for all widgets with a dropdown and a counter
- Why max-width:97.5% on content images?
- Add a preview to a WordPress Control Panel
- use add_action(‘wp_head’) in a widget for generating dynamic CSS styles
- why does twenty eleven theme mix up the css measurement units?
- Setting up partial Right-to-Left admin interface
- Adding inline styles from a widget
- Can’t edit style.css in subdirectory of my theme?
- Adding dashicon fonts to the admin of pre 3.8 installs
- CSS in child theme not overriding the parent theme [closed]
- How to add (css) classes to only one wp_nav_menu()?
- Adding dashicon fonts to the admin of pre 3.8 installs
- Move my theme style.css into a folder
- How to keep theme layout the same when admin gray bar is present?
- Enqueued Stylesheets Effecting Admin Styles
- Why use while over if in single wordpress posts?
- wp_head() not inserting the default stylesheet style.css
- Writing Clean WooCommerce Styles
- First completely customized theme, where should I start?
- De-registering parent style sheet css recommended?
- Alterntives to BEM syntax that comply with WordPress coding standards? [closed]
- WordPress 5.8 update problem custom theme styles are overridden by core styles common.min.css
- WordPress default theme css units
- Where is definied the theme location for the main menu in a WordPress template?
- current-menu-item class not working
- How to determine which custom header image is being shown
- enqueue_style is not working
- Weekly background code not working
- How do the default themes reference style.css?
- Multiple Page Templates & CSS
- Is it possible to edit the styling of the admin panel from within a custom theme?
- Theme Loading Into Dashboard
- What are the Entry classes for?
- Single Page Design, Storing in Theme Options
- How to edit my theme for full width?
- How to check if a WordPress core block is active in sidebar
- Which html elements should be styled in wordpress theme
- How to add material design css in wordpress and woocommerce
- How to add styles set by user in the customizer
- Font Awesome 5 Free – far working but fas is not? [closed]
- How remove render blocking css from wordpress when you build a theme?
- Why doesn’t my css work when I check my theme on mobile devices? [closed]
- Following Web Performance Optimization techniques to output static and dynamic css
- How to get javascript slider to work! [closed]
- Issue with loading mobile specific custom single page layout in mobile
- How can I add custom text styles to the visual text editor?
- Displaying icon image for WordPress post formats, is there a cleaner way to do this?
- Internal Stylesheet in WordPress Theme development
- How to change footer or for different kinds of users in wordpress?
- How to rotate every letter in a title
- Theming Using Bootstrap Glyphicons and WordPress Dashicons
- Broken theme, template is missing
- Having issue with WordPress wp_enqueue_style
- How do I use wp_nav_menu?
- Assign custom classes to the divs inside the loop
- theme-independent CSS/JS files
- How to style bootstrap container in wordpress theme?
- Place title (in correct place) above image with opaque background [closed]
- Load different single.php templates according to post layout selection
- CSS preprocessor file messed up after compiled
- Customize Option Framework
- Some doubts about WordPress handle the horizontal main menu visualization
- Can’t change theme name
- header, stylesheet not being read
- style variations hurt the editing performance
- How to create a robust and logic class naming system in WordPress theme developing?
- Why nav_menu_css_class doesn’t work with apply_filters?
- 3 Level Menu Navigation (3rd Level not displaying)
- Default customizer colors aren’t displayed outside of the preview
- Is there a way to add classes to a page when using a Gutenberg reusable block as page layout?
- two col layout bootstrap 4 with one fixed col and fade in effect on image
- WordPress doesn’t load css, image and js files after moving local installation folder
- How to generate a rtl.css file for themes?
- overlay post title over post’s featured image
- Change site title color on individual pages
- How to fix an issue with customizer live preview?
- Custom CSS no getting applied
- editor style css and page template with and without sidebar
- Enqueue Stylesheets After Theme’s “rtl.css”
- WordPress 3.5 + Foundation 5 not working on IE9
- Why the slideshow is not shown in my theme?
- Any disadvandages if I style the wordpress align classes without img and .wp-caption prefix
- adding navigation to genesis themes
- Custom link color or stylesheets
- Header is not showing full width
- How to resize video lightbox popup in wordpress? [closed]
- How can I get rid of the distance when I’m using list-style-type: none? [closed]
- How to highlight current menu bar base on the URL?
- What is The Best Way to Make Parallax header effect for wordpress theme ?? pure CSS or using JavaScript? [closed]
- the_author() str_replace error
- WordPress search field won’t get wider