jamesgraham2k1
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Browser GamesThx alot Mac I apreciate it
Forum: Fixing WordPress
In reply to: Browser GamesMac would you know if there is such a program or would I have to build it from the ground up?
Forum: Fixing WordPress
In reply to: Catagory questionthx got it working.
Forum: Fixing WordPress
In reply to: Coding questionIf you go to my site you will see what it is doing to my site the way I have it written. https://www.grahamfamilytx.net I want to exclude catagory 2 and have the date and post count show on the displayed catagory.
Forum: Fixing WordPress
In reply to: How to change catagorie nameI figured it out thx and I wanted to edit how it was displayed in the side bar ?? instead of a Catagory section I wanted it called something else. thx for the reply though.
Forum: Fixing WordPress
In reply to: pop ups in phpwell what is a better alternative so the page with the song isnt left when the lyrics are viewed? Im open to sujestions?
Forum: Fixing WordPress
In reply to: pop ups in phpthe pop ups are when a “lyrics” link is clicked so the lyrics are in a seperate window. I dont find this rude. right now im using
target="_blank"
but it fills the entire screen I want it just big enough for the Lyrics to fit.Forum: Fixing WordPress
In reply to: pop ups in phpCan someone please help me?
Forum: Fixing WordPress
In reply to: pop ups in phpanyone?
Forum: Fixing WordPress
In reply to: Page order questionNo ideas anyone?
Forum: Fixing WordPress
In reply to: Links not acting rightAnyone?
Forum: Fixing WordPress
In reply to: Ading a linkThanks again but I got it fixed.
Forum: Fixing WordPress
In reply to: Ading a linkhmm let me post a snipet of code here is the link to my site im designing if you look at the lower right corner you will see i have added an e-mail link but its not uniform with the others. so i wanted to add it in that grouping https://www.grahamfamilytx.net/blog
<li><h2><?php _e('Meta'); ?></h2>
<ul>
<?php wp_register(); ?>
<li><?php wp_loginout(); ?></li><li><?php wp_meta(); ?></li><li>
<a href="https://www.grahamfamilytx.net/blog/?page_id=3">E-mail Us</a></li>
</ul>
</li>Forum: Fixing WordPress
In reply to: Ading a linkum let me try and explain what function calls the log in and log out links? ok then where can i find the file that function calls? so I can add a link to it. Make sense? I did not find it in my themes sidebar.
Forum: Fixing WordPress
In reply to: Ading a linkthats where the <?wp_meta()> tag is but where is the actual file?