atlantafilms
Forum Replies Created
-
Forum: Themes and Templates
In reply to: New Template not showing correctly for homepageTHANK-YOU citeewurkor!!
I added <table style=”font-size: 1em”> and it worked like a charm.
Yes there was a Table2 tag that I had created trying to fix the problem. I forgot to delete the reference to it.
Thanks again!!
Forum: Plugins
In reply to: CGI/PHP form to a postThat’s a cool plugin, but it only does the form with two fields. One called Title and one called Text.
I’d like to be able to use my custom form.
Forum: Themes and Templates
In reply to: Adding a new theme pageFound what I needed. I can create a theme file called category-6.php and it will do what I need by calling the http://www.mysite.com/blog/?cat=6 URL.
Forum: Themes and Templates
In reply to: Adding a new theme pageI want to design a template page as a seperate file that contains only blogs certain blogs. I can do this using “The Loop” tag. I don’t want a header, sidebar, footer, etc. Just the blogs and even call it “justtheblogs.php”
I know how to design the page and I know how to stick it into the templates directory. But how can I call up just that page from a URL?
For instance, suppose I want to test out running just that template, how could I make a file to display it and put it onto my site at “www.mysite.com/test.php”?
Forum: Fixing WordPress
In reply to: Mixing ThemesThanks for the FAST response. Looks like I can make that work.
I’ve been looking at the programming more closely. Is there a GET command just to pull up the content/Blogs like there is for the links as shown below?
<?php get_links_list(); ?>