amadeu
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Changing Featured Image After Post Is PublishedFor Facebook, you could use this link to see how the post will be displayed. You could, then, fetch the new data from there too.
https://developers.facebook.com/tools/debug/Hope it helped!
Forum: Fixing WordPress
In reply to: Changing Featured Image After Post Is PublishedI am quite sure there will be no problem.
It’s never a bad idea to backup your site before any change if you are not sure of it.Forum: Fixing WordPress
In reply to: Search Plugin DevelopmentI could only recommend this Codex’s Page.
Forum: Fixing WordPress
In reply to: Search Plugin DevelopmentCould you specify more details? What’s the objective of this plugin?
Forum: Fixing WordPress
In reply to: Search Plugin DevelopmentI think there is no wp-article table, at least in the wp database. What do you mean by wp-article table?
esc_url();cleans a URL. More infoForum: Fixing WordPress
In reply to: Search Plugin DevelopmentForum: Themes and Templates
In reply to: [Twenty Twelve] Help Expanding Blog Height to Full Page.site { margin: 0; }How about now?
Forum: Themes and Templates
In reply to: [Pixova Lite] Paragraph AlignYou are using a wrong CSS property:
Forum: Themes and Templates
In reply to: [SG Window] Buttons "Read more"Where is located in the page (Read more)?
Forum: Themes and Templates
In reply to: [Twenty Twelve] Help Expanding Blog Height to Full PageMaybe you want to delete the “grey margin” on both top and bottom of the page?
Forum: Themes and Templates
In reply to: [Twenty Twelve] Help Expanding Blog Height to Full PageFor example, in the example, “a” is the parent element of “b”.
<div class="a"> <div class="b"> </div> </div>I hope I explained well enough.
Forum: Themes and Templates
In reply to: [The Newswire] Child ThemeThis should help, if you didn’t check already.
Forum: Hacks
In reply to: Where Does Plugin Php Go?Maybe place it in theme’s functions.php?
Forum: Themes and Templates
In reply to: [Point] Point theme in all capital lettersI’m not familiar with this theme, however, it may be caused by the typography. You could try to use text-transform CSS property to check it.
Forum: Themes and Templates
In reply to: [SG Window] Buttons "Read more"