When i put the fist page on my blog it came out with a P on top, how can I change it for any word a like.. im using spanish as lenguage in wordpress.
can anybody help me
When i put the fist page on my blog it came out with a P on top, how can I change it for any word a like.. im using spanish as lenguage in wordpress.
can anybody help me
Find wherever your sidebar is in your theme - maybe sidebar.php? If not, just search for `<div id="left_sidebar">
from the look of it you have the following:
<?php wp_list_pages('title_li=<h2>P');?>
remove the <h2>P and replace with whatever you want. Don't forget to add in the closing element </h2>
This topic has been closed to new replies.