Sidebar Custimizability (formatting)
-
hey guys,
I’m a little new to the whole wordpress thing, but I do have some background knowledge with php, enough to maninpulate it to get the results I want.
In the default template wordpress comes in, the sidebar.php has <?php wp_loginout(); ?> and <?php wp_register(‘// register’); ?>.
Because I’m not using unordered/ordered listing, I removed [li][/li] from the sidebar file. However, when I saw the website online, the register link has the [li][/li] <– loooked at source code –>, giving me a random bullet point in the nav bar. The only explanation to this is that there is another file that sends new code to the php code in the sidebar file.
I’m trying to look for the file within wordpress that has the original coding for this result.. so I can delete the [li][/li] in that OTHER file that was called from sidebar.php.
I want to take the bullet point out and even rename “Register” to “register”(uncapitalized).. same goes for the Login to login
Any help would be appreciated!! I’m sure this is a really easy problem for more experienced developers.
-seong
The topic ‘Sidebar Custimizability (formatting)’ is closed to new replies.