niel
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Make Post Title as Child in URLHi, Thank you this is very appreciated! : )))
Forum: Fixing WordPress
In reply to: Make Post Title as Child in URLLook it does not work: https://www.screencast.com/t/PCv8hxkI4P
When I click the single page the URL displayed as FROM example above
: https:// < domain > .com/titlePostWhat I need to achieve is like this
: https:// < domain > .com/blog/titlePostAny more idea?
Forum: Fixing WordPress
In reply to: How can I achieve this in custom post type?Forum: Fixing WordPress
In reply to: How can I achieve this in custom post type?Hi @psykro
Thank youc the link you sent is very helpful to me in the future.
Thank you very much this is really helpful.
But I think this is too much base on the link I sent what I want is or let’s say is there a proper way a WordPress hook to place or to put a notification on the red icon after the menu name? https://www.screencast.com/t/NzCFdF3WIdrf
Let me say in my custom post type I will create a function to count all new posts with a session and place that count after the name as notification something like that.
I thinking to use a filter for that or JavaScript if WordPress hasn’t but I believe WordPress has a process for that.
Forum: Fixing WordPress
In reply to: User not able to edit their own post WP v5.7 or latestSolved:
User role
Put checked: delete_published_posts
Put checked: edit_published_postsForum: Fixing WordPress
In reply to: WordPress Post not display on backendI notice that will happened when I add category to the post using Content Manager role
Forum: Developing with WordPress
In reply to: add_meta_box (Will display only in specific page admin)@visualeight Thanks anyway its solved with this link here : https://wordpress.stackexchange.com/questions/114111/how-do-i-get-the-current-edit-page-id-in-the-admin
Through :
global $post;
// Get the data
$id = $post->ID;using if statement
if($id == ‘yourPageId’) :
// meta box goes here
endif;@visualeight @bcworkz thanks to all of you! :))
Forum: Developing with WordPress
In reply to: add_meta_box (Will display only in specific page admin)@bcworkz I can’t understand anything, Is there any condition or function to do that you will recommend?
@visualeight have more idea to do that?
@sebinfernandez yes, This is work but still accessible “wp-admin” which should not anyway Thanks for trying to help me.
Forum: Developing with WordPress
In reply to: Restrict Category When PostYes, I will now it will show correctly when edit but when add display all category so sad anyway, you have a function and let me try that.
Forum: Developing with WordPress
In reply to: Restrict Category When PostHello @bcworkz Thank you very much but I tried plugins again now it’s working, someday I will use that function you give me, Thanks cool! you saved me. :))
Forum: Fixing WordPress
In reply to: Display author name WordPress PostThanks It was done with WP function called author_modified();
Forum: Fixing WordPress
In reply to: Create Post and Display Category By User RoleCurrently, I am using the latest version of WordPress 5.5
Plugins version: Version 2.6.4 | By Matthew Muro (Restrict Categories)Forum: Fixing WordPress
In reply to: Create Post and Display Category By User RoleHello Sir @prashantvatsh Good day, I need help again with the same concern…
Did you remember I had a problem hiding my category when a user creates a post? with plugins cat restrict solved they can’t add category and that is perfect, but how about hiding specific category using WordPress PHP function or any plugins too because in CSS display none not all browser work especially on mobile the user should able to select the category aside from the “Incomplete” and “Completed”.
Here’s my configuration using plugins restrict the category in my back end
..
link: https://ibb.co/RHMBvdBExpectedly is the “Incomplete” and “Completed” only show when the user creates post but still the category display all, exactly the user can’t add a category that’s perfect.
Here is the image for my post user dashboard that all categories should not display aside to my “Incomplete” and “Completed” category.
..
link: https://ibb.co/rf6Qz0mForum: Developing with WordPress
In reply to: Confirm Password WordPressHello @bcworkz Thank you very much very appreciate your help you save me from trouble.
Stay Home Keep Safe. ! :))