roxer82
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: White page after programmed entry in 4.0.1I did it, but the problem is not solved.
I could add that before the first installation I had a problem with two plugins I couldn deactivate: “WP Missed Schedule” and “Easy Social Share Buttons for WordPress”. I deleted “Easy Social…” from plugins folder and I deleted a reg from wp_options where option_name = “wp_missed_schedule”. Now I can deactivate and activate “WP Missed Schedule” with no problems.
I tried to install again “Easy Social…” but I can’t activate it because I get a “Fatal Error”. If I check wp_options there are two regs with “easy-social-share-buttons” in spite of being deactivated. I wonder if those two regs could be the problem :/Forum: Fixing WordPress
In reply to: White page after programmed entry in 4.0.1Yes, I deactivated all plugins and tried with Fourteen theme (both at the same time), and the problem continues.
About theme editor, it happened when I tried to edit a php file, but I tried again and worked ok. It seems the only problem is when I program a post, not if a publish or update an entry.
I must say the entry ends programmed right, but after I program it, it goes to a blank page.Forum: Fixing WordPress
In reply to: White page after programmed entry in 4.0.1Hi James, thank for your answer.
I tried with all plugins deactivated and Twenty Forteen theme, but it works the same. I noticed this is not only when I program a post, it works wrong when I save a php from theme editor 🙁
Do you think I could go back to 4.0.0 and wait to 4.0.2?Forum: Plugins
In reply to: [Duplicate Title Checker] It doesn't work if I use Windows Live WriterHi Ketanajani, it didn’t work, but I solved it uploading the posts with an extra letter, so, when I delete it from wp-admin, I get the message if the title is or not duplicated.
This plugin is very very useful.It’s a great plugin. I was trying to add the logo as you did it but I couldn’t figure out how to do it.
I added:
.myfixed .site-title { display:none;} .myfixed .home-link { max-width: 55px; min-height: 38px; margin-left:20px; float:left; background-image: url(‘logo.png’); }But it didn’t work.
Forum: Fixing WordPress
In reply to: SQL Statement to join wp_post with CategoriesThanks for your answer Tunbosun Ayinla, but I need to use SQL because I need to automatically change a lot of post titles from a category. It’s impossible to do it manually because I’m talking about hundreds of entries.
Forum: Plugins
In reply to: [XML Sitemap & Google News] lastmod problems with programmed entriesHi. Now it shows the correct date time, no matter if programmed or posted as soon as written. The only thing I notice is that is not ordered by datetime desc, but I don’t know if that’s important.
Thank you!Forum: Plugins
In reply to: [XML Sitemap & Google News] lastmod problems with programmed entriesHi. Now, programmed entries don’t show any datetime. “lastmod” is not present in the xml.
Forum: Plugins
In reply to: [XML Sitemap & Google News] lastmod problems with programmed entriesThanks for your answer.
I tested the beta version. If I publish an entry as soon as I write it or I update an entry, it shows the publication datetime considering the my WordPress UTC configuration, but if it’s a programmed entry, it shows my local time (UTC -3).
And, I don’t know if it’s important, but now it’s not ordered by datetime, I think it’s ordered by lastmod.Forum: Localhost Installs
In reply to: After update to 3.9.2 I can't login to admin pageI had the same problem. It got fixed after updating the files again.
Forum: Fixing WordPress
In reply to: Difference in days to take actionsOk,solved using timestamp.
$Diff=(current_time('timestamp') - get_the_time('U'))/86400; //Diff in days. If($Diff >= 7){echo "This post is old";}Forum: Fixing WordPress
In reply to: Get "true" if I ask for a parent category of a postThanks Peter_L!
Forum: Fixing WordPress
In reply to: Get "true" if I ask for a parent category of a postPeter_L, thanks for your answer, but I can’t find in that link how to get a “true” if I ask in a post in “CAT 1.2.2.2” if it’s in “CAT 1”.
I tried “post_is_in_descendant_category” but it crashes my webpage.Forum: Fixing WordPress
In reply to: Windows Live Writer and letters with accents in titlesAnyone?
Forum: Fixing WordPress
In reply to: Exclude categorys from feed but keeping functionalityThank you very much Josh! It works perfect.
And I’ll take your advice about WP core.