xavier039
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Adjust pagination when new data added to pageActually each review is not being posted as a blog post. I have multiple pages on this site that I would like to run in a similar fashion.
Forum: Themes and Templates
In reply to: Widget Title Variable?Have you guys gotten any farther? I am trying to do the same.
Forum: Fixing WordPress
In reply to: Move Widget Title and ColorAny ideas?
Forum: Fixing WordPress
In reply to: Make date a linkAnybody know?
Forum: Fixing WordPress
In reply to: How to get all my sidebars to work not just one.Got it! Thank you so much. I didn’t know about the ability to call a non-standard template file. Once you said that I was golden. 100 times easier than what anybody else has written up. I actually have 10 sidebars. It is just the whole left side of the post is a sidebar. Then on the right side of the post I have 9 boxes that I made each into their own sidebar. Basically I wanted unique boxes to the right of my posts so I made each their own sidebar. http://www.joystiq.com has the same layout I use check out their’s for an example.
Forum: Fixing WordPress
In reply to: How to get all my sidebars to work not just one.I used
<?php get_sidebar(); ?>to call each of them. I called sidebar in the header then I wanted to call the next three in the footer. Am I calling them wrong? Is it suppose to be<?php get_sidebar2(); ?>
<?php get_sidebar3(); ?>and so on? Do I still only need just sidebar.php and not sidebar2.php?Forum: Plugins
In reply to: Using sidebar widgets in multiple sidebarsI have tried this script and wordpress registers 4 widgets but still only one sidebar. All 4 widgets are being placed in the same sidebar. What do I need to do so that my theme recognizes 4 different sidebars?
Forum: Themes and Templates
In reply to: Add More SidebarsWell I am looking to add more sidebars to my blog. Does anybody know how to do that?
Forum: Fixing WordPress
In reply to: Permalinks Not WorkingI have read through that and I am still confused. Anybody have help for me?