diderkamal
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Custom theme, how do i add tags/author name to end of every postOk i understand now, and is there a way i can place the author name directly to the side of the social sharing buttons instead of directly above them? like a certain div code or somthing?
Forum: Fixing WordPress
In reply to: Custom theme, how do i add tags/author name to end of every posti see, i have made a new post with just text and it has posted the author name, above the social icons, instead of to the side of it. but when i create a post with media on it, it does not post the author name?
Forum: Fixing WordPress
In reply to: Custom theme, how do i add tags/author name to end of every posti wanted to add the author name and tags next to the social buttons at the bottom of my posts
Forum: Fixing WordPress
In reply to: Custom theme, how do i add tags/author name to end of every postok i have updated the code with the correction and there is no change. I was wondering though. looking at library/fuctions/theme/formats directory, there are .php files for ‘audio’ ‘gallery’ ‘image’ ‘quote’ ‘social’ ‘standar’ and ‘video’. should there be a author.php file and tag.php file present in order for them to be shown? sorry im still a little bit new to all this, still a learning curve for me
Forum: Fixing WordPress
In reply to: Custom theme, how do i add tags/author name to end of every posti typed in <?php the_author() ?> exactly as it, where do i put the (;) ? at the end of the code?
Forum: Fixing WordPress
In reply to: Custom theme, how do i add tags/author name to end of every postunfortunately i have posted the code <?php the_author() ?> above social.php, below it and even next to it, to no avail? is there a different code i should be using to have author names show up?
Forum: Fixing WordPress
In reply to: Custom theme, how do i add tags/author name to end of every postok i will try that and let you know the results