Destruire
Forum Replies Created
Viewing 4 replies - 1 through 4 (of 4 total)
-
Forum: Fixing WordPress
In reply to: help with .htaccessCheck out this link http://codex.wordpress.org/Using_Permalinks#Creating_and_editing_.28.htaccess.29 this might help you. 🙂
Try checking your contactform and dmsguestbook if it works fine while the WP Super cache is disabled. It’s working fine in my site. You may also want to clear first your Cache in WP Super cache Plugin and re visit the page.
Forum: Fixing WordPress
In reply to: How to align/center side bar imageCurrently in your sidebar code for the image is:
<div class="textwidget"> <a target="_blank" href="http://jxliu.com/click/?s=105394&c=25302" title="1 mês"> <img border="0" alt="1 mês" src="http://farm5.static.flickr.com/4001/4450838327_2166208dab_m.jpg"> </a> <small> <a target="_blank" href="http://creativecommons.org/licenses/by/2.0/" title="Attribution License"> <img width="30" height="30" border="0" align="absMiddle" alt="Creative Commons License" src="http://www.the-wedding-page.com/wp-content/plugins/photo-dropper/images/cc.png"> </a> <a target="_blank" href="http://www.photodropper.com/photos/">photo</a> credit: <a target="_blank" href="http://www.flickr.com/photos/7369606@N02/4450838327/" title="pquintale">pquintale</a> </small> </div>Change it to:
<div class="textwidget"> <center> <a target="_blank" href="http://jxliu.com/click/?s=105394&c=25302" title="1 mês"> <img border="0" alt="1 mês" src="http://farm5.static.flickr.com/4001/4450838327_2166208dab_m.jpg"> </a> <br /> <small> <a target="_blank" href="http://creativecommons.org/licenses/by/2.0/" title="Attribution License"> <img width="30" height="30" border="0" align="absMiddle" alt="Creative Commons License" src="http://www.the-wedding-page.com/wp-content/plugins/photo-dropper/images/cc.png"> </a> <a target="_blank" href="http://www.photodropper.com/photos/">photo</a> credit: <a target="_blank" href="http://www.flickr.com/photos/7369606@N02/4450838327/" title="pquintale">pquintale</a> </small> </center> </div>I hope this helps.
Forum: Fixing WordPress
In reply to: feed just for categoriesTry checking this link.
http://codex.wordpress.org/WordPress_Feeds#Categories_and_Tags
Viewing 4 replies - 1 through 4 (of 4 total)