mrhashemian
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: create a playlistI can’t use ID
Is this anyway I can add playlist without music ID?Forum: Fixing WordPress
In reply to: create a playlistThanks
How can I found the music ID?
In fact I don’t want use ID, How can I use a address? (like: dl.domain.com/example.mp3)Forum: Fixing WordPress
In reply to: publish post in a pageI don’t want create a menu for my categories
I need a PHP code to show my post in a page.Forum: Fixing WordPress
In reply to: publish post in a pageThank you for reply,
but i didn’t get what you mean.
I don’t need the extra page for tags or categories.
I just want show my site post in some pages.Thank you.
Forum: Fixing WordPress
In reply to: count the special tag[Resolved] i found it:
<?php $posttags = get_tags(); foreach($posttags as $tag) { if($tag->name=="your tag"){ echo $tag->count; } } ?>I’m not very good at PHP, but i test the above code and it works.
Forum: Fixing WordPress
In reply to: count the special tagWho can help me?
please!!!!Forum: Fixing WordPress
In reply to: count the special tagthank you, but i don’t want it.
i need a code. i want use the code in my site.please help me.
Forum: Fixing WordPress
In reply to: audio playeri know it!
but i want design my own music player.
or edit the WordPress player style.
thank for your answer.Forum: Fixing WordPress
In reply to: the tagsthank you. i found it.
https://codex.wordpress.org/Function_Reference/wp_set_post_tags