bittup
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Problems with my php.ini and memoryYou need to contact your host to increase the memory. These things are controlled by your host. Simply changing the memory in your php.ini won’t work.
Forum: Fixing WordPress
In reply to: the_content questionI can not see the social bookmark button code to move it to after this line:
<div class="postauthor"><?php the_author_description(); ?></div>Problem is the socialbookmark plugin adding buttons between the content and my bio.
I CAN NOT ACTUALLY SEE THE BUTTON CODE.
Forum: Fixing WordPress
In reply to: the_content questionPlease anybody help?
I am member of this web site. They announced this script realease yesterday. It simply displays my feed on my .shtml pages.
Forum: Fixing WordPress
In reply to: Pulling out category id into mysql queryAnybody please throw some light?
How to pull specific category ID into the above query?
Forum: Fixing WordPress
In reply to: limit number of post on front page onlyAfter searching the internet for 40 minutes, I found out that ‘Settings > Reading > Posts’ can be set to the number I want!
🙂
Forum: Fixing WordPress
In reply to: limit number of post on front page onlyI commented out these two lines of code in index.php:
<?php $countervariable=1; if (have_posts()) : ?> <?php while (have_posts()) : the_post(); ?>I added this: (from the url mentioned above in second post)
<?php $page_num = $paged; if ($pagenum='') $pagenum =1; query_posts('showposts=7&paged='.$page_num); ?> <?php if (have_posts()) : ?> <?php while (have_posts()) : the_post(); ?> // WordPress loop endwhile;endif; ?>On home page I an getting ERROR:
Parse error: syntax error, unexpected $end in /home/my/path/to/blog/index.php on line 77
Anybody can help? (I tested with default theme too. But same error)
thanks.
Have you listed it in PLugin section?
Description looks promising though for ad management.
Forum: Plugins
In reply to: AskApache password protection ALTERNATIVE?Guys,
Any advice?
What are you using to protect wp-includes folder?
I password protected wp-admin, and applied some security to wp-config.php. wp-content is moved to different folder.
But how to proptect ‘wp-includes’?
Any other alternatives to AAPP plugin?
thank you. Please anybody answer?
Forum: Plugins
In reply to: ‘Login encription” plugin double display. why?bump.
Anybody please?