Prellyan
Forum Replies Created
-
Forum: Plugins
In reply to: [Site Reviews] Random Review Widgetgot it thanks – used the shortcode addins as well – thank you again it now works a treat. very grateful!
Forum: Plugins
In reply to: [Site Reviews] Random Review Widgetthank you!!! works a treat
is there a way to add a leave a review link inside the widget itself?sorry to ask but this is the first time rolling out this plugin and I am only just scratching the surface of what it is capable of – still working my way into google integration (not a coder) great work though!
got it thanks
Forum: Plugins
In reply to: Feed from database into external pagethanks for that but how do i set the class format in the syntax
<?php
$how_many=5; //How many posts do you want to show
require_once(‘thewateringcan/wp-config.php’); // Change this for your path to wp-config.php file ?>
<ol id=”whats-new”>
<?
$news=$wpdb->get_results(“SELECTID
,post_title
FROM $wpdb->posts
WHEREpost_type
=\”post\” ANDpost_status
=\”publish\” ORDER BY post_date DESC LIMIT $how_many”);
foreach($news as $np){
printf (”“, get_permalink($np->ID),$np->post_title);
} ?>i have a text class called “whitebodytext” where do i put that code in order to make the hyperlink formated with it?
Thanks
Forum: Installing WordPress
In reply to: Member Emailspam basically – they fill your site with links to their site(s) in the hope of driving traffic
Forum: Fixing WordPress
In reply to: Register a New UserSteve,
Thanks for that! Got it all working now.
Cheers
PrellyanForum: Themes and Templates
In reply to: Custom HeaderGot it working — there was a filepatht o a js file for the flash which needed to be made absolute
thanksForum: Installing WordPress
In reply to: Member EmailThis one i think tho is the pick of the bunch from various reviews and having a look at it myself.
https://docs.phplist.com/IntegratingPhpListWithOtherPackages
Forum: Installing WordPress
In reply to: Member EmailI did find these but not continued development – maybe a plug in programmer can take up the challenge
https://www.blue-anvil.com/archives/maillist-for-wordpress-a-mailing-list-mass-mailing-mailer-plugin
https://watershedstudio.com/portfolio/software/wp-email-notification.html
Forum: Installing WordPress
In reply to: Member Emailmoshu,
Thanks for the information. It’s not my blog am being asked these questions by the owner of the site so am just finding out.
I think it would be a great plug in though. Just add a “would you like to receive updates check box” this would satisfy any anti spam legislation and make WP a more powerful marketing tool as well. Especially given that any of us can harvest the email addresses from the sql database and add them to an email list anyway.
I appreciate your continued assistance as well.Forum: Installing WordPress
In reply to: Category No Accessmoshu,
So it seems now to be functional. In the end it must have been the htaccess file location.
thank you for your help it really was appreciated as this is my first Wp install.Forum: Installing WordPress
In reply to: Category No Accesslol moshu ofc i shall.
https://www.thefengshuiadvantage.com/live/wordpress/
login: helpadmin
pass: *********
This will give you full admin status to check whatever you need to help me resolve this.
Once again thanksForum: Installing WordPress
In reply to: Category No AccessI have moved the .htaccess file to the root folder of wordpress but still no luck.
There is nothing in the .htaccess file referring to categories so is there something i have to add manually first?
Thanks for your help I appreciate it.