roxer82
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Add keywords and descriptionThanks ladydelaluna! 🙂
Forum: Fixing WordPress
In reply to: Add something at the postsThanks Cypher and moshu 🙂
it works nowForum: Fixing WordPress
In reply to: Add something at the postsI want to show it on a single post view
Forum: Fixing WordPress
In reply to: Add something at the postsThanks for your answer Cypher but seems to not be working
I should put it in index.php, right?Forum: Themes and Templates
In reply to: Show spanish charactersI just did it! it’s working, THANKS!
Forum: Themes and Templates
In reply to: Show spanish charactersSorry but how can I set it to utf-8?
Forum: Themes and Templates
In reply to: Show spanish charactersI am doing it, also I was trying to edit the files with notepad but I still have got that problem 🙁
Should I do some change at the theme?Forum: Themes and Templates
In reply to: Show spanish charactersYes, I did and also edited the file wp-includes/locale.php
And it shows the dates with the same problemForum: Fixing WordPress
In reply to: Show IDthanks!
Forum: Fixing WordPress
In reply to: Show IDFo some razon $postID = get_the_ID(); seems to not be working but this worked:
$postID=$post->ID;One more question, do you know how is it posible to get the cat ID too?
Forum: Fixing WordPress
In reply to: Show IDThanks! 🙂
Forum: Fixing WordPress
In reply to: Show IDThanks but is it posible to put it in a variable?
Forum: Fixing WordPress
In reply to: Add 2 fields to the categoriesThank you so much MichaelH!
One more thing, do you know what php file should I edit to do the same at the “Posts”?Forum: Fixing WordPress
In reply to: Add 2 fields to the categoriesThanks!!! it’s working now 😀
One more question, do you know how to show them at the theme?Forum: Fixing WordPress
In reply to: Add 2 fields to the categoriesI just did it and edited the categories.php file
but where should I edite the “update”? because when I edite some category adding this info it doesn’t save the info