Fetch Post Category

If you want to display and fetch all post categories that have posts associated with them and display them in a dropdown list in the WP admin panel, try below the code add in code to your themes functions.php file or in a custom plugin. function get_categories_with_posts() { // Get all categories that have posts … Read more

Display post by select it from a dropdown menu

To fix this issue, move the closing curly brace } for the foreach loop before the add_shortcode function, like this: function form_creation(){ ?> <select name=”page_id” id=”page_id”> <?php global $post; $args = array(‘cat’=>19); $posts = get_posts($args); foreach( $posts as $post ) : setup_postdata($post); ?> <option value=”<? echo $post->ID; ?>”><?php the_title(); ?></option> <?php endforeach; ?> <!– Move … Read more

Icon not shown in Dropdown menus in Twenty Seventeen Theme

It’s not images, its fontawesome icons, and the fontawesome library is not being called. so you can add the below code to your theme functions.php add_action( ‘wp_enqueue_scripts’, ‘enqueue_load_fa’ ); function enqueue_load_fa() { wp_enqueue_style( ‘load-fa’, ‘https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css’ ); } thats how the current icons for the menus will be showing.

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)